-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test aggregates more #344
Test aggregates more #344
Conversation
Doesn't change behavior.
This currently fails!
5b1a824
to
e3ec0aa
Compare
@@ -147,6 +157,10 @@ def absent_or_empty(f: str, d: dict) -> bool: | |||
assert "error" not in indirect | |||
assert "error" not in mixed | |||
|
|||
check_gc_root(tempdir, direct["drvPath"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the one that fails in CI.
@@ -204,7 +204,7 @@ void worker( | |||
/* Register the derivation as a GC root. !!! This | |||
registers roots for jobs that we may have already | |||
done. */ | |||
if (args.gcRootsDir.empty()) { | |||
if (!args.gcRootsDir.empty()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the bug :)
Condition got flipped in fd76732.
3c7d5ea
to
8ed334a
Compare
@mergify queue |
🛑 The pull request has been removed from the queue
|
@Ma27 I minimized the bug! But I am trouble figuring out why it is happening.