From 3bdd05c95ca3413f277b6230b767555725c79bf9 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Wed, 11 Dec 2024 16:07:49 +0100 Subject: [PATCH] Debug --- Makefile.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 8e5f33447..da1cb7a89 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -214,8 +214,9 @@ cargo test --package golem-worker-executor-base --test integration :tag:group3 - description = "Runs worker executor tests only (group 4/8)" env = { "RUST_BACKTRACE" = "1", "WASMTIME_BACKTRACE_DETAILS" = "1", "RUST_LOG" = "info", "RUST_TEST_TIME_INTEGRATION" = "5000,30000" } script = ''' -cargo test --package golem-worker-executor-base --test integration :tag:group4 -- --nocapture --report-time $JUNIT_OPTS +cargo test --package golem-worker-executor-base --test integration :tag:group4 -- --nocapture --report-time $JUNIT_OPTS --test-threads=1 ''' +# NOTE: temporarily set test-threads=1 to debug flakyness [tasks.worker-executor-tests-group5] description = "Runs worker executor tests only (group 5/8)"