-
Notifications
You must be signed in to change notification settings - Fork 76
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 suite fails #37
Comments
I've switched to minitest in the latest version (1.7) - is this still an issue? |
So, here is the build using the new version. The first and last reported errors are gone, but I got 10 similar failures as the one from the last time:
Note that when I run tests locally I don't get this issues, but get the first one:
Here are the components used in build https://kojipkgs.fedoraproject.org//work/tasks/9163/10729163/root.log. One apparent difference is the version of ImageMagick (ImageMagick-6.8.8.10-9.fc22.x86_64 on my system vs 6.9.1.3-0.beta.3.fc23.2). |
Looks like different version of ImageMagick is causing a tiny variance in the generated image, The assert_equal in assert_reference_image should probably be changed to an assert_in_delta to handle tiny variations a little more gracefully |
No more errors with |
Correction: that's for local execution only. I still get the failures when run in our build infrastructure:
ImageMagick version is the same. Not sure what makes the difference. |
Most of these failures are fixed now but I still get one test failure:
I am using |
Same situation on Fedora Rawhide. Thanks for solving the rest! |
Hi, I am about to package sprite-factory for fedora, but I am getting a few errors during the build:
Note that we have minitest5 in Fedora so I run the test suite as:
The text was updated successfully, but these errors were encountered: