Content-Length: 278532 | pFad | http://github.com/m99coder/postgres_cluster/commit/63381e2c11d16c404df782fdb4c3ee6f62ac66c2
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e01110 commit 63381e2Copy full SHA for 63381e2
tests2/docker-entrypoint.sh
@@ -59,7 +59,7 @@ if [ "$1" = 'postgres' ]; then
59
shared_preload_libraries = 'multimaster'
60
default_transaction_isolation = 'repeatable read'
61
log_line_prefix = '%m: '
62
- wal_writer_delay = 5ms
+ wal_writer_delay = 1ms
63
# log_statement = all
64
65
multimaster.max_nodes = 3
tests2/lib/bank_client.py
@@ -304,6 +304,7 @@ def clean_aggregates(self):
304
def stop(self):
305
self.running = False
306
self.evloop_process.terminate()
307
+ time.sleep(3)
308
309
@classmethod
310
def print_aggregates(cls, aggs):
Fetched URL: http://github.com/m99coder/postgres_cluster/commit/63381e2c11d16c404df782fdb4c3ee6f62ac66c2
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments