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 8f504fc commit 51a141cCopy full SHA for 51a141c
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