From 6f2ae3e54507bf967acafcf22b017d69f510a2d5 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Tue, 3 Oct 2023 21:30:37 +0100 Subject: [PATCH] fix: add missing `test-threads` to `fully_synced_rpc_` --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 54529dd9487..6697d8fc0ae 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -246,7 +246,7 @@ case "$1" in list_directory "${ZEBRA_CACHED_STATE_DIR}" # Run both the fully synced RPC test and the subtree snapshot test, one test at a time. # Since these tests use the same cached state, a state problem in the first test can fail the second test. - run_cargo_test "${ENTRYPOINT_FEATURES}" "fully_synced_rpc_" + run_cargo_test "${ENTRYPOINT_FEATURES}" "--test-threads 1 fully_synced_rpc_" elif [[ "${TEST_LWD_FULL_SYNC}" -eq "1" ]]; then # Starting at a cached Zebra tip, run a lightwalletd sync to tip.