Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16fff38

Browse files
committed
tests: fixes to "external" and "merge" modules
1 parent 10229f7 commit 16fff38

File tree

2 files changed

+754
-265
lines changed

2 files changed

+754
-265
lines changed

tests/delta.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1196,8 +1196,8 @@ def test_page_corruption_heal_via_ptrack_2(self):
11961196

11971197
try:
11981198
self.backup_node(
1199-
backup_dir, 'node', node,
1200-
backup_type="delta", options=["-j", "4", "--stream"])
1199+
backup_dir, 'node', node, backup_type="delta",
1200+
options=["-j", "4", "--stream", "--log-level-console=LOG"])
12011201
# we should die here because exception is what we expect to happen
12021202
self.assertEqual(
12031203
1, 0,
@@ -1208,7 +1208,7 @@ def test_page_corruption_heal_via_ptrack_2(self):
12081208
except ProbackupException as e:
12091209
if self.remote:
12101210
self.assertTrue(
1211-
"WARNING: File" in e.message and
1211+
"LOG: File" in e.message and
12121212
"try to fetch via SQL" in e.message and
12131213
"WARNING: page verification failed, "
12141214
"calculated checksum" in e.message and

0 commit comments

Comments
 (0)