You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-07-16 07:14:15 +02:00
Running tests.ptrack.PtrackTest.test_horizon_lsn_ptrack now depends on PGPROBACKUPBIN_OLD
This commit is contained in:
@ -4446,6 +4446,9 @@ class PtrackTest(ProbackupTest, unittest.TestCase):
|
||||
"""
|
||||
https://github.com/postgrespro/pg_probackup/pull/386
|
||||
"""
|
||||
if not self.probackup_old_path:
|
||||
self.skipTest("You must specify PGPROBACKUPBIN_OLD"
|
||||
" for run this test")
|
||||
self.assertLessEqual(
|
||||
self.version_to_num(self.old_probackup_version),
|
||||
self.version_to_num('2.4.15'),
|
||||
|
Reference in New Issue
Block a user