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

27 Commits

Author SHA1 Message Date
fc752c8902 Stabilize tests.checkdb.CheckdbTest.test_checkdb_with_least_privileges: accounting differences in amcheck versions in various editions of PG-10 (bd81f7f follow-up) 2021-10-18 05:51:12 +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
8846e1997a Stabilizy tests. (#411)
* tests: Introduced a new flag for tests -- PGPROBACKUP_GDB
* tests: Do travis builds with CFLAGS="-O0" (stabilization of gdb tests)
* tests: Run compatibility tests only if PGPROBACKUPBIN_OLD set
* tests: Running some tests now depends on PGPROBACKUP_SSH_REMOTE
2021-08-03 21:59:49 +03:00
dd8c23c9b1 delete nodes in del_test_dir 2021-02-18 05:13:11 +00:00
1cf233d3a0 [Issue #281] Non-exclusive locking mode for read-only tasks, such as restore and validate 2020-12-01 12:36:36 +03:00
2808cc673c tests: fix test_checkdb_with_least_privileges 2020-11-14 04:11:33 +03:00
3c00972bd4 tests: move to python3 2020-10-30 02:47:06 +03:00
6f89a53ce0 tests: for basic smoke tests avoid crashish of PostgreSQL cluster when cleaning up test directories 2020-06-19 10:39:29 +03:00
c2f3968736 [Issue #175] test coverage 2020-02-22 18:17:41 +03:00
db73f84057 [Issue #101] Multiple spelling fixes. Reported by Alexander Lakhin 2019-07-23 20:11:11 +03:00
b38692f464 tests: now ptrack tests by default are disabled, they can be enables via PG_PROBACKUP_PTRACK env variable. Multiple fixes, especially for PG 9.5 2019-07-12 18:01:28 +03:00
99938658c6 tests: minor fixes 2019-07-07 17:31:42 +03:00
265837b106 tests: minor fixes 2019-07-01 16:24:57 +03:00
30126c6eb5 Refactoring of checkdb. Move code to a separate file, improve error messages 2019-05-31 18:15:43 +03:00
fcc1c4b939 tests: fix checkdb tests 2019-05-29 12:09:53 +03:00
88fed2b424 tests: add suit of basic tests 2019-05-28 12:41:03 +03:00
64d0443057 tests: add property pg_config_version 2019-05-24 00:40:42 +03:00
420a527a65 tests: added checkdb.CheckdbTest.test_checkdb_sigint_handling 2019-05-23 20:28:46 +03:00
d8086219c7 tests: fix checkdb for Windows 2019-04-30 01:49:14 +03:00
99c55b6cff tests: fix checkdb.CheckdbTest.test_checkdb_amcheck_only_sanity_1 2019-04-23 10:06:27 +03:00
1eeff19253 tests: fixes for PG 9.5 2019-04-22 20:52:00 +03:00
6aea552042 tests: more minor fixes 2019-04-19 11:17:26 +03:00
ec2e526ad8 tests: checkdb minor fixes 2019-04-19 11:12:19 +03:00
e04abf12f5 tests: minor changes to checkdb module 2019-04-19 10:59:52 +03:00
d27ab77920 tests: checkdb tests added 2019-04-19 01:52:41 +03:00
0b549f317f tests: added checkdb.CheckdbTest.test_checkdb_block_validation 2019-03-31 11:43:50 +03:00
ccccb1a743 tests: checkdb module added 2018-12-11 12:03:46 +03:00