From ca7cb25088b6a3cfd675ac75b702b81a6bb52740 Mon Sep 17 00:00:00 2001 From: Israel Fruchter Date: Thu, 16 Jan 2025 10:16:33 +0200 Subject: [PATCH] fix(hydra): enable python faulthandler by defult we are running into case SCT is coredumping during shutdown of the tests we don't have enough information to understand what's going on hopfully this can add somme information that can help us figure it out --- docker/env/hydra.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/env/hydra.sh b/docker/env/hydra.sh index 852fb1a7f3..5b6c609a49 100755 --- a/docker/env/hydra.sh +++ b/docker/env/hydra.sh @@ -283,6 +283,7 @@ function run_in_docker () { ${AWS_OPTIONS} \ --env GIT_BRANCH \ --env CHANGE_TARGET \ + --env PYTHONFAULTHANDLER=yes \ --env TERM \ --net=host \ --name="${SCT_TEST_ID}_$(date +%s)" \