From 19e26f53fb68e491bbdc23e1f51d798e4e6d2e3f Mon Sep 17 00:00:00 2001 From: Arthur Petukhovsky Date: Fri, 8 Oct 2021 12:42:48 +0300 Subject: [PATCH] Adjust test parameters --- test_runner/batch_others/test_wal_acceptor_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/batch_others/test_wal_acceptor_async.py b/test_runner/batch_others/test_wal_acceptor_async.py index b4408ebb9f..4264d29c8f 100644 --- a/test_runner/batch_others/test_wal_acceptor_async.py +++ b/test_runner/batch_others/test_wal_acceptor_async.py @@ -161,7 +161,7 @@ def test_restarts_under_load(zenith_cli, pageserver: ZenithPageserver, postgres: pg = postgres.create_start('test_wal_acceptors_restarts_under_load', wal_acceptors=wa_factory.get_connstrs()) - asyncio.run(run_restarts_under_load(pg, wa_factory.instances, iterations=12)) + asyncio.run(run_restarts_under_load(pg, wa_factory.instances, iterations=9, n_workers=30, period_time=5)) # TODO: Remove when https://github.com/zenithdb/zenith/issues/644 is fixed pg.stop()