1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-07 06:05:35 +02:00
Commit Graph

46 Commits

Author SHA1 Message Date
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
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
3c00972bd4 tests: move to python3 2020-10-30 02:47:06 +03:00
5a41524251 tests: improve test coverage of partial incremental restore case 2020-06-24 22:42:35 +03:00
64d35c5022 Added support for ptrack 2.0 2019-12-23 18:23:29 +03:00
ad582b45d3 tests: fix permission issue in external module 2019-06-18 18:54:28 +03:00
b4442c5762 tests: added external.ExternalTest.test_external_validation 2019-06-01 12:07:09 +03:00
88fed2b424 tests: add suit of basic tests 2019-05-28 12:41:03 +03:00
00cbcc8160 tests: fixes 2019-05-23 11:29:00 +03:00
0bac131d7a tests: added external.ExternalTest.test_external_merge_3 2019-05-22 11:34:21 +03:00
16dca32efd tests minor cleanup 2019-05-07 00:09:27 +03:00
1e1daa0079 tests: added tests.external.ExternalTest.test_smart_restore_externals 2019-05-06 21:22:16 +03:00
323add28aa tests: added external.ExternalTest.test_external_dirs_overlapping 2019-05-01 16:53:49 +03:00
c3451c5604 tests: module "external" fixes for Windows 2019-04-29 19:41:53 +03:00
1b02f87c12 tests: additional fixes for "external" module 2019-04-29 16:08:26 +03:00
cbfb496d5b tests: minor fix in "external" module 2019-04-29 15:59:19 +03:00
16fff38156 tests: fixes to "external" and "merge" modules 2019-04-28 23:28:35 +03:00
10229f710f tests: fix test_restore_external_dir_is_missing and test_restore_external_dir_is_empty and add test_restore_external_dir_string_order 2019-04-28 01:06:15 +03:00
6974eb8958 Remove external directories files from previous backups 2019-04-26 17:37:38 +03:00
d489cc700e tests: rename external.ExternalTest.test_restore_external_dir_is_empty to external.ExternalTest.test_restore_external_dir_is_missing 2019-04-26 01:19:10 +03:00
2b95e621c4 tests: added external.ExternalTest.test_restore_external_dir_is_empty 2019-04-25 17:43:20 +03:00
130bb7ee48 Check for existance and emptiness of external directories 2019-04-23 18:40:23 +03:00
a480a5d275 tests: add more "not empty" tests for tablespaces and externals, remapping included 2019-04-23 17:55:04 +03:00
6b9aca1c41 tests: added external.ExternalTest.test_restore_external_dir_not_empty 2019-04-23 17:21:30 +03:00
1eeff19253 tests: fixes for PG 9.5 2019-04-22 20:52:00 +03:00
290df26373 tests: minor fixes 2019-04-13 15:14:20 +03:00
9091bb5405 tests: additional tests for external directories 2019-04-03 18:34:18 +03:00
fc1ae6fba0 Check if external directory contains tablespace 2019-03-19 19:19:50 +03:00
89366b3fe8 tests: added test_external_backward_compatibility_merge* tests 2019-03-13 18:38:42 +03:00
78a6ede9f0 tests: minor fix in external.ExternalTest.test_external_simple 2019-03-13 16:57:04 +03:00
1f2760c1f7 tests: added tests.external.ExternalTest.test_external_dir_is_tablespace 2019-03-12 22:16:58 +03:00
5af689ea74 tests: check external dir pointing to a file 2019-03-12 12:09:28 +03:00
8c365b67e8 tests: fix test_external_dir_is_symlink 2019-03-12 11:33:42 +03:00
631590bec5 Make possible to pass symlink as -E option 2019-03-11 21:34:58 +03:00
6e2e56ce5f tests: update comments in tests.external.ExternalTest.test_external_dir_is_symlink 2019-03-09 01:06:37 +03:00
49aa6e7ce4 tests: added tests.external.ExternalTest.test_external_dir_is_symlink() 2019-03-09 01:02:35 +03:00
459a4df987 tests: added external.ExternalTest.test_restore_skip_external() 2019-03-02 02:05:36 +03:00
807d46a49d tests: fixes for test_external_merge_1() 2019-03-02 00:43:46 +03:00
c94c6d06f0 Fix merging external directories 2019-03-01 18:14:26 +03:00
5b3a733b37 tests for external directories: merge tests added 2019-02-22 21:19:56 +03:00
f911eead63 tests: test_external_none() added 2019-02-14 14:12:55 +03:00
e225bb830b PGPRO-421 tests: test_external_backward_compatibility() added, minor fixes 2019-02-13 11:42:48 +03:00
dbefa9e183 Rename feature from "extra directories" to "external directories" 2019-02-12 17:19:18 +03:00
14f48dcefb Throw an error when during a restore operation the user tries to remap
an external directory that is not in the destination backup
2019-02-11 18:07:12 +03:00
bda5d3b564 tests: PGPRO-421 test_backup_multiple_external() added 2019-01-16 17:49:59 +03:00
5cd09774af tests for external directories 2019-01-16 16:33:27 +03:00