From 238b9656a1c9c4d18a21dbc67e1c150c2f1a5191 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 4 Jun 2025 10:18:40 +0200 Subject: Force tests to not use smp According to Michael, a key ingredient to reproducing #1106792 is concurrency. By disabling smp, we skip the problem Closes: #1106397 --- tests/efi-create-and-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/efi-create-and-run.sh') diff --git a/tests/efi-create-and-run.sh b/tests/efi-create-and-run.sh index ed6b64e..6347743 100755 --- a/tests/efi-create-and-run.sh +++ b/tests/efi-create-and-run.sh @@ -36,8 +36,8 @@ if test -z "$RELEASE"; then fi debefivm-create -k "$SSH_KEYPATH.pub" -o "$IMAGE" -r "$RELEASE" -a "$ARCHITECTURE" "$@" -# Many CPUs tend to cause test timeouts on tcg emulation. -export OMP_THREAD_LIMIT=4 +# Work around qemu #1106792 +export OMP_THREAD_LIMIT=1 SSH_PORT=2222 timeout 600s debefivm-run -s "$SSH_PORT" -i "$IMAGE" & -- cgit v1.2.3