lix/tests/ca
Eelco Dolstra 8614cf1334 Non-blocking garbage collector
The garbage collector no longer blocks other processes from
adding/building store paths or adding GC roots. To prevent the
collector from deleting store paths just added by another process,
processes need to connect to the garbage collector via a Unix domain
socket to register new temporary roots.
2021-10-13 12:12:44 +02:00
..
build-with-garbage-path.sh Non-blocking garbage collector 2021-10-13 12:12:44 +02:00
build.sh Properly normalize the content-addressed paths 2021-05-05 21:00:08 +02:00
common.sh Allow running all the tests with the daemon 2021-07-27 17:06:11 +02:00
concurrent-builds.sh Allow running all the tests with the daemon 2021-07-27 17:06:11 +02:00
config.nix.in Add a test for nix run with CA derivations 2021-05-17 15:10:48 +02:00
content-addressed.nix Add a test for nix run with CA derivations 2021-05-17 15:10:48 +02:00
duplicate-realisation-in-closure.sh Allow running all the tests with the daemon 2021-07-27 17:06:11 +02:00
flake.nix Add a test for nix run with CA derivations 2021-05-17 15:10:48 +02:00
gc.sh Allow running all the tests with the daemon 2021-07-27 17:06:11 +02:00
nix-copy.sh Move the CA tests to a sub-directory 2021-03-01 11:08:01 +01:00
nix-run.sh Add a test for nix run with CA derivations 2021-05-17 15:10:48 +02:00
nix-shell.sh Make nix-shell support content-addressed derivations 2021-06-11 13:32:49 +02:00
nondeterministic.nix Add a test for the “two glibc” issue 2021-06-23 11:18:31 +02:00
post-hook.sh Allow running all the tests with the daemon 2021-07-27 17:06:11 +02:00
racy.nix Properly lock the builds of CA derivations 2021-07-20 06:57:56 +02:00
recursive.sh Allow running all the tests with the daemon 2021-07-27 17:06:11 +02:00
signatures.sh Fix 'error: reading a line: Input/output error' in startBuilder() 2021-09-27 14:44:21 +02:00
substitute.sh Allow running all the tests with the daemon 2021-07-27 17:06:11 +02:00