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

Intermittent test failure #43

Open
ctrueden opened this issue Apr 19, 2024 · 1 comment
Open

Intermittent test failure #43

ctrueden opened this issue Apr 19, 2024 · 1 comment

Comments

@ctrueden
Copy link
Contributor

When running the pom-scijava melting pot, the n5-viewer_fiji component sometimes fails tests with the exception:

java.lang.AssertionError: could not find metadata at: /c3z1t1
	at org.junit.Assert.fail(Assert.java:89)
	at org.janelia.saalfeldlab.n5.bdv.BdvMetadataIoTests.readWriteParseTest(BdvMetadataIoTests.java:88)
	at org.janelia.saalfeldlab.n5.bdv.BdvMetadataIoTests.testMultiChannelHelper(BdvMetadataIoTests.java:186)
	at org.janelia.saalfeldlab.n5.bdv.BdvMetadataIoTests.testMultiChannel(BdvMetadataIoTests.java:149)

To work around this, I just rerun the CI build and it usually passes the next time. But it would be nice if this could be made more robust. Any ideas what might be going on here?

@bogovicj
Copy link
Contributor

But it would be nice if this could be made more robust. Any ideas what might be going on here?

Agreed, will investigate

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

No branches or pull requests

2 participants