skoppu22 commented on code in PR #205:
URL: 
https://github.com/apache/cassandra-analytics/pull/205#discussion_r3210248533


##########
cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/BulkReaderMultiDCConsistencyTest.java:
##########
@@ -204,7 +203,7 @@ void eachQuorumIsNotQuorum() throws IOException, 
NoSuchMethodException
                 }
                 catch (Exception e)
                 {
-                    if (attempt == 10 || !(e instanceof ReadTimeoutException))
+                    if (attempt == 10 || 
!e.getClass().getName().endsWith("ReadTimeoutException"))

Review Comment:
   ReadTimeoutException here is not of type 
com.datastax.driver.core.exceptions.ReadTimeoutException, hence retry loop is 
not running on CI pipelines, making this test further more flaky



-- 
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]

Reply via email to