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

Intermittently failing test in OrganismPartSearchDaoIT #410

Open
ke4 opened this issue May 28, 2024 · 0 comments
Open

Intermittently failing test in OrganismPartSearchDaoIT #410

ke4 opened this issue May 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ke4
Copy link
Contributor

ke4 commented May 28, 2024

There is a NPE in the failed test case:

java.lang.NullPointerException
	at uk.ac.ebi.atlas.solr.SingleCellSolrUtils.lambda$getRandomCellTypesFromQueryResult$0(SingleCellSolrUtils.java:62)
	at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180)
	at java.base/java.util.Spliterators$IntArraySpliterator.forEachRemaining(Spliterators.java:1032)
	at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:699)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
	at uk.ac.ebi.atlas.solr.SingleCellSolrUtils.getRandomCellTypesFromQueryResult(SingleCellSolrUtils.java:63)
	at uk.ac.ebi.atlas.solr.SingleCellSolrUtils.fetchedRandomCellTypesByCellIDs(SingleCellSolrUtils.java:37)
	at uk.ac.ebi.atlas.search.organismpart.OrganismPartSearchDaoIT.whenValidCellIdsAndValidCellTypesProvidedReturnSetOfOrganismPart(OrganismPartSearchDaoIT.java:120)
@ke4 ke4 added the bug Something isn't working label May 28, 2024
@ke4 ke4 changed the title Single cell app build issue Intermittently failing test in OrganismPartSearchDaoIT Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant