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

Commit 4983213

Browse files
knizhnikkelvich
authored andcommitted
Update expected results for regression tests
1 parent 837e784 commit 4983213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
default_transaction_isolation = 'repeatable read'
6060
log_line_prefix = '%t: '
6161
62-
multimaster.workers = 4
62+
multimaster.workers = 16
6363
multimaster.max_nodes = 3
6464
multimaster.volkswagen_mode = 1
6565
multimaster.queue_size=52857600

tests2/test_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def tearDownClass(self):
1919

2020
def test_regression(self):
2121
# XXX: make smth clever here
22-
time.sleep(31)
22+
# time.sleep(31)
2323
subprocess.check_call(['docker', 'exec',
2424
'node1',
2525
'/pg/mmts/tests2/support/docker-regress.sh',

0 commit comments

Comments
 (0)