Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13492bf

Browse files
committed
tests: disable autovacuum in test_checksum_corruption_detection
1 parentdf8aadf commit13492bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tests/incr_restore.py

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp