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.
1 parent 5354092 commit cf3c69eCopy full SHA for cf3c69e
tests/helpers/ptrack_helpers.py
@@ -52,6 +52,11 @@
52
'type': 'hash',
53
'column': 'id',
54
'relation': 't_heap'
55
+ },
56
+ 't_bloom': {
57
+ 'type': 'bloom',
58
+ 'column': 'id',
59
+ 'relation': 't_heap'
60
}
61
62
tests/ptrack.py
@@ -1341,6 +1341,7 @@ def test_alter_database_set_tablespace_ptrack(self):
1341
self.compare_pgdata(pgdata, pgdata_restored)
1342
1343
# START RESTORED NODE
1344
+ node_restored.port = node.port
1345
node_restored.slow_start()
1346
1347
# Clean after yourself
0 commit comments