Skip to content
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

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

Ericson2314
Copy link
Contributor

@Ma27 I minimized the bug! But I am trouble figuring out why it is happening.

@Ericson2314 Ericson2314 marked this pull request as draft December 9, 2024 16:15
@@ -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"])
Copy link
Member

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.

@Ericson2314 Ericson2314 marked this pull request as ready for review December 9, 2024 21:36
@@ -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()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the bug :)

@Mic92 Mic92 force-pushed the test-aggregates-more branch from 3c7d5ea to 8ed334a Compare December 10, 2024 07:00
@Mic92
Copy link
Member

Mic92 commented Dec 10, 2024

@mergify queue

Copy link
Contributor

mergify bot commented Dec 10, 2024

queue

🛑 The pull request has been removed from the queue default

The pull request #344 has been manually updated.

You can take a look at Queue: Embarked in merge queue check runs for more details.

In case of a failure due to a flaky test, you should first retrigger the CI.
Then, re-embark the pull request into the merge queue by posting the comment
@mergifyio refresh on the pull request.

@Mic92 Mic92 merged commit 889ea14 into nix-community:release-2.24 Dec 10, 2024
16 checks passed
Mic92 added a commit that referenced this pull request Dec 10, 2024
@Ericson2314 Ericson2314 deleted the test-aggregates-more branch December 10, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants