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
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
d2271554a2
tests: minor fixes
2018-11-12 11:51:58 +03:00
760c80f7f4
tests: bloom index support
2018-10-19 14:54:17 +03:00
cf3c69e906
tests: bloom index added to tests
2018-10-18 16:37:34 +03:00
39f005b6a6
tests: add module ptrack_empty, create_db_on_replica
2018-10-18 09:46:02 +03:00
dff482a2da
tests: ptrack tests major revamp
2018-10-16 22:53:59 +03:00
f98c91b3ba
tests: add slow_start() method to PostgresNode
2018-07-11 10:50:38 +03:00
191d5e30e9
tests: json format for show command
2018-06-02 20:35:37 +03:00
448597dc5b
tests: remove reliance on implicit immediate recovery target action from tests
2018-05-03 14:12:19 +03:00
e3685e83b7
tests: minor fixes
2018-04-28 18:49:34 +03:00
721ffb7976
tests: minor fix
2018-04-11 23:02:36 +03:00
b1f9043564
tests: update tests due to recovery target action been set to "pause"
2018-04-11 19:47:19 +03:00