JeetKunDoug commented on code in PR #299:
URL: https://github.com/apache/cassandra-sidecar/pull/299#discussion_r2628637025


##########
server/src/test/java/org/apache/cassandra/sidecar/handlers/cdc/StreamCdcSegmentHandlerTest.java:
##########
@@ -268,7 +283,7 @@ private void spinAssertCdcRawTempEmpty()
 
         File cdcTempDir = new File(CDC_RAW_TEMP_DIR);
         assertThat(cdcTempDir.exists()).isTrue();
-        int attempts = 10;
+        int attempts = 20;

Review Comment:
   Ends up that this was caused by some incorrect asynchronous tests and the 
underlying problem is now resolved so we can put it back to 10 (and, in theory, 
it may be unnecessary but haven’t had time to try to figure that out).



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