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

Appearance settings

Commit 0545dd4

Browse filesBrowse files
committed
Running tests.ptrack.PtrackTest.test_horizon_lsn_ptrack now depends on PGPROBACKUPBIN_OLD
1 parent bd79fbb commit 0545dd4
Copy full SHA for 0545dd4

File tree

1 file changed

+4
-1
lines changed
Filter options

1 file changed

+4
-1
lines changed

‎tests/ptrack.py

Copy file name to clipboardExpand all lines: tests/ptrack.py
+4-1Lines 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
def test_horizon_lsn_ptrack(self):
44464446
"""
44474447
https://github.com/postgrespro/pg_probackup/pull/386
44484448
"""
4449+
if not self.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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.