From e68132d10c0b2fe604e3a0c95b6d6d9e02a22778 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Fri, 18 Jun 2021 12:20:58 +0300 Subject: [PATCH] tests: fix tests.archive.ArchiveTest.test_basic_master_and_replica_concurrent_archiving --- tests/archive.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/archive.py b/tests/archive.py index a7bc04e1..44fd7bcf 100644 --- a/tests/archive.py +++ b/tests/archive.py @@ -895,6 +895,9 @@ class ArchiveTest(ProbackupTest, unittest.TestCase): set replica with archiving, make sure that archiving on both node is working. """ + if self.pg_config_version < self.version_to_num('9.6.0'): + return unittest.skip('You need PostgreSQL >= 9.6 for this test') + fname = self.id().split('.')[3] backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup') master = self.make_simple_node(