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

Commit63381e2

Browse files
committed
new test settings
1 parent1e01110 commit63381e2

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
defstop(self):
305305
self.running=False
306306
self.evloop_process.terminate()
307+
time.sleep(3)
307308

308309
@classmethod
309310
defprint_aggregates(cls,aggs):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp