We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646baf7 commit 7aa7d7aCopy full SHA for 7aa7d7a
tests/cfs_restore.py
@@ -103,6 +103,7 @@ def test_restore_empty_tablespace_from_fullbackup(self):
103
"postgres",
104
"SELECT * FROM pg_tablespace WHERE spcname='{0}'".format(tblspace_name)
105
)
106
+ tblspace = str(tblspace)
107
self.assertTrue(
108
tblspace_name in tblspace and "compression=true" in tblspace,
109
"ERROR: The tablespace not restored or it restored without compressions"
0 commit comments