1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-07 06:05:35 +02:00
Commit Graph

97 Commits

Author SHA1 Message Date
7eaac77fe5 Merge remote-tracking branch 'origin/master' into release_2_5 2021-10-18 15:41:43 +03:00
0545dd4a92 Running tests.ptrack.PtrackTest.test_horizon_lsn_ptrack now depends on PGPROBACKUPBIN_OLD 2021-10-15 12:53:07 +03:00
bd79fbbbbb test_ptrack_vacuum_truncate name was duplicated, rename one of them 2021-10-14 18:37:05 +03:00
c83a8d4ab9 Stabilize tests.ptrack.PtrackTest.test_ptrack_vacuum_full_2 2021-10-14 18:10:48 +03:00
01db7adeca test_ptrack_vacuum_full name was duplicated, rename one of them 2021-10-14 17:27:57 +03:00
de497aad52 Stabilize tests.ptrack.PtrackTest.test_horizon_lsn_ptrack 2021-10-14 15:11:08 +03:00
bd81f7fc12 [PGPRO-5673] add missing grants (caused by CVE-2018-1058 fixes #415 P… (#441)
* [PGPRO-5673] add missing grants (caused by CVE-2018-1058 fixes #415 PGPRO-5315)
* tests.backup.BackupTest.test_missing_replication_permission_1: fix test for changed 14s output
* tests.backup.BackupTest.test_missing_replication_permission: fix test for 9.5
* tests.checkdb.CheckdbTest.test_checkdb_with_least_privileges: remove grant for nonexistent (in 10) bt_index_check(regclass, bool)
* tests.checkdb.CheckdbTest.test_checkdb_with_least_privileges: remove grant for nonexistent (in 9.5) pg_catalog.pg_control_system()
* tests.checkdb.CheckdbTest.test_checkdb_with_least_privileges: remove grant for nonexistent (in amcheck_next) bt_index_check(regclass)
* adapt tests/restore.py to Python-3.5 (used in travis tests)
* skip issue_313 test
2021-10-13 21:18:03 +03:00
7feb748905 Prerelease test stabilization
ptrack.PtrackTest.test_ptrack_threads
backup.BackupTest.test_backup_with_least_privileges_role
ptrack.PtrackTest.test_ptrack_without_full
option.OptionTest.test_help_1
2021-10-13 05:30:20 +03:00
7ca590c6cc tests: drop ptrack1 suppport 2021-06-18 12:12:37 +03:00
4c27a93e8d tests: minor fix in ptrack.py 2021-06-17 19:44:08 +03:00
cce59bc824 Remove ptrack-1.* support (#398)
* Remove ptrack-1.* support

* [PR #398] review feedback

* [PR #398] remove conn_arg from backup_files_arg

Co-authored-by: Grigory Smolkin <g.smolkin@postgrespro.ru>
2021-06-17 19:11:36 +03:00
151d4999b0 [PR #386] test coverage 2021-05-27 02:27:19 +03:00
d3bbb74d01 tests: disable autovacuum by default
With autovacuum enabled tests are unstable. Especially they are unstable
if postgresql is running under valgrind and therefore is severely
inhibited (and vacuum has time to be triggered).
2021-05-25 17:09:42 +03:00
dd8c23c9b1 delete nodes in del_test_dir 2021-02-18 05:13:11 +00:00
bd29752456 Fix test test_basic_ptrack_truncate_replica. Pause replication before taking backup to make datadir comparison more stable. 2020-11-20 13:42:55 +03:00
10bd31097f tests: stop "node" before deletion test dir 2020-11-20 12:24:39 +07:00
210c303694 tests: start restored node in test_basic_ptrack_truncate_replica 2020-11-18 15:46:03 +03:00
104600f5c2 tests: another fix ptrack module to python3 2020-11-09 16:18:32 +07:00
e806cf957e tests: move ptrack module to python3 2020-11-04 16:31:22 +00:00
98372aa8c4 tests: honor the paranoia flag in tests.ptrack.PtrackTest.test_basic_ptrack_truncate_replica 2020-10-27 21:10:04 +03:00
6a28319875 tests: rename test_ptrack_truncate_replica to test_basic_ptrack_truncate_replica 2020-10-22 21:37:34 +03:00
8b43cae3a8 tests: ptrack2 support for PG11 2020-08-24 19:01:35 +03:00
066bb50274 tests: added tests.ptrack.PtrackTest.test_ptrack_stop_pg 2020-08-19 14:05:55 +03:00
93f0f5e6cd Update error message inside test_ptrack_pg_resetxlog 2020-07-22 16:35:11 +03:00
970bd02b11 tests: added tests.ptrack.PtrackTest.test_ptrack_eat_my_data 2020-07-17 12:08:23 +03:00
4fd6ba14d0 [Issue #226] fix tests 2020-06-12 02:07:29 +03:00
8aff48f102 [Issue #225] fix tests 2020-06-10 01:35:28 +03:00
0b1ae536be Fix (?) test_ptrack_uncommitted_xact 2020-05-21 14:00:35 +03:00
75f8a1a585 Skip test_ptrack_get_block for ptrack 2.* 2020-05-21 14:00:05 +03:00
667a80edfb Adopt ptrack 2.1 public API changes 2020-05-21 13:59:58 +03:00
583ffaaa30 Teach pg_probackup to work with ptrack 2.1 2020-05-21 13:59:44 +03:00
61b476bb31 Correct expected error message in the test_ptrack_pg_resetxlog 2020-05-21 13:59:33 +03:00
2927549456 tests: fixes for 2.3.0 2020-04-29 01:26:56 +03:00
e4d1db83cb tests: some fixes for ptrack 2020-04-22 23:37:08 +03:00
9679cae18b tests: some more ptrack fixes 2020-04-09 12:05:55 +03:00
b5aee7df03 tests: fixes for ptrack 2020-04-09 01:22:45 +03:00
1c791f3433 tests: added ptrack.PtrackTest.test_corrupt_ptrack_map and ptrack.PtrackTest.test_ptrack_pg_resetxlog 2019-12-25 17:41:19 +03:00
64d35c5022 Added support for ptrack 2.0 2019-12-23 18:23:29 +03:00
effea35742 tests: support PG12 2019-10-19 09:48:35 +03:00
db73f84057 [Issue #101] Multiple spelling fixes. Reported by Alexander Lakhin 2019-07-23 20:11:11 +03:00
513bc487c2 tests: remove psycopg2 2019-06-01 15:00:32 +03:00
88fed2b424 tests: add suit of basic tests 2019-05-28 12:41:03 +03:00
1eeff19253 tests: fixes for PG 9.5 2019-04-22 20:52:00 +03:00
fd4ad9d2cb tests: fixes for remote backup and PG11 2019-04-20 03:44:51 +03:00
2efce08756 tests: fix some ptrack tests 2019-04-17 14:37:39 +03:00
2466e51871 tests: fix gdbobject method continue_execution_until_break() 2019-03-02 02:29:58 +03:00
20de566010 tests: minor fixes 2019-02-26 21:26:30 +03:00
ec2aa7f000 tests: move all ptrack tests to ptrack module 2019-02-24 23:20:42 +03:00
f6c1966415 tests: windows support, eschew using node.restart() 2018-12-27 17:19:23 +03:00
b61df02ce1 tests: windows compatibility, cross-platform path for base_dir 2018-12-26 22:59:13 +03:00