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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy