Mikhail A. Kulagin and GitHub
396155e5bc
Issue 439 ( #440 )
...
* [Issue #439 ] skip unsupported tests in 9.5 (tests with backups from replica and with pg_control_checkpoint() calling)
2021-10-13 05:56:44 +03:00
Grigory Smolkin
2e2a8b8dca
[Issue #360 ] add test coverage
2021-09-26 15:40:00 +03:00
Mikhail A. Kulagin and GitHub
002d7b53b9
[PGPRO-5378] fix various tests ( #420 )
...
* [PGPRO-5378] tests.replica.ReplicaTest.test_replica_archive_page_backup stabilization
* Skip some tests on PG-9.5 (test_replica_switchover, test_replica_promote_archive_delta, test_replica_promote_archive_page, test_parent_choosing)
* travis: Fix compatibility issues with GDB
2021-08-13 02:59:20 +03:00
Mikhail A. Kulagin and GitHub
384cf6dcfd
CVE-2018-1058 fix ( #415 )
...
* CVE-2018-1058 fix
2021-08-12 14:50:07 +03:00
AndrewBille and GitHub
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
Mikhail A. Kulagin and GitHub
4de1607e08
"fix" unstable backup.BackupTest.test_backup_with_less_privileges_role (disable tests in archive mode from replica) ( #414 )
2021-08-03 13:20:07 +03:00
AndrewBille and GitHub
f63faad5e7
tests: Run compatibility tests only if PGPROBACKUPBIN_OLD set ( #408 )
2021-07-15 10:44:00 +03:00
Grigory Smolkin
57f871accc
Version 2.4.17
2021-07-15 00:48:21 +03:00
Grigory Smolkin
e27a6a91e0
[Issue #400 ] PostgreSQL 14 support
2021-06-20 02:13:35 +03:00
Grigory Smolkin
e68132d10c
tests: fix tests.archive.ArchiveTest.test_basic_master_and_replica_concurrent_archiving
2021-06-18 12:20:58 +03:00
Grigory Smolkin
6e8e948fd6
[Issue #313 ] added test coverage
2021-06-17 02:32:36 +03:00
Grigory Smolkin
4188a699f2
Version 2.4.16
2021-05-26 12:57:10 +03:00
Yura Sokolov
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
Grigory Smolkin
3837a62dca
tests: fix env in test_archive_pg_receivexlog_partial_handling
2021-04-26 12:56:44 +03:00
Grigory Smolkin
23b00b1ddf
tests: set env for run_binary
2021-04-26 12:52:37 +03:00
Grigory Smolkin
1c860ff9bc
tests: fix typo in test_validate_instance_with_several_corrupt_backups_interrupt
2021-04-25 21:39:56 +03:00
Grigory Smolkin
2bbecfd06c
tests: added test_validate_instance_with_several_corrupt_backups and test_validate_instance_with_several_corrupt_backups_interrupt
2021-04-25 19:13:23 +03:00
Grigory Smolkin
931e0a451c
Version 2.4.15
2021-04-25 17:00:53 +03:00
Grigory Smolkin
e387e8e0d5
tests: update expected help
2021-04-25 16:58:32 +03:00
Grigory Smolkin
9f29fb9b59
tests: sleep in slow_start
2021-04-25 15:33:49 +03:00
Grigory Smolkin
13492bf8ca
tests: disable autovacuum in test_checksum_corruption_detection
2021-04-25 15:04:06 +03:00
Grigory Smolkin
df8aadfe2d
tests: kill pg_receivexlog after test_archive_pg_receivexlog_partial_handling
2021-04-25 14:22:51 +03:00
Grigory Smolkin
7a3f26fbba
tests: disable autovacuum in test_archive_pg_receivexlog_partial_handling
2021-04-25 14:15:48 +03:00
Grigory Smolkin
b6e948be69
tests: another fix for test_archive_pg_receivexlog_partial_handling
2021-04-25 14:04:37 +03:00
Grigory Smolkin
8291582b4a
tests: another fix for test_archive_pg_receivexlog_partial_handling
2021-04-25 02:30:39 +03:00
Grigory Smolkin
4bcdda4346
tests: fix test_archive_pg_receivexlog_partial_handling
2021-04-25 02:22:30 +03:00
Grigory Smolkin
898d5f3292
sleep in slow_start
2021-04-25 01:10:36 +03:00
Grigory Smolkin
637f1d1c05
tests: fix archive.ArchiveTest.test_archive_pg_receivexlog_partial_handling
2021-04-25 00:26:40 +03:00
Grigory Smolkin
4390ad297b
tests: fix tests.restore.RestoreTest.test_restore_chain_with_corrupted_backup
2021-04-22 18:37:29 +03:00
Grigory Smolkin
588c4cd04b
tests: fix tests.restore.RestoreTest.test_restore_chain
2021-04-22 18:31:34 +03:00
Grigory Smolkin
278d433194
[Issue #310 ] fix tests.replica.ReplicaTest.test_replica_promote_3
2021-04-22 18:02:46 +03:00
Grigory Smolkin
ed897d45e3
[Issue #310 ] fix tests.replica.ReplicaTest.test_parent_choosing
2021-04-22 17:49:06 +03:00
Grigory Smolkin
bd284a7a41
Readme: allow tracing for gdb tests
2021-04-22 17:36:34 +03:00
Grigory Smolkin
b14dda4d49
[Issue #369 ] fix tests
2021-04-22 17:36:04 +03:00
Grigory Smolkin
34741de0e1
[Issue #364 ] added tests.validate.ValidateTest.test_no_validate_tablespace_map
2021-04-22 00:52:07 +03:00
Grigory Smolkin
a6fabdb158
[Issue #366 ] escape paths in restore_command with double quotes when running restore
2021-04-16 01:40:44 +03:00
Grigory Smolkin
2a3c90a65f
Version 2.4.14
2021-04-15 16:39:15 +03:00
Grigory Smolkin
1d4d293947
Version 2.4.13
2021-04-01 14:25:30 +03:00
Grigory Smolkin
3813726bbd
tests: some fixes
2021-03-29 13:06:09 +03:00
Grigory Smolkin
8dbc90a2eb
Version 2.4.12
2021-03-28 17:57:09 +03:00
Grigory Smolkin
731d19089d
[Issue #310 ] test coverage
2021-03-26 00:30:29 +03:00
Grigory Smolkin
afcb00a04e
tests: remove some old comments
2021-03-22 21:32:38 +03:00
Grigory Smolkin
c36ba06c35
[Issue #346 ] tests: added tests.backup.BackupTest.test_missing_wal_segment
2021-03-22 21:26:32 +03:00
Grigory Smolkin
9fcf99034d
tests: store gdb output internally
2021-03-22 21:24:14 +03:00
Grigory Smolkin
f4ab4b9d2b
Version 2.4.11
2021-03-21 01:33:36 +03:00
Grigory Smolkin
69754925b2
[Issue #348 ] added tests.compatibility.CompatibilityTest.test_compatibility_tablespace
2021-03-20 23:26:19 +03:00
Grigory Smolkin
2974c03e7d
tests: minor fix
2021-02-28 23:22:35 +03:00
Grigory Smolkin
1fd1c8d35c
[Issue #327 ] add test coverage
2021-02-28 23:20:03 +03:00
anastasia
302f231440
merge master
2021-02-19 11:37:11 +03:00
a.kozhemyakin
dd8c23c9b1
delete nodes in del_test_dir
2021-02-18 05:13:11 +00:00