Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf3c69e

Browse files
committed
tests: bloom index added to tests
1 parent 5354092 commit cf3c69e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/helpers/ptrack_helpers.py

+5
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
'type': 'hash',
5353
'column': 'id',
5454
'relation': 't_heap'
55+
},
56+
't_bloom': {
57+
'type': 'bloom',
58+
'column': 'id',
59+
'relation': 't_heap'
5560
}
5661
}
5762

tests/ptrack.py

+1
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,7 @@ def test_alter_database_set_tablespace_ptrack(self):
13411341
self.compare_pgdata(pgdata, pgdata_restored)
13421342

13431343
# START RESTORED NODE
1344+
node_restored.port = node.port
13441345
node_restored.slow_start()
13451346

13461347
# Clean after yourself

0 commit comments

Comments
 (0)