From 77ff799cc8214db4db8f848c56bdc8c502a0fdb7 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Fri, 28 Jun 2024 00:05:21 -0700 Subject: gc: refactor the gc server thread out into a class without changing it This removes a *whole load* of variables from scope and enforces thread boundaries with the type system. There is not much change of significance in here, so the things to watch out for while reviewing it are primarily that the destructor ordering may have changed inadvertently, I think. Change-Id: I3cd87e6d5a08dfcf368637407251db22a8906316 --- tests/functional/gc-non-blocking.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/gc-non-blocking.sh') diff --git a/tests/functional/gc-non-blocking.sh b/tests/functional/gc-non-blocking.sh index ec280badb..c4df3f2fc 100644 --- a/tests/functional/gc-non-blocking.sh +++ b/tests/functional/gc-non-blocking.sh @@ -33,7 +33,7 @@ sleep 2 pid2=$! # Start a build. This should not be blocked by the GC in progress. -outPath=$(nix-build --max-silent-time 60 -o "$TEST_ROOT/result" -E " +outPath=$(nix-build --max-silent-time 60 --debug -o "$TEST_ROOT/result" -E " with import ./config.nix; mkDerivation { name = \"non-blocking\"; -- cgit v1.2.3