Grigory Smolkin
40ef9e9b1b
tests: module logging added
2019-01-25 21:33:34 +03:00
Grigory Smolkin
9bf541b853
tests: snapfs module added
2019-01-25 19:37:21 +03:00
Grigory Smolkin
bda5d3b564
tests: PGPRO-421 test_backup_multiple_external() added
2019-01-16 17:49:59 +03:00
Grigory Smolkin
b1cd1b1521
Merge branch 'master' into PGPRO-421
2019-01-16 17:49:01 +03:00
Grigory Smolkin
93c39d2d53
tests: test_tablespace_handling() added
2019-01-16 17:47:08 +03:00
Grigory Smolkin
5cd09774af
tests for external directories
2019-01-16 16:33:27 +03:00
Grigory Smolkin
34567668ad
Merge branch 'master' into PGPRO-421
2019-01-16 16:32:10 +03:00
Grigory Smolkin
1dbc0c94df
tests: to pgdata_content() and add_instance() arbitrary cmdline options can now be provided
2019-01-16 16:31:26 +03:00
Grigory Smolkin
6b4a793d27
Merge branch 'master' into PGPRO-421
2019-01-15 16:48:52 +03:00
Grigory Smolkin
71172fb6de
tests: fix test_no_control_file() which was broken by 94d7c4bb3b
2019-01-15 16:46:29 +03:00
Grigory Smolkin
8894d9f9a8
tests: fix test_empty_control_file() which was broken by 94d7c4bb3b
2019-01-15 16:40:35 +03:00
Grigory Smolkin
ba53bb5a09
tests: fix test_corrupt_control_file() which was broken by 94d7c4bb3b
2019-01-15 16:36:14 +03:00
Grigory Smolkin
58cd26f10a
tests: slow_start() fix
2019-01-14 20:20:24 +03:00
Grigory Smolkin
4d8b6f50c9
tests: slow_start more robust behaviour
2019-01-14 19:58:15 +03:00
Grigory Smolkin
94d7c4bb3b
tests: crutch-fix json parsing in show_pb()
2019-01-12 01:42:01 +03:00
Grigory Smolkin
c542c61182
Merge remote-tracking branch 'origin/PGPRO-1780'
2019-01-11 19:04:31 +03:00
Grigory Smolkin
5bcea32f31
tests: comment minor fix
2019-01-11 17:54:50 +03:00
Grigory Smolkin
8300983ead
Merge remote-tracking branch 'origin/origin/pgpro-2235'
2019-01-11 17:51:39 +03:00
Ilya Skvortsov
8c7e1aa85d
try to continue MERGE after fail on backup deleting
2019-01-11 17:44:39 +03:00
Grigory Smolkin
01770e7e37
tests: slow_start for replicas
2019-01-11 17:21:06 +03:00
Grigory Smolkin
1b2ead72df
tests: python3 minor fix
2019-01-10 18:17:03 +03:00
Grigory Smolkin
069b9c1060
tests: python 3 support
2019-01-10 18:12:00 +03:00
Sergey Cherkashin
cf3eaed51a
Value 'none' of parameter 'extra-directory' in pg_probackup.conf
...
is case insensitive now
2019-01-10 16:04:31 +03:00
Sergey Cherkashin
6cc4ecb9b7
Make extra_remap_list an instance of TablespaceList
2019-01-10 15:53:29 +03:00
Arthur Zakirov
dcdd21300b
tests: do not call exit(1)
2019-01-09 18:25:52 +03:00
Arthur Zakirov
1fff8a2d3d
tests: pass replica=True to replica for slow_start()
2019-01-09 16:58:37 +03:00
Arthur Zakirov
d8553c06af
Version 2.0.26
...
- Bugfix: fixed undefined behaviour in case of undefined compression algorithm
- Bugfix: correctly calculate backup size after MERGE
- Bugfix: fixed MERGE of compressed and uncompressed backups
- Bugfix: remove unnecessary remaining files after MERGE
- Bugfix: consider target LSN (--lsn parameter) during validating WAL
- Improvement: check backup program_version during VALIDATE, do not support forward compatibility
- Improvement: improve Windows support
- Improvement: improve support of tablespaces within PGDATA
2019-01-09 15:28:30 +03:00
Arthur Zakirov
687b069f09
Bug fix: Fix for 723c2b01a
2018-12-29 17:13:34 +03:00
Grigory Smolkin
93cedf1747
tests: fix test_validate_wal_unreal_values() and test_validate_wal_lost_segment_1()
2018-12-29 12:42:59 +03:00
Grigory Smolkin
c69d4ed7f8
tests: validate fix (windows support)
2018-12-28 19:26:01 +03:00
Arthur Zakirov
723c2b01a2
Bug fix: Consider target_lsn during validate WAL
2018-12-28 18:46:12 +03:00
Grigory Smolkin
7d53afb1c7
tests: windows support for validate
2018-12-27 22:40:23 +03:00
Sergey Cherkashin
9463b57990
Add parameter 'extra-directory' to pg_probackup.conf.
...
Minor improvements.
2018-12-27 18:47:15 +03:00
Grigory Smolkin
f6c1966415
tests: windows support, eschew using node.restart()
2018-12-27 17:19:23 +03:00
Grigory Smolkin
68ac0b43e2
README: Windows support in beta
2018-12-27 13:32:46 +03:00
Grigory Smolkin
8f9ca4ae9f
tests: windows support for test_restore_with_tablespace_mapping_1
2018-12-27 13:18:19 +03:00
Grigory Smolkin
c7dee40d13
tests: windows support for test_restore_with_tablespace_mapping_1
2018-12-27 13:04:16 +03:00
Grigory Smolkin
361d408c19
tests: support new behaviour of node.cleanup() in testgres
2018-12-27 13:00:57 +03:00
Grigory Smolkin
b61df02ce1
tests: windows compatibility, cross-platform path for base_dir
2018-12-26 22:59:13 +03:00
Arthur Zakirov
800ba045f5
No need to check static array backup->program_version to NULL
2018-12-26 15:00:05 +03:00
Grigory Smolkin
c1fd7ce031
minor fix
2018-12-25 22:07:54 +03:00
Grigory Smolkin
9a632f0f56
tests: windows support, fix test_incremental_backup_corrupt_full()
2018-12-25 22:04:56 +03:00
Grigory Smolkin
7b66795b8a
tests: windows support
2018-12-25 17:48:49 +03:00
Grigory Smolkin
f8340f5eb8
tests: adapt test_tablespace_in_pgdata_pgpro_1376 to 9e8d70d51b
2018-12-25 17:12:48 +03:00
Grigory Smolkin
02860600d9
bugfix: elog fact of copying file after locking it, not before
2018-12-25 16:44:37 +03:00
Arthur Zakirov
a42895620d
Fix filling and releasing of black_list
2018-12-25 14:29:47 +03:00
Victor Spirin
31830df36d
Added initialization of variable for tablespace renaming
2018-12-25 14:08:15 +03:00
Sergey Cherkashin
4a6f8c515e
Cleanup
2018-12-25 03:11:34 +03:00
Sergey Cherkashin
7213106cfc
Add '--extra-directory' and '-E' options to help.c
2018-12-25 02:43:17 +03:00
Sergey Cherkashin
91c4572bbd
Add extra directories remapping on restore
2018-12-25 02:42:55 +03:00