Ivan Lazarev
07d21334d2
[PBCKP-287] improves for @unittest.skipUnless(ProbackupTest.gdb) GDB tests
2022-11-22 02:43:47 +03:00
Yura Sokolov
97f3e70edb
asyncio.sleep -> time.sleep
2022-11-17 12:55:15 +03:00
Yura Sokolov
4c823b3930
...
2022-11-16 16:14:32 +03:00
Yura Sokolov
516d325a11
Merge branch 'REL_2_5' into REL_2_5-PBCKP-304
2022-11-16 16:12:10 +03:00
Yura Sokolov
858de550e8
Merge branch 'master' into REL_2_5
2022-11-16 16:02:48 +03:00
Yura Sokolov
8c670f0f9b
move test_basic_full_backup => test_full_backup
...
run it in separate travis action
+ add same test with stream replication
2.5.10
2022-11-16 13:43:20 +03:00
Ivan Lazarev
af4fb2e8c6
[PBCKP-304] moved _is_result_is_ok() into ProbackupTest class scope
2022-11-16 02:00:05 +03:00
Ivan Lazarev
f3f83b766a
merge branch REL_2_5-PBCKP-336 into REL_2_5-PBCKP-304
2022-11-15 18:15:11 +03:00
Ivan Lazarev
e3189e425d
[PBCKP-304] missed self.module_name & self.fname fixes
2022-11-15 17:56:40 +03:00
Ivan Lazarev
9924ab0142
[PBCKP-304] extended testgres.PosgresNode to filter excessive close() and its log entries calls
2022-11-15 17:45:28 +03:00
Yura Sokolov
e2b4549887
Merge branch 'REL_2_5' into REL_2_5-PBCKP-304
2022-11-15 17:35:22 +03:00
Yura Sokolov
5f66a60a81
Merge branch 'master' into REL_2_5
2022-11-15 15:03:55 +03:00
Yura Sokolov
348283b307
update version to 2.5.10
2022-11-15 13:43:09 +03:00
Yura Sokolov
de411ed393
Merge branch 'REL_2_5_correct_test_skip' into REL_2_5
2022-11-15 13:03:45 +03:00
Yura Sokolov
457e06296c
Merge branch 'REL_2_5'
2022-11-15 12:59:28 +03:00
Yura Sokolov
b7bd831b8d
correctly test skips
2022-11-15 11:32:15 +03:00
Yura Sokolov
4505def249
properly skip ptrack tests.
2022-11-15 11:27:06 +03:00
Yura Sokolov
4869a564d0
[PBCKP-336] Fix segno calculation.
...
It were lost during fork-name detection fix at eaf3b14c22 .
And since there were no basic test for this, it were not detected.
2022-11-14 13:04:09 +03:00
asavchkov
7b62d11056
Merge pull request #564 from postgrespro/respect-path
...
Respect PATH in a pg_probackup binary check
2022-11-10 17:46:52 +07:00
Alexey Savchkov
d7cc00b358
Check pg_probackup binary in PATH
2022-11-10 01:02:29 +07:00
Yura Sokolov
04e05b151d
Fix auth_test.py
2022-11-09 12:17:10 +03:00
Ivan Lazarev
cda016c955
[PBCKP-304] removed ProbackupTest.clean_all() GC magic, simplified ProbackupTest.tearDown()
2022-11-09 03:44:47 +03:00
Ivan Lazarev
a2c1e6d6b4
[PBCKP-304] removed direct calls to ProbackupTest.del_test_dir() from tests
2022-11-09 02:50:36 +03:00
Ivan Lazarev
39e06f576b
[PBCKP-304] test dirs cleanup fixed - added logic for nodes GC and dirs cleanup
2022-11-09 01:56:11 +03:00
Ivan Lazarev
9f3f530ec7
[PBCKP-304] extracted all cleanup routines to ptrack.py.TearDown()
2022-11-09 01:55:28 +03:00
Yura Sokolov
b17669c969
[PBCKP-146] add test for "unchanged cfm is not backuped"
2.5.9
2022-11-03 11:51:40 +03:00
Yura Sokolov
7cadc3378c
[PBCKP-146] fix filesize filling
...
file->size were not filled while reading backup filelist.
That lead to excess non-data file backups.
2022-11-03 11:51:40 +03:00
Yura Sokolov
693bffe08d
[PBCKP-146] fix cfm truncated crc calculation in delta/page backup
...
- On backup we should compare truncated crc with previous version.
- copying remote file didn't honor "don't truncate first 64 bytes" rule.
- crc calculation didn't honoer "don't truncate first 64 bytes" rule.
2022-11-03 11:50:30 +03:00
Ivan Lazarev
bc945994de
[PBCKP-304] auto tests cleanup added to ptrack_helper.py
2022-11-03 07:04:34 +03:00
Ivan Lazarev
fc8b89079b
[PBCKP-304] fix cfs_restore test
2022-11-03 07:04:34 +03:00
Ivan Lazarev
03f210b2be
[PBCKP-304] cfs tests moved back to build
2022-11-03 07:04:34 +03:00
Yura Sokolov
85708251bb
fix for forkname detection in get_backup_filelist
2022-11-03 03:40:35 +03:00
Yura Sokolov
a8ee334c3f
[PBCKP-235] fix one test for <15.0
2022-11-03 03:40:35 +03:00
Yura Sokolov
eaf3b14c22
fix set_forkname
...
Fork detection were broken before set_forkname extraction, and its bug
were copied into.
Lets reimplement it to be like `parse_filename_for_nonetemp_relation` in
PostgreSQL code.
2022-11-03 03:40:35 +03:00
Yura Sokolov
0c7c78b8e8
Merge branch 'REL_2_5-PBCKP-146-2' into REL_2_5
2022-11-02 22:32:09 +03:00
Yura Sokolov
34af0255cd
Merge branch 'master' into REL_2_5
2022-11-02 17:24:03 +03:00
Victor Spirin
feacabd8ab
[PBCKP-308] Changed check_server_version function for postgresql version for 1c.
2022-11-02 14:25:12 +03:00
Ivan Lazarev
ba6b240965
hotfix-2 for C89 compatibility from branch 'REL_2_5-PBCKP-236' into REL_2_5
2022-11-01 14:41:42 +03:00
Ivan Lazarev
64b84d0ca6
[PBCKP-236] hotfix-2 for C89 compatibility
2022-11-01 14:41:02 +03:00
Yura Sokolov
e36924a0fd
[PBCKP-146] review fixes
2022-11-01 12:53:46 +03:00
Ivan Lazarev
d9f798eedb
Merge C89 hotfix from branch 'REL_2_5-PBCKP-236' into REL_2_5
2022-11-01 12:10:38 +03:00
Ivan Lazarev
0b474d2616
[PBCKP-236] hotfix for C89
2022-11-01 11:53:17 +03:00
Ivan Lazarev
10a5b46369
Merge pull request #554 from postgrespro/REL_2_5-PBCKP-236
...
[PBCKP-236] added ssh agent full path to log output, merge to REL_2_5 from REL_2_5-PBCKP-236
2022-10-31 23:32:17 +03:00
MetalDream666
ed02b35493
Merge pull request #556 from postgrespro/PBCKP-120
...
[PBCKP-120] skip partitioned indexes for checkdb --amcheck
2022-10-29 15:44:40 +03:00
Sofia Kopikova
0b8cf419c3
[PBCKP-120] skip partitioned indexes for checkdb --amcheck
...
Tags: pg_probackup
2022-10-29 01:22:52 +03:00
MetalDream666
4cde8798fb
Merge pull request #555 from postgrespro/revert-498-PBCKP-120
...
Revert "[PBCKP-120] skip partitioned indexes for checkdb --amcheck"
2022-10-29 01:19:42 +03:00
MetalDream666
79009c652c
Revert "[PBCKP-120] skip partitioned indexes for checkdb --amcheck"
2022-10-29 01:17:13 +03:00
MetalDream666
dfb8b1f316
Merge pull request #498 from postgrespro/PBCKP-120
...
[PBCKP-120] skip partitioned indexes for checkdb --amcheck
2022-10-29 01:13:10 +03:00
Ivan Lazarev
1a48b6c595
[PBCKP-236] added remote shh agent path to log output
2022-10-28 19:40:15 +03:00
Daniel Shelepanov
4728756e21
Merge pull request #553 from postgrespro/PBCKP-235
...
[PBCKP-235] README.md now contains correct package versions
2022-10-27 20:04:08 +03:00