mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
tests: disable ptrack testing for PG < 11
This commit is contained in:
@@ -312,6 +312,12 @@ class ProbackupTest(object):
|
||||
|
||||
os.environ["PGAPPNAME"] = "pg_probackup"
|
||||
|
||||
if self.ptrack:
|
||||
self.assertGreaterEqual(
|
||||
self.pg_config_version,
|
||||
self.version_to_num('11.0'),
|
||||
"ptrack testing require PostgreSQL >= 11")
|
||||
|
||||
@property
|
||||
def pg_config_version(self):
|
||||
return self.version_to_num(
|
||||
|
||||
Reference in New Issue
Block a user