-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 test_album_art fails #4037
Comments
Huh, thanks for pointing this out! The mystery is why it's not failing in our CI. We'll need to look into this. 04ea754 itself is unlikely to be the culprit (since that did not change the |
Doing some investigation, this only seems to happen when
I'll see if I can narrow it down to a specific UI test. |
So I've narrowed it down to
Oddly enough, I can't reproduce this issue within tox on macOS:
It seems to happen with both |
So this ended up being caused by I'm not sure why I can't reproduce this in tox on my local machine (or in tox on my Arch Linux container when running all tests), but I'll open a PR to sort this anyway. |
Also, turns out the reason I couldn't reproduce this on my local machine was that I was miles behind master 🤦 after pulling down master, I can reproduce it on macOS. |
Wow! Really great detective work, @jackwilsdon—that's a really nasty problem! Thanks for tracking down the naughty test. |
Oh, thanks a lot! I wouldn't have expected this to be solved in such a short time, and the way it turned out to be. Great work! |
Problem
While trying to update beets to 1.5.0 on Guix, the test
test_album_art
fails.The output is:
Setup
Apparently this test has failed since maybe 04ea754. Looking around, this test has also been disabled in Arch Linux package too, and it fails there too. Additionally another test in Arch appears to fail too.
Kind regards
The text was updated successfully, but these errors were encountered: