1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-04 10:44:46 +02:00
Commit Graph

602 Commits

Author SHA1 Message Date
Grigory Smolkin
c14c5a58c5 Version 2.0.25
- Bugfix: changing log-level-file and log-level-console via set-config now works correctly
 - Bugfix: WAL files crc comparison done by archive-push is now works correctly, previously it`s was always giving mismatch
 - Impromevent: PG_STOP_BACKUP_TIMEOUT now governed by archive-timeout option
 - Impromevent: CRC-32c now used to calculate crc for data and WAL files, previously a slower CRC-32 was used
 - Impromevent: cold replica can be backuped without false-positive WAL timeouts
 - Impromevent: for PG >= 10 pg_stop_backup now called without wait_for_archive flag
 - Impromevent: minor fixes for Windows build
2018-11-28 21:32:54 +03:00
Grigory Smolkin
82101e032a tests: minor fixes 2018-11-28 21:19:10 +03:00
Arthur Zakirov
e199c4aee8 Use CRC-32C again. Calculate crc for pg_control differently using ControlFileData struct.
Bump version to 2.0.25.
2018-11-26 14:17:46 +03:00
Grigory Smolkin
b52ee32440 tests: minor fixes 2018-11-24 22:57:27 +03:00
Arthur Zakirov
b4672e3ac8 PGPRO-2180: In pg_stop_backup for replica wait for LSN of prior record 2018-11-21 18:30:03 +03:00
Grigory Smolkin
fe00564707 tests: minor fixes 2018-11-16 09:35:41 +03:00
Sergey Cherkashin
6d0cbfa232 Fix test test_arhive_push_file_exists 2018-11-14 18:17:28 +03:00
Sergey Cherkashin
20d4dcc291 Modifyed test test_arhive_push_file_exists. Fixed fileEqualCRC()
error handling
2018-11-14 18:17:28 +03:00
Grigory Smolkin
de9c3b64d7 Version 2.0.24
- Major bugfix: incorrect handling of badly compressed blocks, previously there was a risk to restore block in uncompressed state, if compressed size was equal or larger than BLCKSZ
        - Impromevent: backup from replica >= 9.6 no longer need connection to master
        - Workaround: wrong minRecPoint in PostgreSQL thanks to commit 8d68ee6(block from future), overwrite minRecPoint with latest applied LSN
        - Impromevent: merge is now considered stable feature
        - Impromevent: validation now use more conservative and paranoid approach to file validation, during validation pg_probackup also check block checksumm, make sanity check based on block header information and try to detect blocks from future
        - New validate/restore options:
           '--skip-block-validation' - disable aforementioned approach to file validation
        - Multiple minor fixes
2018-11-12 12:41:02 +03:00
Grigory Smolkin
6eefeeba8d tests: expected help fixed 2018-11-12 12:15:54 +03:00
Grigory Smolkin
d2271554a2 tests: minor fixes 2018-11-12 11:51:58 +03:00
Grigory Smolkin
644c4bd9fb Merge remote-tracking branch 'origin/pgpro-1892-2' 2018-11-11 22:08:55 +03:00
Grigory Smolkin
8e716791ba tests: minor fixes 2018-11-11 21:53:00 +03:00
Arthur Zakirov
ee6bab40a9 PGPRO-1892: Add validation of merged backups 2018-11-10 23:56:15 +03:00
Grigory Smolkin
fcc4ed7439 PGPRO-1892: added test_continue_failed_merge_with_corrupted_delta_backup 2018-11-10 23:56:15 +03:00
Arthur Zakirov
88354a8dde PGPRO-1892: Continue failed merge command 2018-11-10 23:56:15 +03:00
Grigory Smolkin
12a6dcdd93 PGPRO-1905: check message about system id mismatch 2018-11-09 18:45:29 +03:00
Arthur Zakirov
ea3ed9fa17 Instead of current global backup variable use function local argument, which is sent by callers 2018-11-08 15:04:55 +03:00
Anna
7ab07a5f49 Fix tests
- remove outdated comment about ptrack
- stop compatibility tests from launching two times
- make test_tablespace_in_pgdata_pgpro_1376 clean up after itself
2018-10-30 15:44:54 +03:00
Arthur Zakirov
62a6317ed8 Version 2.0.22
- Calculate checksum for backuped files using CRC-32, validate pre 2.0.22 backups using CRC-32C
- Do not backup unchanged _vm,_fsm, pg_clog, pg_multixact, etc files
- Write program-version only during backup
- Minor fixes and bug fixes
2018-10-26 19:10:04 +03:00
Grigory Smolkin
cc45cea3c9 tests: ptrack yet another fix 2018-10-24 21:08:00 +03:00
Grigory Smolkin
64ac528add tests: PGPRO-2096, validation failed to detect pg_control change via resetxlog 2018-10-22 10:01:53 +03:00
Grigory Smolkin
fe3c422c5f tests: additional retention test 2018-10-20 13:44:47 +03:00
Grigory Smolkin
760c80f7f4 tests: bloom index support 2018-10-19 14:54:17 +03:00
Grigory Smolkin
cf3c69e906 tests: bloom index added to tests 2018-10-18 16:37:34 +03:00
Grigory Smolkin
151145d0a0 tests: compatibility test added 2018-10-18 10:32:26 +03:00
Grigory Smolkin
39f005b6a6 tests: add module ptrack_empty, create_db_on_replica 2018-10-18 09:46:02 +03:00
Grigory Smolkin
9ec6357a0a tests: fix ptrack_cluster 2018-10-17 18:11:53 +03:00
Grigory Smolkin
ff316021b0 tests: ptrack madness 2018-10-17 17:04:23 +03:00
Grigory Smolkin
3088f4fbf2 tests: some more of ptrack fixes 2018-10-17 12:56:03 +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
bd703a0f0b tests: compatibility test minor fix 2018-10-16 10:50:29 +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
0818889c06 tests: add note about compatibility test in Readme 2018-10-15 12:30:35 +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
Grigory Smolkin
fa06d8a66c tests: keep some history tests 2018-10-11 16:35:40 +03:00
Grigory Smolkin
d8f717d37e tests: minor tweak 2018-10-11 16:28:22 +03:00
Grigory Smolkin
0ff7d613d8 tests: fix validate tests broken by PR #33 2018-10-11 16:26:23 +03:00
Arthur Zakirov
0669939bba Fix tests 2018-10-11 12:58:37 +03:00
Arthur Zakirov
6fc6800243 Fix tests.__init__.py 2018-10-10 15:17:45 +03:00
Grigory Smolkin
a7329d9b81 bugfix: nullified page shouldn`t be skipped by DELTA backup 2018-10-10 11:37:12 +03:00
Arthur Zakirov
c90d578a67 Version 2.0.21
- Dynamically resize show table
- Port to PostgreSQL 11
- Minor fixes and bug fixes
2018-10-09 20:01:54 +03:00
Arthur Zakirov
3dec5b3bea Fix cfs tests in cfs_restore.py 2018-10-09 18:22:56 +03:00
Arthur Zakirov
7ed8014071 Bug fix. Fix incorrect behaviour of parse_backup_filelist_filenames(), we should use strlen() 2018-10-09 17:42:53 +03:00
Arthur Zakirov
ad5cda62fd Bug fix. Fix race condition with parallel MERGE 2018-10-05 17:26:39 +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
Arthur Zakirov
85f7559d53 Version 2.0.20
Minor fixes and bug fixes
2018-09-26 18:22:31 +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
48a8723cf8 tests: test_multithread_page_backup_with_toast added 2018-09-15 13:42:23 +03:00
Grigory Smolkin
9191746ce0 tests: minor fixes 2018-09-06 20:46:32 +03:00
Grigory Smolkin
24c95417a5 tests: minor fixes for page tests 2018-09-03 18:45:53 +03:00
Grigory Smolkin
cc42c5558e PGPRO-428: validation and revalidation rework based on parent_backup_link 2018-09-03 17:31:04 +03:00
Anastasia
33a33a9e1b Version 2.0.19.
Various fixes and code cleanup for previous version.
2018-08-17 16:31:28 +03:00
Anastasia
1222a7002b Detect WAL corruption in parallel page backup.
Improve log messages.
2018-08-16 23:38:57 +03:00
Grigory Smolkin
2e9a5b99c9 tests: added test_page_backup_with_alien_wal_segment 2018-08-16 11:54:06 +03:00
Grigory Smolkin
6e856bd877 PGPRO-427: added test_page_backup_with_corrupted_wal_segment 2018-08-15 17:38:44 +03:00
Grigory Smolkin
c4069c7520 tests: test_continue_failed_merge added 2018-08-13 10:08:38 +03:00
Grigory Smolkin
fc464219f1 tests: remove duplicate 2018-08-12 21:13:39 +03:00
Grigory Smolkin
76234b1e1d tests: minor fix in test_page_backup_with_lost_wal_segment 2018-08-12 15:15:09 +03:00
Grigory Smolkin
bd9311a98f tests: test_page_backup_with_lost_wal_segment added 2018-08-12 15:10:22 +03:00
Arthur Zakirov
c7a83af64e We should use paranoia check after full and page restore 2018-08-10 12:33:09 +03:00
Arthur Zakirov
3fe942f97b Fix bug: Sometimes we may miss WAL segments and threads 2018-08-09 19:02:38 +03:00
Grigory Smolkin
ff739835f3 tests: minor changes 2018-08-09 16:49:23 +03:00
Grigory Smolkin
9dde05ebdd tests: page backup in multiple workers 2018-08-09 16:42:51 +03:00
Grigory Smolkin
f23b0e7e9b tests: test_merge_delta_delete added 2018-08-09 16:19:31 +03:00
Arthur Zakirov
3f5540de6a Version 2.0.18 2018-08-06 12:47:51 +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
9a7daf009f Merge branch 'pgpro-1643-squashed' 2018-07-27 17:56:55 +03:00
Arthur Zakirov
144b8529e7 Merge branch 'pgpro-1693-squashed' 2018-07-27 17:35:44 +03:00
Aleksandr Parfenov
ab86cb5962 Warning in case of empty/corrupted backup.control file 2018-07-27 17:20:43 +03:00
Aleksandr Parfenov
586e3366c7 Add support of recovery target LSN 2018-07-27 17:11:23 +03:00
Arthur Zakirov
6d912340d6 PGPRO-427: Fix bug in SimpleXLogPageRead() with parallel mode 2018-07-25 14:17:04 +03:00
Arthur Zakirov
ee3ce85235 PGPRO-427: Merge with master 2018-07-19 12:15:06 +03:00
Ilya Skvortsov
3744048d4e Test start-time using 2018-07-18 15:19:39 +03:00
Grigory Smolkin
64262950c3 PGPRO-427: small fix to tests 2018-07-18 09:45:33 +03:00
Grigory Smolkin
b122966a3a PGPRO-427: additional test added 2018-07-18 09:41:45 +03:00
Grigory Smolkin
f0abaf9438 add --no-validate description to help 2018-07-18 09:10:38 +03:00
Grigory Smolkin
5bed18c378 Merge branch 'master' into pgpro-1286-no-validation-restore 2018-07-18 08:41:30 +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
2a1181ee92 tests: minor fix 2018-07-14 01:17:04 +03:00
Grigory Smolkin
f98c91b3ba tests: add slow_start() method to PostgresNode 2018-07-11 10:50:38 +03:00
Ilya Skvortsov
c81a61208c new no-validate test added 2018-07-09 13:57:10 +03:00
Grigory Smolkin
1b70807d38 tests: fix archive tests 2018-07-06 20:41:49 +03:00
Arthur Zakirov
6e0f5bb68b PGPRO-427: Process blocks change in parallel 2018-06-18 11:47:29 +03:00
Arthur Zakirov
8f6fb524fd Merge branch 'pgpro-533' 2018-06-07 14:55:12 +03:00
Aleksandr Parfenov
93e85cb86e Add --no-validate option for restore command 2018-06-04 11:27:00 +03:00
Grigory Smolkin
191d5e30e9 tests: json format for show command 2018-06-02 20:35:37 +03:00
Grigory Smolkin
e991328779 tests: minor fixes 2018-05-21 17:08:46 +03:00
Grigory Smolkin
d1e4d2b059 tests: add ptrack test for unlogged tables 2018-05-21 13:19:33 +03:00
Grigory Smolkin
c408a0ea47 bump version to 2.0.17 2018-05-03 14:14:55 +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
Arthur Zakirov
b7caea5896 PGPRO-1376: Do not copy tablespace files twice 2018-04-24 17:45:30 +03:00
Ilya Skvortsov
4f544e90b7 Update Readme.md 2018-04-23 17:20:46 +03:00
Grigory Smolkin
721ffb7976 tests: minor fix 2018-04-11 23:02:36 +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
5f62980cb6 Merge branch 'master' into pgpro_1053_697 2018-04-11 02:25:11 +03:00
Grigory Smolkin
71d41ac29b tests: minor improvements 2018-04-11 02:23:13 +03:00
Grigory Smolkin
bfa3054fe4 tests: minor fix to ptrack tests 2018-04-02 14:59:19 +03:00
Grigory Smolkin
e82ae6d144 tests: test_atexit_fail added 2018-03-26 03:19:09 +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
ff940f69dc testgres 1.6 testgres 2018-03-20 22:30:57 +03:00
Grigory Smolkin
bea0f8ef63 Github Issue 24: check PQresultStatus for pg_stop_backup() 2018-03-19 20:51:01 +03:00
Grigory Smolkin
f685305eed Merge branch 'pgpro-1504' 2018-03-17 01:41:35 +03:00
Grigory Smolkin
541195b597 fix PGPRO-1507: null-sized files were not copied to backup 2018-03-16 11:53:43 +03:00
Grigory Smolkin
1b61ca8299 Merge branch 'pgpro-1457' 2018-03-16 02:26:51 +03:00
Grigory Smolkin
fb88c42a51 PGPRO-1504: test minor fixes 2018-03-15 13:57:17 +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
83d2fb3061 PGPRO-1457: minor changes proposed by Arthur Zakirov 2018-03-14 18:36:31 +03:00
Grigory Smolkin
59b5145b1f tests: new page test added, minor fixes for ptrack tests 2018-03-06 17:10:55 +03:00
Grigory Smolkin
e29a5dbe57 PGPRO-1457: new test, minor fixes for tests 2018-03-06 17:08:43 +03:00
Grigory Smolkin
14e1ae264b Merge remote-tracking branch 'origin/master' into pgpro-1457 2018-03-06 16:17:13 +03:00
Grigory Smolkin
9cdded93ac PGPRO-1457: fix DELTA backup not copiying files created by CREATE DATABASE 2018-03-06 16:10:58 +03:00
Grigory Smolkin
0d0802758a tests: minor fixes 2018-03-03 11:42:10 +03:00
Anastasia
76afcee125 Version 2.0.16
- Fix CVE-2018-1058. Use schema name explicitly in all function calls.
- Fix: Handle datafiles in directory global as datafiles.
- Fix: Do not copy ptrack files from directory global to backup anymore.
- Check if --instance is specified for VALIDATE with target parameters
- Adjust README package installation instruction.
2018-03-02 19:26:37 +03:00
Grigory Smolkin
f8f9e47cbf tests: check _ptrack files absense in restored pgdata 2018-03-01 22:25:43 +03:00
Grigory Smolkin
4f7ca55d7e tests: minor fixes 2018-02-28 23:01:22 +03:00
Grigory Smolkin
052329fc85 tests: disable autovacuum in pgdata_compare() tests 2018-02-26 18:34:56 +03:00
Grigory Smolkin
70d7e463bb PGPRO-1457: backup mode DELTA 2018-02-26 17:53:29 +03:00
Sergey Logvinenko
6ed685ac1f fix "TypeError: got <type 'str'> ('Password for user .*:') as pattern, must be one of: <type 'unicode'>, pexpect.EOF, pexpect.TIMEOUT" in auth_test.py 2018-02-26 17:19:04 +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
fa9d02e9a3 tests: testgres version in Readme fix 2018-02-14 10:31:30 +03:00
Grigory Smolkin
f9e36ee01e Version 2.0.15
- fix infinite loop in page validation
- fix segfault in parallel ptrack connections
- allow to use delete-wal option wihtout delete-expired(in accordance with documentation)
- allow to use pg_ptrack_get_block if it`s available and page is invalid
- help update
- testgres 1.3 support
- pglz is not thread-safe, do not allow multithread backup with pglz compression
- multiple minor fixes
2018-02-07 07:12:37 +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
304ded65b8 tests: minor fix 2018-01-26 18:29:31 +03:00
Grigory Smolkin
5033768e47 tests: PGPRO-1377 2018-01-26 12:52:15 +03:00
Grigory Smolkin
3ddd130baa tests: cfs_backup 2018-01-25 21:39:16 +03:00
Grigory Smolkin
5b43633a9d tests: PGPRO-1184 2018-01-25 21:37:27 +03:00
Grigory Smolkin
fddc927c6e PGPRO-1376: tablespace in pgdata, test added 2018-01-25 19:49:25 +03:00
Grigory Smolkin
1fbea2dc14 tests: minor fix 2018-01-18 18:56:33 +03:00
Grigory Smolkin
9e44d505bc tests: changes to tests.README and minor corrections 2018-01-18 17:15:21 +03:00
Grigory Smolkin
68e2742da0 tests: major fixes 2018-01-18 04:35:27 +03:00
Grigory Smolkin
45923cf9c7 tests: minor fix validate_test 2018-01-17 21:23:57 +03:00
Grigory Smolkin
fb1eb3cd20 tests: minor fixes, backup_test PEP8 2018-01-17 21:15:49 +03:00
Grigory Smolkin
d6a2d36403 tests: minor fixes, new tests for ptrack 2018-01-17 20:51:43 +03:00
Anastasia
c981bf737f Version 2.0.14
- fixed race conditions in ptrack and page backups
- fixed parallel ptrack backup interruption
- added new backup state 'ORPHAN' which means that one of previous backups is corrupted
2018-01-17 10:46:29 +03:00
Grigory Smolkin
3d0fcdf9b0 tests: added test_page_vacuum_truncate 2018-01-16 18:46:55 +03:00
Grigory Smolkin
b2f5ae5727 tests: compare_pgdata now can track extra pages in restored files 2018-01-14 17:32:43 +03:00
sfalkon
3abbc5d6e2 - fix auth_test
- add -W options to case: test_right_password_and_wrong_pgpass
2018-01-12 11:38:32 +03:00
sfalkon
3cfb8e2242 - fix auth_test
- add -W options to case: test_right_password_and_wrong_pgpass
2018-01-12 11:27:33 +03:00
Grigory Smolkin
8d8a70f886 Merge branch 'pgpro-1248' 2018-01-10 21:18:31 +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
f97fab6c89 tests: minor fix 2017-12-28 12:55:32 +03:00
Grigory Smolkin
6ccaed5ccd tests: simple ptrack test 2017-12-28 12:27:40 +03:00
Grigory Smolkin
7bb2177bb8 tests: page_get_block added 2017-12-28 12:02:53 +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
b6f1dd8fbe PGPRO-1248: new status ORPHAN for backup with corrupted parent 2017-12-19 12:56:03 +03:00
Grigory Smolkin
f436888f46 tests: validate fixes 2017-12-14 21:33:48 +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
s.logvinenko
6174a863ce fix auth_test for testgres 0.4.0 2017-12-11 15:31:16 +03:00
Grigory Smolkin
dc6b127a25 tests: check that pg_probackup behave correctly when encountering page corruption in PostgreSQL 2017-12-08 16:11:21 +03:00
s.logvinenko
d46161521e fix auth_test 2017-12-06 17:57:05 +03:00
s.logvinenko
cdc3d240af fix auth_test 2017-12-06 16:26:30 +03:00
s.logvinenko
90e8c80473 add new test case 2017-12-06 11:06:44 +03:00
s.logvinenko
f01fd61ed7 add new test case 2017-12-06 10:37:03 +03:00
s.logvinenko
71590bf7f3 add new test case 2017-12-06 10:32:30 +03:00
s.logvinenko
7beae32358 fix auth_test
fix unsetenv
2017-12-06 10:23:59 +03:00
s.logvinenko
6b23657666 fix auth_test
fix unsetenv
2017-12-06 10:22:05 +03:00
sfalkon
45d38d6130 fix auth_test 2017-12-05 22:46:47 +03:00
sfalkon
942b2df4a9 fix auth_test 2017-12-05 20:45:44 +03:00
sfalkon
3f650ed2f1 fix auth_test 2017-12-05 20:13:41 +03:00
sfalkon
d86778dc84 fix auth_test
fix file mode
2017-12-05 17:47:44 +03:00
sfalkon
25267975a8 fix auth_test
fix file mode
2017-12-05 17:40:11 +03:00
sfalkon
d8953f580a fix auth_test 2017-12-05 17:38:00 +03:00
sfalkon
065fb0e539 fix port int to string 2017-12-05 17:28:00 +03:00
sfalkon
6cf129546d fix ptrack_helper 2017-12-05 17:25:43 +03:00
sfalkon
32d9b7abdf add tests in auth_test 2017-12-05 17:08:38 +03:00
s.logvinenko
c36a0ff5c5 Merge branch 'master' of https://git.postgrespro.ru/pgpro-dev/pg_probackup into testgres1
Conflicts:
	tests/auth_test.py
	tests/helpers/ptrack_helpers.py
	tests/ptrack.py
2017-12-04 18:04:03 +03:00
s.logvinenko
edc1b31ffd Add auth_test. Test pg_probackup with user authentification. 2017-12-04 17:42:18 +03:00
s.logvinenko
3e290f0a16 fix auth_test 2017-12-04 17:17:49 +03:00
s.logvinenko
7e08ca7029 fix auth_test 2017-12-04 15:40:31 +03:00
sfalkon
df6e586b54 fix auth_test 2017-11-30 16:39:52 +03:00
Grigory Smolkin
b4c56bf21c Version 2.0.13
- Do not include not changed relations into the PAGE backup
    - Correct procedure of obtaining backup_label and tablespace_map via SQL for exclusive backups
    - Do PTRACK backups only for ptrack_version >= 1.4
2017-11-30 14:56:59 +03:00
sfalkon
89e3d113d7 fix auth_test 2017-11-30 13:49:27 +03:00
sfalkon
733704ae24 fix auth_test 2017-11-30 13:48:25 +03:00
sfalkon
462ce33f45 fix auth_test 2017-11-30 13:41:26 +03:00
Grigory Smolkin
b269c84238 tests: new module "exclude.py" and minor fixes 2017-11-30 09:14:46 +03:00
s.logvinenko
bdeff4029d fix auth_test 2017-11-29 18:21:18 +03:00
s.logvinenko
822020998e fix auth_test 2017-11-29 17:59:18 +03:00
s.logvinenko
c09e805697 fix auth_test 2017-11-29 11:48:26 +03:00
sfalkon
a2b802ca8f fix auth_test 2017-11-28 17:04:18 +03:00
sfalkon
00cf6d58c1 fix auth_test 2017-11-28 16:29:06 +03:00
sfalkon
9079a2b253 add auth_test 2017-11-28 15:03:47 +03:00
Anastasia
fae522df4a Version 2.0.12
- Do not include unlogged relations into the backup.
- Use exclusive backup for PTRACK backups.
- Do not throw an error if the file was truncated during backup.
2017-11-23 11:28:04 +03:00
Anastasia
082612b528 Version 2.0.11.
- Fix password prompt interruption
- Check if the password provided by a user is empty
- Fix incremental backups: do not include into backup files, that didn't changed since previous backup.
- Add PG version into backup meta infromation
2017-11-10 17:40:30 +03:00
Grigory Smolkin
39aa89acb7 new tests for ptrack 2017-11-09 12:45:04 +03:00
s.logvinenko
5402d433fc fix archive.py 2017-11-08 18:06:50 +03:00
s.logvinenko
595982a39d fix archive.py 2017-11-08 17:16:50 +03:00
s.logvinenko
2d3c3dbe22 fix archive.py 2017-11-08 16:50:56 +03:00
s.logvinenko
ba828847a5 fux replica.py 2017-11-08 10:55:48 +03:00
sfalkon
0aeb9d26ec fix ptrack 2017-11-07 17:50:35 +03:00
sfalkon
ea85c50230 fix ptrack 2017-11-07 17:47:38 +03:00
sfalkon
3ba30a9742 fix ptrack 2017-11-07 17:19:22 +03:00
sfalkon
6f4d2f60e1 fix ptrack 2017-11-07 17:13:20 +03:00
sfalkon
31fbb85a89 fix ptrack 2017-11-07 15:18:23 +03:00
sfalkon
1091662479 fix ptrack 2017-11-07 14:51:29 +03:00
sfalkon
f7052186c2 fix ptrack 2017-11-07 14:38:59 +03:00
sfalkon
6dd6646c82 fix ptrack 2017-11-07 14:38:14 +03:00
sfalkon
1c0c685507 fix ptrack 2017-11-07 14:35:46 +03:00
sfalkon
5d883b1a08 fix ptrack 2017-11-07 14:04:02 +03:00
sfalkon
edfaed698d fix ptrack 2017-11-07 13:59:22 +03:00
sfalkon
7323456b0d fix ptrack 2017-11-07 13:57:42 +03:00
sfalkon
9804672a10 fix ptrack 2017-11-07 13:52:00 +03:00
sfalkon
855e5afab4 fix ptrack 2017-11-07 13:13:09 +03:00
sfalkon
f9365e646a fix ptrack 2017-11-07 12:34:20 +03:00
sfalkon
b3277af776 fix ptrack 2017-11-07 12:23:52 +03:00
sfalkon
f8a4e65749 fix ptrack 2017-11-07 11:52:56 +03:00
sfalkon
e51200032e fix ptrack 2017-11-07 11:51:09 +03:00
sfalkon
72aa1592c3 Merge branch 'master' of https://git.postgrespro.ru/pgpro-dev/pg_probackup into testgres1 2017-11-07 11:42:54 +03:00
Grigory Smolkin
fa0a9621de tests: test_relation_with_multiple_segments expanded, get_md5_per_page_for_fork expanded 2017-11-07 09:40:13 +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
6a0b6b2a97 fix ptrack 2017-11-03 16:35:23 +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
4c6e89a701 fix ptrack 2017-11-03 15:52:42 +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
6c478ee175 fix ptrack 2017-11-03 14:56:16 +03:00
sfalkon
3867e086e6 fix ptrack 2017-11-03 14:54:54 +03:00
sfalkon
8e66c7ef01 fix ptrack 2017-11-03 14:34:25 +03:00
sfalkon
c58cd6da4d fix ptrack 2017-11-03 14:32:07 +03:00
sfalkon
22a5a064d9 fix ptrack 2017-11-03 14:25:35 +03:00
sfalkon
b010b2b83d fix ptrack 2017-11-03 14:01:51 +03:00
sfalkon
966a37ac86 fix ptrack 2017-11-03 13:45:13 +03:00
sfalkon
fe4264c209 fix ptrack 2017-11-03 13:40:25 +03:00
sfalkon
625f20ccd3 fix ptrack 2017-11-03 13:38:14 +03:00
sfalkon
d8ec38cb62 fix ptrack 2017-11-03 10:26:23 +03:00
sfalkon
841ae1da6c fix ptrack 2017-11-03 10:12:52 +03:00
Anastasia
3a1d5c430f Version 2.0.10 2017-10-30 15:02:56 +03:00
Grigory Smolkin
9f07c0ccc7 v 2.0.9 2017-10-26 16:04:15 +03:00
Grigory Smolkin
66055c2402 tests: added test_multiple_segments_in_multiple_tablespaces 2017-10-26 15:45:06 +03:00
Grigory Smolkin
40118ca3ed cfs tests small temporal chages 2017-10-19 18:26:24 +03:00
Grigory Smolkin
9a1e6eed0b Merge branch 'cfs' 2017-10-19 18:19:20 +03:00
Grigory Smolkin
2bd2b6e1b8 tests fixes 2017-10-11 18:08:56 +03:00
Anastasia
7a0cc9a2da Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2017-10-10 19:11:13 +03:00
Anastasia
27a90e847d Version 2.0.8. Stable 2017-10-10 19:10:59 +03:00
Grigory Smolkin
40ee8a14b1 tests: ptrack paranoia disable 2017-10-09 15:40:33 +03:00
Grigory Smolkin
6dc3c29616 Version 2.0.7 2017-10-09 15:35:46 +03:00
Grigory Smolkin
a6adf6ec6c tests fixes 2017-10-09 15:32:48 +03:00
Grigory Smolkin
dc792f5474 tests: ptrack small fixes 2017-10-05 16:59:05 +03:00
Grigory Smolkin
d21412d274 tests ptrack.py fixes 2017-10-05 16:47:32 +03:00
Grigory Smolkin
3700576d99 test_ptrack_disable added 2017-10-05 12:06:01 +03:00
s.logvinenko
2593e10a9b Merge branch 'master' of https://git.postgrespro.ru/pgpro-dev/pg_probackup into cfs
Conflicts:
	tests/__init__.py
2017-10-04 17:03:03 +03:00
s.logvinenko
269a83c194 Merge branch 'master' of https://git.postgrespro.ru/pgpro-dev/pg_probackup into cfs
Conflicts:
	tests/__init__.py
2017-10-04 15:47:20 +03:00
Anastasia
9813471e7b Version 2.0.6 2017-10-04 12:24:53 +03:00
Grigory Smolkin
dc079c9d07 exclude pg_internal.init from tests 2017-10-03 19:27:13 +03:00
Grigory Smolkin
29380efb14 ptrack tests fixes 2017-10-03 18:26:55 +03:00
Grigory Smolkin
31b7230ea7 Merge branch 'repprotocol_v1' of https://git.postgrespro.ru/pgpro-dev/pg_probackup into repprotocol_v1 2017-10-03 16:27:29 +03:00
Grigory Smolkin
701ea7c0a5 ptrack tests 2017-10-03 16:27:03 +03:00
Anastasia
990ab6050d Version 2.0.5 2017-10-03 15:57:15 +03:00
sfalkon
7bfa61ad7e Update cfs-tests 2017-10-03 14:59:30 +03:00
s.logvinenko
dd14c27f38 Update tests. Add cfs_validate_backup test 2017-10-02 17:35:20 +03:00
s.logvinenko
948927142b Update tests 2017-10-02 15:33:34 +03:00
s.logvinenko
a5be84af44 Update tests 2017-10-02 14:53:24 +03:00
sfalkon
8400cf44c1 Add cfs_restore_noenc. Update cfs_backup_enc and cfs_backup_noenc 2017-09-29 13:48:02 +03:00
sfalkon
c4b382b0d5 Add cfs_backup tests 2017-09-28 21:09:35 +03:00
Anastasia
04105e8f07 Version 2.0.4 2017-09-28 13:10:03 +03:00
Grigory Smolkin
d1c5a993cc small fix 2017-09-28 10:54:50 +03:00
Grigory Smolkin
237882cfaa new tests added 2017-09-28 10:32:06 +03:00
Grigory Smolkin
dfdebfc05e pgpro-956 test coverage 2017-08-31 23:33:54 +03:00
Arthur Zakirov
578abf5f40 Version 2.0.3 2017-08-31 21:32:15 +03:00
Arthur Zakirov
9b784015db Version 2.0.2 2017-08-11 19:05:36 +03:00
Grigory Smolkin
48255ebf09 tests: new modules and tests 2017-07-12 17:28:28 +03:00
Anastasia
9f91dfc5bb Bunch of small fixes. Version 2.0.1 2017-07-05 17:36:22 +03:00
Anastasia
be95e17fac Version 2.0 2017-07-03 18:09:24 +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
Anastasia
e0596efd85 Version 1.1.17 2017-06-20 17:54:15 +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
Anastasia
2525daa544 Version 1.1.16. Feature freeze for release 2.0 2017-06-07 17:08:57 +03:00