-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
anki: 24.06.3 -> 24.11 #361951
anki: 24.06.3 -> 24.11 #361951
Conversation
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.
tested on x86_64-linux
passed on aarch64-linux but one of the rust tests failed on x86_64:
There have been other flaky tests that had been disabled in the past, would need to investigate these.. |
That's weird cause it passes on my computer which is x86_64-linux too.
I also enabled the tests that were disabled for being flaky like you said and those pass too. |
I could get deckconfig::update::test::should_keep_at_least_one_remaining_relearning_step to fail on my laptop by just running it in a loop (after ~1-2k tries; about 2 mins)
If you have time reporting it like I did in ankitects/anki#3353 and just skipping it here is probably the way to go. |
Thanks! I was able to reproduce it exactly like you did. First, it failed after 1.6k tries and during some high CPU usage, it failed after 400 tires. I also created an issue upstream: ankitects/anki#3619 |
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.
Thank you!
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.
LGTM. Grats on your first contribution to nixpkgs!
Thank you so much!! |
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.
Please use fetchCargoVendor
so we don't have to vendor the lock file.
Forgot about that but agree. For anyone that has time, feel free to make a PR updating anki to use the new |
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.