-
Notifications
You must be signed in to change notification settings - Fork 12
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 Failure FractalDimensionWrapperTest #229
Comments
I'm unable to reproduce. I've long been aware of these "slow tests" randomly failing at times (different tests at different times), but I haven't been able to pinpoint the reason. That's partly why they're not run as part of the normal |
Me too, on my laptop. Seems to happen only on my workstation. Closing. |
Sometimes these tests pass and sometimes they fail, but no-one knows why the result is variable.
* Update Eclipse Collections to 10.4.0 * Update scijava to 29.2.1 Hack around some downstream effects: - change in API for formatService.getFormat - Tests fail due to malformed calls These commented-out tests may need reworking in the future. Remove explicit versions of things included/referred to in scijava >= 29 * Remove com.miglayout from and LocalThickness version from pom.xml * Comment out some failing tests for later investigation These seem to be breaking due to API changes in scijava 29 * Remove the Eclipse Collections version declaration Use whatever version is being declared upstream by scijava * Reinstate fractal dimension wrapper tests. See issue #229 Sometimes these tests pass and sometimes they fail, but no-one knows why the result is variable. * Remove test that checks for an image with a single zero dimension Zero dimension images are prevented from being created upstream, so this test has no effect. * Restore commented-out test An error was being thrown that does not affect the test run or its outcome. See scifio/scifio#443 * remove this test for now Co-authored-by: alessandrofelder <[email protected]>
This bug has come back from the dead once the Thread zombies were killed |
* Update Eclipse Collections to 10.4.0 * Update scijava to 29.2.1 Hack around some downstream effects: - change in API for formatService.getFormat - Tests fail due to malformed calls These commented-out tests may need reworking in the future. Remove explicit versions of things included/referred to in scijava >= 29 * Remove com.miglayout from and LocalThickness version from pom.xml * Comment out some failing tests for later investigation These seem to be breaking due to API changes in scijava 29 * Remove the Eclipse Collections version declaration Use whatever version is being declared upstream by scijava * Reinstate fractal dimension wrapper tests. See issue #229 Sometimes these tests pass and sometimes they fail, but no-one knows why the result is variable. * Remove test that checks for an image with a single zero dimension Zero dimension images are prevented from being created upstream, so this test has no effect. * Restore commented-out test An error was being thrown that does not affect the test run or its outcome. See scifio/scifio#443 * remove this test for now Co-authored-by: alessandrofelder <[email protected]>
Describe the bug
On 35cac4e
mvn test -P allTests
dies, complaining:The text was updated successfully, but these errors were encountered: