Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61b476b

Browse files
ololobusgsmolk
authored andcommitted
Correct expected error message in the test_ptrack_pg_resetxlog
1 parentbdff1a7 commit61b476b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/ptrack.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3841,7 +3841,7 @@ def test_ptrack_zero_changes(self):
38413841
self.del_test_dir(module_name,fname)
38423842

38433843
# @unittest.skip("skip")
3844-
@unittest.expectedFailure
3844+
#@unittest.expectedFailure
38453845
deftest_ptrack_pg_resetxlog(self):
38463846
fname=self.id().split('.')[3]
38473847
node=self.make_simple_node(
@@ -3946,7 +3946,7 @@ def test_ptrack_pg_resetxlog(self):
39463946
)
39473947
exceptProbackupExceptionase:
39483948
self.assertIn(
3949-
'Insert error message',
3949+
'ERROR: LSN from ptrack_control 0/0 differs from STOP LSN of previous backup',
39503950
e.message,
39513951
'\n Unexpected Error Message: {0}\n'
39523952
' CMD: {1}'.format(repr(e.message),self.cmd))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp