Skip to content

Commit 13492bf

Browse files
committed
tests: disable autovacuum in test_checksum_corruption_detection
1 parent df8aadf commit 13492bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/incr_restore.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ def test_checksum_corruption_detection(self):
136136
fname = self.id().split('.')[3]
137137
node = self.make_simple_node(
138138
base_dir=os.path.join(module_name, fname, 'node'),
139-
initdb_params=['--data-checksums'])
139+
initdb_params=['--data-checksums'],
140+
pg_options={'autovacuum': 'off'})
140141

141142
backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup')
142143
self.init_pb(backup_dir)

0 commit comments

Comments
 (0)