1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-01 09:51:43 +02:00
Commit Graph

66 Commits

Author SHA1 Message Date
Grigory Smolkin
b52ee32440 tests: minor fixes 2018-11-24 22:57:27 +03:00
Grigory Smolkin
fe00564707 tests: minor fixes 2018-11-16 09:35:41 +03:00
Grigory Smolkin
fe3c422c5f tests: additional retention test 2018-10-20 13:44:47 +03:00
Grigory Smolkin
cf3c69e906 tests: bloom index added to tests 2018-10-18 16:37:34 +03:00
Grigory Smolkin
39f005b6a6 tests: add module ptrack_empty, create_db_on_replica 2018-10-18 09:46:02 +03:00
Grigory Smolkin
dff482a2da tests: ptrack tests major revamp 2018-10-16 22:53:59 +03:00
Grigory Smolkin
c9823c04c9 tests: fix major bugs in ptrack tests 2018-10-16 19:16:46 +03:00
Grigory Smolkin
a401164223 tests: change check_ptrack_sanity() so page delete considered valid case for ptrack marking 2018-10-16 16:58:28 +03:00
Grigory Smolkin
ed90318166 tests: fix probackup_old_path 2018-10-15 19:31:12 +03:00
Grigory Smolkin
4b048ba4db tests: minor changes 2018-10-15 17:09:16 +03:00
Grigory Smolkin
dc297ec310 tests: compatibility module added 2018-10-15 12:27:51 +03:00
Grigory Smolkin
77c36ee78a tests: lookup pg_probackup binary presense in BINDIR, PGPROBACKUPBIN and parent directory. Add pg_probackup directory to PATH 2018-10-12 22:36:02 +03:00
Arthur Zakirov
ad5cda62fd Bug fix. Fix race condition with parallel MERGE 2018-10-05 17:26:39 +03:00
Grigory Smolkin
bf3bb35edf tests: minor fix 2018-09-26 01:27:06 +03:00
Grigory Smolkin
1e47aeab64 tests: be more verbose in ptrack sanity check 2018-09-25 20:34:38 +03:00
Grigory Smolkin
c4069c7520 tests: test_continue_failed_merge added 2018-08-13 10:08:38 +03:00
Arthur Zakirov
4ed28cf6e5 PGPRO-1449: Add MERGE command: merge PAGE with FULL backup 2018-08-02 11:57:39 +03:00
Arthur Zakirov
6d912340d6 PGPRO-427: Fix bug in SimpleXLogPageRead() with parallel mode 2018-07-25 14:17:04 +03:00
Grigory Smolkin
f0864a2d43 tests: replica slow_start() minor change 2018-07-15 16:37:48 +03:00
Grigory Smolkin
b67c0b54c4 add replica flag in slow_start() method 2018-07-14 02:45:17 +03:00
Grigory Smolkin
f98c91b3ba tests: add slow_start() method to PostgresNode 2018-07-11 10:50:38 +03:00
Grigory Smolkin
191d5e30e9 tests: json format for show command 2018-06-02 20:35:37 +03:00
Grigory Smolkin
448597dc5b tests: remove reliance on implicit immediate recovery target action from tests 2018-05-03 14:12:19 +03:00
Grigory Smolkin
f549245281 tests: minor changes for 9.5 2018-05-01 13:41:17 +03:00
Grigory Smolkin
e3685e83b7 tests: minor fixes 2018-04-28 18:49:34 +03:00
Grigory Smolkin
f6b8264005 PGPRO-1376 tests: new test case added 2018-04-25 22:15:05 +03:00
Grigory Smolkin
32b5017d38 PGPRO-1504: during validation attemp to revalidate CORRUPT and ORPHAN backups 2018-03-15 13:34:51 +03:00
Grigory Smolkin
0d0802758a tests: minor fixes 2018-03-03 11:42:10 +03:00
Grigory Smolkin
f8f9e47cbf tests: check _ptrack files absense in restored pgdata 2018-03-01 22:25:43 +03:00
Grigory Smolkin
0ef622f16b tests: fix error message about an extra page in file 2018-02-26 17:05:43 +03:00
Grigory Smolkin
760afb60aa tests: fixes for testgres1 2018-01-28 04:36:27 +03:00
Grigory Smolkin
78503f905b Merge remote-tracking branch 'origin/testgres1' 2018-01-27 18:31:19 +03:00
Grigory Smolkin
5b43633a9d tests: PGPRO-1184 2018-01-25 21:37:27 +03:00
Grigory Smolkin
68e2742da0 tests: major fixes 2018-01-18 04:35:27 +03:00
Grigory Smolkin
d6a2d36403 tests: minor fixes, new tests for ptrack 2018-01-17 20:51:43 +03:00
Grigory Smolkin
b2f5ae5727 tests: compare_pgdata now can track extra pages in restored files 2018-01-14 17:32:43 +03:00
Grigory Smolkin
1fad089a66 tests: another minor fix 2018-01-10 16:08:25 +03:00
Grigory Smolkin
48017e6410 tests: minor fix 2018-01-10 16:05:26 +03:00
Grigory Smolkin
0de4ec09ab tests: PGPRO-1230 ptrack race condition tests 2018-01-10 16:03:33 +03:00
Grigory Smolkin
0f85328399 tests: pgdata_compare block-level granularity 2017-12-28 11:52:18 +03:00
Grigory Smolkin
ab59860dc9 tests: minor improvements 2017-12-25 11:28:25 +03:00
Grigory Smolkin
00070a44af tests: gdb class, ptrack test for PGPRO-1230, PEP8 2017-12-22 02:04:59 +03:00
Grigory Smolkin
0ba73d3367 tests: cfs tests skip condition added 2017-12-22 01:39:16 +03:00
Grigory Smolkin
0a073b4c63 tests: new tests for compressed archive, pg_receivexlog support added 2017-12-19 13:18:42 +03:00
Grigory Smolkin
c6c8d93945 test: archive compression small fix 2017-12-14 00:39:19 +03:00
Grigory Smolkin
17c1b317ca tests: archive compression 2017-12-14 00:29:39 +03:00
Grigory Smolkin
277e4101d8 tests: fixes 2017-12-13 11:15:42 +03:00
sfalkon
6cf129546d fix ptrack_helper 2017-12-05 17:25:43 +03:00
Grigory Smolkin
b269c84238 tests: new module "exclude.py" and minor fixes 2017-11-30 09:14:46 +03:00
Grigory Smolkin
39aa89acb7 new tests for ptrack 2017-11-09 12:45:04 +03:00