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

53 Commits

Author SHA1 Message Date
Grigory Smolkin
dc297ec310 tests: compatibility module added 2018-10-15 12:27:51 +03:00
Grigory Smolkin
fa06d8a66c tests: keep some history tests 2018-10-11 16:35:40 +03:00
Grigory Smolkin
ca43526906 tests: tests.restore_test.RestoreTest.test_zags_block_corrupt minor change 2018-10-02 11:55:37 +03:00
Grigory Smolkin
7828e1f71a tests: tests.restore_test.RestoreTest.test_zags_block_corrupt added 2018-10-01 21:44:21 +03:00
Aleksandr Parfenov
586e3366c7 Add support of recovery target LSN 2018-07-27 17:11:23 +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
b1f9043564 tests: update tests due to recovery target action been set to "pause" 2018-04-11 19:47:19 +03:00
Grigory Smolkin
351ce4afd7 set default recovery target to pause, minor fixes for help, tests coverage 2018-03-23 13:23:17 +03:00
Grigory Smolkin
0d0802758a tests: minor fixes 2018-03-03 11:42:10 +03:00
sfalkon
fae8440578 fix ptrack 2017-11-03 17:52:32 +03:00
sfalkon
f7ab3e5bca fix ptrack 2017-11-03 17:49:01 +03:00
sfalkon
58baba9e01 fix ptrack 2017-11-03 16:56:13 +03:00
sfalkon
599e2e82d7 fix ptrack 2017-11-03 16:55:43 +03:00
sfalkon
8c832896bf fix ptrack 2017-11-03 16:51:09 +03:00
sfalkon
9312cda92d fix ptrack 2017-11-03 16:47:51 +03:00
sfalkon
c62a0dfc1a fix ptrack 2017-11-03 16:44:43 +03:00
sfalkon
85fcbd5bbb fix ptrack 2017-11-03 16:43:19 +03:00
sfalkon
fe8689015a fix ptrack 2017-11-03 16:26:59 +03:00
sfalkon
cf61bae76a fix ptrack 2017-11-03 16:07:51 +03:00
sfalkon
65a6152fc6 fix ptrack 2017-11-03 16:06:07 +03:00
sfalkon
a95a5c2096 fix ptrack 2017-11-03 16:04:10 +03:00
sfalkon
2716d6fe36 fix ptrack 2017-11-03 16:01:16 +03:00
sfalkon
2eea2dd433 fix ptrack 2017-11-03 15:49:31 +03:00
sfalkon
a4917beacc fix ptrack 2017-11-03 15:31:10 +03:00
sfalkon
dfa6831fc2 fix ptrack 2017-11-03 14:57:50 +03:00
sfalkon
3867e086e6 fix ptrack 2017-11-03 14:54:54 +03:00
sfalkon
c58cd6da4d fix ptrack 2017-11-03 14:32:07 +03:00
Grigory Smolkin
a6adf6ec6c tests fixes 2017-10-09 15:32:48 +03:00
Grigory Smolkin
237882cfaa new tests added 2017-09-28 10:32:06 +03:00
Grigory Smolkin
48255ebf09 tests: new modules and tests 2017-07-12 17:28:28 +03:00
Grigory Smolkin
88b2742972 tests minor fixes 2017-06-27 12:43:45 +03:00
Grigory Smolkin
49a8575456 tests fixes, del_test_dir added 2017-06-27 08:42:52 +03:00
Grigory Smolkin
1a849cad7e tests fix 2017-06-20 13:57:23 +03:00
Grigory Smolkin
b38410d9a2 tests: pgpro688 added 2017-06-07 17:52:07 +03:00
Grigory Smolkin
0f212e0455 TESTS: false_positive added, pgpro-560 added, validate redesign 2017-05-22 14:17:43 +03:00
Grigory Smolkin
2b02bd4094 pgpro589 added 2017-05-18 13:01:30 +03:00
Grigory Smolkin
fa1ba6c531 pgpro561 added 2017-05-17 12:46:38 +03:00
Grigory Smolkin
36e64407fc ptrack, validate, retention fixes 2017-05-05 16:21:49 +03:00
Grigory Smolkin
262f1ab410 test fixes 2017-05-03 18:05:19 +03:00
Grigory Smolkin
2b8da45f09 ptrack tests added 2017-05-03 14:14:48 +03:00
Artur Zakirov
5c7669757d Compare system_identifier of PGDATA with system_identifier of backup_conn 2017-04-05 19:48:55 +03:00
Artur Zakirov
e3f9d5997a Remove name argument of make_bnode() 2017-04-03 19:21:26 +03:00
Artur Zakirov
6fedb2e546 Check in SHOW command that backups in RUNNING status 2017-03-06 11:55:12 +03:00
Artur Zakirov
9ace401921 Refactoring do_restore() and do_validate(). Check tablespace mapping before actual restore 2017-02-28 20:00:18 +03:00
Artur Zakirov
5bc8d459e0 Do not create tablespace_map.txt file 2017-02-27 13:32:11 +03:00
Arthur Zakirov
d7b9fe0b18 Added tablespace-mapping option.
mkdirs.sh is not created now during backup.
Tests were updated.
2017-02-25 15:12:07 +03:00
Artur Zakirov
955d536412 Fix tests. Some tests didn't pass. 2017-02-20 13:58:52 +03:00
stalkerg
9619c43df0 Try fix blinking some tests. 2016-12-20 17:59:51 +03:00