From f7c17a8e866ba859979ccd7d1810654cdabd2364 Mon Sep 17 00:00:00 2001 From: tavplubix Date: Mon, 11 Apr 2022 18:03:19 +0300 Subject: [PATCH] Update stress --- docker/test/stress/stress | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/test/stress/stress b/docker/test/stress/stress index 10c6088af75..9f3a51c1b6b 100755 --- a/docker/test/stress/stress +++ b/docker/test/stress/stress @@ -215,6 +215,8 @@ if __name__ == "__main__": "--client-option", "max_untracked_memory=1Gi", "--client-option", "max_memory_usage_for_user=0", "--client-option", "memory_profiler_step=1Gi", + # Use system database to avoid CREATE/DROP DATABASE queries + "--database=system", "--hung-check", "00001_select_1" ])