8000 [PBCKP-146] fix cfs test python3 compatibility · postgrespro/pg_probackup@7aa7d7a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7aa7d7a

Browse files
committed
[PBCKP-146] fix cfs test python3 compatibility
1 parent 646baf7 commit 7aa7d7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cfs_restore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def test_restore_empty_tablespace_from_fullbackup(self):
103103
"postgres",
104104
"SELECT * FROM pg_tablespace WHERE spcname='{0}'".format(tblspace_name)
105105
)
106+
tblspace = str(tblspace)
106107
self.assertTrue(
107108
tblspace_name in tblspace and "compression=true" in tblspace,
108109
"ERROR: The tablespace not restored or it restored without compressions"

0 commit comments

Comments
 (0)
0