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

Commit6198160

Browse files
committed
fix ArchiveTest.test_pgpro434_4 for Pg15
1 parent8fa063f commit6198160

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎tests/archive_test.py‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,10 @@ def test_pgpro434_4(self):
317317
os.environ["PGAPPNAME"]="pg_probackup"
318318

319319
postgres_gdb=self.gdb_attach(pid)
320-
postgres_gdb.set_breakpoint('do_pg_stop_backup')
320+
ifself.get_version(node)<150000:
321+
postgres_gdb.set_breakpoint('do_pg_stop_backup')
322+
else:
323+
postgres_gdb.set_breakpoint('do_pg_backup_stop')
321324
postgres_gdb.continue_execution_until_running()
322325

323326
gdb.continue_execution_until_exit()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp