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

Skip to content

Commit 18cfcdd

Browse files
committed
tests: minor fix
1 parent 0493eab commit 18cfcdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/backup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ def test_backup_concurrent_drop_table(self):
10171017
self.set_archiving(backup_dir, 'node', node)
10181018
node.slow_start()
10191019

1020-
node.pgbench_init(scale=5)
1020+
node.pgbench_init(scale=1)
10211021

10221022
# FULL backup
10231023
gdb = self.backup_node(

tests/compatibility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def test_backup_concurrent_drop_table(self):
552552
self.add_instance(backup_dir, 'node', node, old_binary=True)
553553
node.slow_start()
554554

555-
node.pgbench_init(scale=5)
555+
node.pgbench_init(scale=1)
556556

557557
# FULL backup
558558
gdb = self.backup_node(

0 commit comments

Comments
 (0)