3e6701e618
Merge branch 'master' into release_2_5
2021-08-13 05:28:34 +03:00
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
ba28354de7
Merge branch 'master' into release_2_5
2021-08-03 22:24:33 +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
ab85396a85
Merge branch 'master' into release_2_5
2021-05-26 21:08:39 +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
0e4b3a970a
[Issue #385 ] pg_stop_backup refactoring, part 1
2021-05-18 12:12:42 +03:00
278d433194
[Issue #310 ] fix tests.replica.ReplicaTest.test_replica_promote_3
2021-04-22 18:02:46 +03:00
ed897d45e3
[Issue #310 ] fix tests.replica.ReplicaTest.test_parent_choosing
2021-04-22 17:49:06 +03:00
dd8c23c9b1
delete nodes in del_test_dir
2021-02-18 05:13:11 +00:00
33d288380e
tests: minor fixes
2020-12-07 17:13:51 +03:00
da50370dbb
[Issue #283 ] added tests.replica.ReplicaTest.test_replica_via_basebackup
2020-12-07 00:47:00 +03:00
cde244e1ba
tests: added tests.replica.ReplicaTest.test_start_stop_lsn_in_the_same_segno
2020-11-20 00:05:35 +03:00
24c3874397
tests: added tests.replica.ReplicaTest.test_replica_switchover
2020-08-27 17:34:35 +03:00
53b7fe9c85
Merge branch 'master' into release_2_4
2020-06-19 10:57:39 +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
4fd6ba14d0
[Issue #226 ] fix tests
2020-06-12 02:07:29 +03:00
683e491f1a
[PBCKP-98]: fix tests
2020-06-03 15:31:47 +03:00
13a16e23b5
tests: fixes for d46fa5f82f
2020-05-31 06:31:04 +03:00
2927549456
tests: fixes for 2.3.0
2020-04-29 01:26:56 +03:00
bebdef6c16
tests: fixes
2020-04-22 01:17:06 +03:00
4a94fdaa33
[Issue #143 ] Multi-timeline incremental chain
2020-04-03 18:08:53 +03:00
b15c7f1587
[Issue #169 ] test coverage
2020-02-21 22:19:52 +03:00
75fefb0858
tests: minor fixes
2019-12-24 15:03:59 +03:00
64d35c5022
Added support for ptrack 2.0
2019-12-23 18:23:29 +03:00
2d2da5010d
tests: minor fixes
2019-11-01 15:23:31 +03:00
721b843416
tests: fixes for 9.5
2019-10-24 17:55:52 +03:00
effea35742
tests: support PG12
2019-10-19 09:48:35 +03:00
a71829db33
tests: minor improvements
2019-10-15 21:48:37 +03:00
6ca984b63d
tests: fix for "replica" module
2019-10-11 19:03:55 +03:00
9f817080e6
Merge branch 'issue_115'
2019-09-06 14:43:37 +03:00
a98ff6154a
[Issue #115 ]: some improvements of sanity and comments. Also do not wait for NullOffset LSN when looking for previous record
2019-09-06 13:20:42 +03:00
3093bb91b7
tests: minor fix
2019-09-05 15:57:21 +03:00
d656405432
[Issue #117 ] fix tests
2019-09-05 15:43:32 +03:00
8630b0d1a3
[Issue #117 ] test coverage
2019-09-05 13:54:28 +03:00
18211c5f18
[Issue #115 ] test coverage
2019-09-05 09:30:45 +03:00
69eed7acb5
tests: minor fixes for "archive" module
2019-07-15 19:24:31 +03:00
f87fd1b2ac
tests: added replica.ReplicaTest.test_replica_promote
2019-07-03 17:57:11 +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
380d6c655f
tests: minor fixes
2019-04-20 12:42:17 +03:00
06add7d59f
tests: minor fix for replica.ReplicaTest.test_replica_archive_page_backup
2019-04-11 17:00:44 +03:00
dcdd21300b
tests: do not call exit(1)
2019-01-09 18:25:52 +03:00
1fff8a2d3d
tests: pass replica=True to replica for slow_start()
2019-01-09 16:58:37 +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
7b66795b8a
tests: windows support
2018-12-25 17:48:49 +03:00
b52ee32440
tests: minor fixes
2018-11-24 22:57:27 +03:00
b4672e3ac8
PGPRO-2180: In pg_stop_backup for replica wait for LSN of prior record
2018-11-21 18:30:03 +03:00
fe00564707
tests: minor fixes
2018-11-16 09:35:41 +03:00