Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 63381e2

Browse files
committed
new test settings
1 parent 1e01110 commit 63381e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests2/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [ "$1" = 'postgres' ]; then
5959
shared_preload_libraries = 'multimaster'
6060
default_transaction_isolation = 'repeatable read'
6161
log_line_prefix = '%m: '
62-
wal_writer_delay = 5ms
62+
wal_writer_delay = 1ms
6363
# log_statement = all
6464
6565
multimaster.max_nodes = 3

tests2/lib/bank_client.py

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def clean_aggregates(self):
304304
def stop(self):
305305
self.running = False
306306
self.evloop_process.terminate()
307+
time.sleep(3)
307308

308309
@classmethod
309310
def print_aggregates(cls, aggs):

0 commit comments

Comments
 (0)