Flaky tests: nix-copy
and nix-copy-closure
#490
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#490
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
nix-copy
andnix-copy-closure
NixOS tests intests/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
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
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.