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

Commitee6d032

Browse files
committed
[Issue#261] fix tests
1 parentc1e52db commitee6d032

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎tests/archive.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ def test_archive_get_prefetch_corruption(self):
22122212
base_dir=os.path.join(module_name,fname,'node'),
22132213
set_replication=True,
22142214
initdb_params=['--data-checksums'],
2215-
pg_options={'autovacuum':'off','wal_keep_segments':'200'})
2215+
pg_options={'autovacuum':'off'})
22162216

22172217
self.init_pb(backup_dir)
22182218
self.add_instance(backup_dir,'node',node)

‎tests/helpers/ptrack_helpers.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ def make_simple_node(
371371
else:
372372
options['ptrack_enable']='on'
373373

374+
ifnode.major_version>=13:
375+
options['wal_keep_size']='200MB'
376+
374377
# set default values
375378
self.set_auto_conf(node,options)
376379

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp