7eaac77fe5
Merge remote-tracking branch 'origin/master' into release_2_5
2021-10-18 15:41:43 +03:00
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
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
148afb2806
Merge branch 'master' into release_2_5
2021-06-18 12:21:23 +03:00
e68132d10c
tests: fix tests.archive.ArchiveTest.test_basic_master_and_replica_concurrent_archiving
2021-06-18 12:20:58 +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
cf0888594f
Merge branch 'master' into release_2_5
2021-05-15 12:21:57 +03:00
3837a62dca
tests: fix env in test_archive_pg_receivexlog_partial_handling
2021-04-26 12:56:44 +03:00
23b00b1ddf
tests: set env for run_binary
2021-04-26 12:52:37 +03:00
df8aadfe2d
tests: kill pg_receivexlog after test_archive_pg_receivexlog_partial_handling
2021-04-25 14:22:51 +03:00
7a3f26fbba
tests: disable autovacuum in test_archive_pg_receivexlog_partial_handling
2021-04-25 14:15:48 +03:00
b6e948be69
tests: another fix for test_archive_pg_receivexlog_partial_handling
2021-04-25 14:04:37 +03:00
8291582b4a
tests: another fix for test_archive_pg_receivexlog_partial_handling
2021-04-25 02:30:39 +03:00
4bcdda4346
tests: fix test_archive_pg_receivexlog_partial_handling
2021-04-25 02:22:30 +03:00
637f1d1c05
tests: fix archive.ArchiveTest.test_archive_pg_receivexlog_partial_handling
2021-04-25 00:26:40 +03:00
a6fabdb158
[Issue #366 ] escape paths in restore_command with double quotes when running restore
2021-04-16 01:40:44 +03:00
3813726bbd
tests: some fixes
2021-03-29 13:06:09 +03:00
2974c03e7d
tests: minor fix
2021-02-28 23:22:35 +03:00
1fd1c8d35c
[Issue #327 ] add test coverage
2021-02-28 23:20:03 +03:00
302f231440
merge master
2021-02-19 11:37:11 +03:00
dd8c23c9b1
delete nodes in del_test_dir
2021-02-18 05:13:11 +00:00
4ab117bd3c
[Issue #326 ] some minor fixes
2021-02-15 16:19:55 +03:00
294e7dc205
[Issue #326 ] added tests.archive.ArchiveTest.test_archive_empty_history_file
2021-02-15 14:53:52 +03:00
e268421955
Merge branch 'master' into release_2_5
2021-02-14 18:40:16 +03:00
17cc612089
tests: remove debug messages in module 'archive'
2021-02-08 15:04:51 +03:00
5bf17cc347
Merge branch 'master' into release_2_5
2020-12-09 13:27:27 +03:00
186fb72e1c
tests: minor fixes
2020-12-03 13:15:08 +03:00
f1b30e5870
Merge branch 'master' into release_2_5
2020-11-11 20:33:45 +03:00
3c00972bd4
tests: move to python3
2020-10-30 02:47:06 +03:00
6ecfa8e15f
Disable autovacuum for correct checksum comparing
2020-10-23 17:19:28 +07:00
ee6d0327de
[Issue #261 ] fix tests
2020-09-25 11:49:05 +03:00
383650988f
[Issue #224 ] enable the stdout and stderr coloring by default
2020-07-07 23:58:28 +03:00
f3248993c5
[Issue #228 ] minor fixes in tests
2020-06-22 16:58:24 +03:00
c8acde3f54
tests: fix tests.archive.ArchiveTest.test_archive_pg_receivexlog_partial_handling
2020-06-21 22:11:43 +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
73efc0bec8
[Issue #203 ] test coverage
2020-05-11 15:25:29 +03:00
2927549456
tests: fixes for 2.3.0
2020-04-29 01:26:56 +03:00
f7159f3333
tests: various fixes
2020-04-24 20:28:33 +03:00
bebdef6c16
tests: fixes
2020-04-22 01:17:06 +03:00
aa27b53f9d
[Issue #177 ] added test tests.archive.ArchiveTest.test_archive_show_partial_files_handling
2020-04-20 18:49:46 +03:00
703d311b4b
[Issue #185 ] archive-get refactoring: multi-threading, batching, prefetchin, retrying and handling of '.partial' files
2020-04-17 03:40:23 +03:00
439c27c7e7
[Issue #180 ] test coverage
2020-04-10 16:05:52 +03:00
4a94fdaa33
[Issue #143 ] Multi-timeline incremental chain
2020-04-03 18:08:53 +03:00
a196073944
[Issue #174 ] archive-push improvements: batching, multi-thread support, checksum computation on remote agent, use O_EXCL flag, --no-sync flag support
2020-03-25 00:19:46 +03:00
0cef487f43
[Issue #187 ] test fix
2020-03-21 01:37:05 +03:00