Flaky tests: nix-copy and nix-copy-closure #490

Open
opened 2024-08-27 16:54:52 +00:00 by rbt · 1 comment
Owner

The nix-copy and nix-copy-closure NixOS tests in tests/nixos seem to be flaky.

Build failures here: https://buildbot.lix.systems/#/buildrequests/167235, https://buildbot.lix.systems/#/buildrequests/167245, https://buildbot.lix.systems/#/buildrequests/167036

Lines 125 to 127 in 0dc486a
nix-copy-closure = runNixOSTestFor "x86_64-linux" ./nix-copy-closure.nix;
nix-copy = runNixOSTestFor "x86_64-linux" ./nix-copy.nix;

0dc486a5bf/tests/nixos/nix-copy-closure.nix

0dc486a5bf/tests/nixos/nix-copy.nix

The `nix-copy` and `nix-copy-closure` NixOS tests in `tests/nixos` seem to be flaky. Build failures here: https://buildbot.lix.systems/#/buildrequests/167235, https://buildbot.lix.systems/#/buildrequests/167245, https://buildbot.lix.systems/#/buildrequests/167036 https://git.lix.systems/lix-project/lix/src/commit/0dc486a5bf218870aafd5552586ab4330881647e/tests/nixos/default.nix#L125-L127 https://git.lix.systems/lix-project/lix/src/commit/0dc486a5bf218870aafd5552586ab4330881647e/tests/nixos/nix-copy-closure.nix https://git.lix.systems/lix-project/lix/src/commit/0dc486a5bf218870aafd5552586ab4330881647e/tests/nixos/nix-copy.nix
rbt added the
bug
label 2024-08-27 16:54:52 +00:00
Owner

These regularly break because of garbage collection, seemingly. I'm not sure what the exact reason is but I have my suspicions it could be either a gc bug or a design flaw.

i believe that the place where the paths are vanishing too early is on the coordinator.

These regularly break because of garbage collection, seemingly. I'm not sure what the exact reason is but I have my suspicions it could be either a gc bug or a design flaw. i believe that the place where the paths are vanishing too early is on the coordinator.
jade added the
testing/flakey
testing
labels 2024-09-14 19:22:50 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix#490
No description provided.