You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-09-16 09:26:30 +02:00
tests: bloom index added to tests
This commit is contained in:
@@ -52,6 +52,11 @@ idx_ptrack = {
|
||||
'type': 'hash',
|
||||
'column': 'id',
|
||||
'relation': 't_heap'
|
||||
},
|
||||
't_bloom': {
|
||||
'type': 'bloom',
|
||||
'column': 'id',
|
||||
'relation': 't_heap'
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1341,6 +1341,7 @@ class PtrackTest(ProbackupTest, unittest.TestCase):
|
||||
self.compare_pgdata(pgdata, pgdata_restored)
|
||||
|
||||
# START RESTORED NODE
|
||||
node_restored.port = node.port
|
||||
node_restored.slow_start()
|
||||
|
||||
# Clean after yourself
|
||||
|
Reference in New Issue
Block a user