MarcusSorealheis commented on code in PR #12245: URL: https://github.com/apache/lucene/pull/12245#discussion_r1182753128
########## lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoin.java: ########## @@ -893,10 +892,11 @@ public void testRandom() throws Exception { // System.out.println(" hit docID=" + hit.doc + " childId=" + childId + " parentId=" + // document.get("parentID")); assertTrue(explanation.isMatch()); - assertEquals(hit.score, explanation.getValue().doubleValue(), 0.0f); + // This test is failing in strange ways. + // assertEquals(hit.score, explanation.getValue().doubleValue(), 0.000005f); Review Comment: it will pass for sure with any value >= .01. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org