We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent10229f7 commit16fff38Copy full SHA for 16fff38
tests/delta.py
@@ -1196,8 +1196,8 @@ def test_page_corruption_heal_via_ptrack_2(self):
1196
1197
try:
1198
self.backup_node(
1199
-backup_dir,'node',node,
1200
-backup_type="delta",options=["-j","4","--stream"])
+backup_dir,'node',node,backup_type="delta",
+options=["-j","4","--stream","--log-level-console=LOG"])
1201
# we should die here because exception is what we expect to happen
1202
self.assertEqual(
1203
1,0,
@@ -1208,7 +1208,7 @@ def test_page_corruption_heal_via_ptrack_2(self):
1208
exceptProbackupExceptionase:
1209
ifself.remote:
1210
self.assertTrue(
1211
-"WARNING: File"ine.messageand
+"LOG: File"ine.messageand
1212
"try to fetch via SQL"ine.messageand
1213
"WARNING: page verification failed, "
1214
"calculated checksum"ine.messageand