Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd79fbb commit 0545dd4Copy full SHA for 0545dd4
tests/ptrack.py
@@ -4441,11 +4441,14 @@ def test_corrupt_ptrack_map(self):
4441
# Clean after yourself
4442
self.del_test_dir(module_name, self.fname)
4443
4444
- # @unittest.skip("skip")
+ # @unittest.skip("skip")
4445
def test_horizon_lsn_ptrack(self):
4446
"""
4447
https://github.com/postgrespro/pg_probackup/pull/386
4448
4449
+ if not self.probackup_old_path:
4450
+ self.skipTest("You must specify PGPROBACKUPBIN_OLD"
4451
+ " for run this test")
4452
self.assertLessEqual(
4453
self.version_to_num(self.old_probackup_version),
4454
self.version_to_num('2.4.15'),
0 commit comments