epugh commented on code in PR #4010:
URL: https://github.com/apache/solr/pull/4010#discussion_r2672762693
##########
solr/core/src/test/org/apache/solr/handler/component/DistributedCombinedQueryComponentTest.java:
##########
@@ -53,6 +53,13 @@ public static void setUpClass() {
System.setProperty("distribUpdateSoTimeout", "5000");
}
+ @Override
+ public void distribSetUp() throws Exception {
+ super.distribSetUp();
+ // Enable fuzzy comparison to handle floating-point precision differences
in distributed queries
+ flags = FUZZY;
Review Comment:
Yeah, I kind of struggle with this. The test was failing, so then I asked
for help and I got this.. I am a bit challenged in how I can run the full
test suite with nightly tags and test multipliers and not get sucked into a
million things like this...
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]