Open ke4 opened 2 weeks ago
There are intermittently failing tests in our CI system:
There might be more. These are the ones I could collect for now. We should fix them as soon as possible. It is not sustainable to rely on these tests successfully passing sometimes.
Removed duplicated test from uk.ac.ebi.atlas.search.ToBeDeprecatedJsonGeneSearchControllerWIT.whenSearchTermExistsInDBThenReturnsSetOfCellType() in this commit: Remove all the duplicated tests that also presents in JsonGeneSearchC…
Fix uk.ac.ebi.atlas.search.organismpart.OrganismPartSearchDaoIT.whenValidCellIdsAndValidCellTypesProvidedReturnSetOfOrganismPart() with this commit: Use exists method to filter out empty Solr documents
Fix for uk.ac.ebi.atlas.search.celltype.CellTypeSearchDaoIT.whenValidCellIdsAndValidProvidedReturnSetOfCellTypes() with this commit: Fix CellTypeSearchDaoIT to filter for CTW_CELL_TYPE
There are intermittently failing tests in our CI system:
There might be more. These are the ones I could collect for now. We should fix them as soon as possible. It is not sustainable to rely on these tests successfully passing sometimes.