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

Commit0545dd4

Browse files
committed
Running tests.ptrack.PtrackTest.test_horizon_lsn_ptrack now depends on PGPROBACKUPBIN_OLD
1 parentbd79fbb commit0545dd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎tests/ptrack.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4441,11 +4441,14 @@ def test_corrupt_ptrack_map(self):
44414441
# Clean after yourself
44424442
self.del_test_dir(module_name,self.fname)
44434443

4444-
# @unittest.skip("skip")
4444+
# @unittest.skip("skip")
44454445
deftest_horizon_lsn_ptrack(self):
44464446
"""
44474447
https://github.com/postgrespro/pg_probackup/pull/386
44484448
"""
4449+
ifnotself.probackup_old_path:
4450+
self.skipTest("You must specify PGPROBACKUPBIN_OLD"
4451+
" for run this test")
44494452
self.assertLessEqual(
44504453
self.version_to_num(self.old_probackup_version),
44514454
self.version_to_num('2.4.15'),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp