1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-12 11:45:24 +02:00
Commit Graph

96 Commits

Author SHA1 Message Date
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
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
637f1d1c05 tests: fix archive.ArchiveTest.test_archive_pg_receivexlog_partial_handling 2021-04-25 00:26:40 +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
3813726bbd tests: some fixes 2021-03-29 13:06:09 +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
Grigory Smolkin
4ab117bd3c [Issue #326] some minor fixes 2021-02-15 16:19:55 +03:00
Grigory Smolkin
294e7dc205 [Issue #326] added tests.archive.ArchiveTest.test_archive_empty_history_file 2021-02-15 14:53:52 +03:00
anastasia
17cc612089 tests: remove debug messages in module 'archive' 2021-02-08 15:04:51 +03:00
Grigory Smolkin
186fb72e1c tests: minor fixes 2020-12-03 13:15:08 +03:00
Grigory Smolkin
3c00972bd4 tests: move to python3 2020-10-30 02:47:06 +03:00
Andrew A. Bille
6ecfa8e15f Disable autovacuum for correct checksum comparing 2020-10-23 17:19:28 +07:00
Grigory Smolkin
ee6d0327de [Issue #261] fix tests 2020-09-25 11:49:05 +03:00
Grigory Smolkin
f3248993c5 [Issue #228] minor fixes in tests 2020-06-22 16:58:24 +03:00
Grigory Smolkin
c8acde3f54 tests: fix tests.archive.ArchiveTest.test_archive_pg_receivexlog_partial_handling 2020-06-21 22:11:43 +03:00
Grigory Smolkin
53b7fe9c85 Merge branch 'master' into release_2_4 2020-06-19 10:57:39 +03:00
Grigory Smolkin
6f89a53ce0 tests: for basic smoke tests avoid crashish of PostgreSQL cluster when cleaning up test directories 2020-06-19 10:39:29 +03:00
Grigory Smolkin
4fd6ba14d0 [Issue #226] fix tests 2020-06-12 02:07:29 +03:00
Grigory Smolkin
73efc0bec8 [Issue #203] test coverage 2020-05-11 15:25:29 +03:00
Grigory Smolkin
2927549456 tests: fixes for 2.3.0 2020-04-29 01:26:56 +03:00
Grigory Smolkin
f7159f3333 tests: various fixes 2020-04-24 20:28:33 +03:00
Grigory Smolkin
bebdef6c16 tests: fixes 2020-04-22 01:17:06 +03:00
Grigory Smolkin
aa27b53f9d [Issue #177] added test tests.archive.ArchiveTest.test_archive_show_partial_files_handling 2020-04-20 18:49:46 +03:00
Grigory Smolkin
703d311b4b [Issue #185] archive-get refactoring: multi-threading, batching, prefetchin, retrying and handling of '.partial' files 2020-04-17 03:40:23 +03:00
Grigory Smolkin
439c27c7e7 [Issue #180] test coverage 2020-04-10 16:05:52 +03:00
Grigory Smolkin
4a94fdaa33 [Issue #143] Multi-timeline incremental chain 2020-04-03 18:08:53 +03:00
Grigory Smolkin
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
Grigory Smolkin
0cef487f43 [Issue #187] test fix 2020-03-21 01:37:05 +03:00
Grigory Smolkin
6dc2eaf9db [Issue #155] tests fixes 2019-12-27 00:39:35 +03:00
Alexey Kondratov
64d35c5022 Added support for ptrack 2.0 2019-12-23 18:23:29 +03:00
Grigory Smolkin
5196fb25ec tests: fixes 2019-10-21 13:46:48 +03:00
Grigory Smolkin
effea35742 tests: support PG12 2019-10-19 09:48:35 +03:00
Grigory Smolkin
0deff06912 tests: minor fixes 2019-10-08 14:33:52 +03:00
Grigory Smolkin
65969267fd [Issue #60] Calculate compression ratio("zratio") during backup 2019-10-04 17:20:55 +03:00
Grigory Smolkin
544de123a4 [Issue #102] now it is possible to set restore_command via set-config 2019-10-03 23:56:47 +03:00
Grigory Smolkin
7121f04e71 [Issue #102] New options for 'restore' command used for setting 'restore_command' GUC in recovery.conf: '--archive-host', '--archive-post', 'archive-user' and '--restore-command' 2019-09-23 15:20:07 +03:00
Grigory Smolkin
b1975e3ba4 tests: added archive.ArchiveTest.test_archive_catalog_1 and archive.ArchiveTest.test_archive_catalog_2 2019-09-20 15:51:12 +03:00
Grigory Smolkin
d34a6a3ad8 [Issue #116] WAL archive information 2019-09-17 17:35:27 +03:00
Grigory Smolkin
d656405432 [Issue #117] fix tests 2019-09-05 15:43:32 +03:00
Grigory Smolkin
be339bf406 tests: minor fix 2019-09-05 13:09:13 +03:00
Grigory Smolkin
a0dc029d32 Merge branch 'master' into issue_90 2019-08-12 19:17:41 +03:00