arjunashok opened a new pull request, #185:
URL: https://github.com/apache/cassandra-sidecar/pull/185

   Test failure logs indicate failure in validating the received data. 
   
   Since the validations for matching files received and bytes received (with 
those transmitted) are stringent and out of scope for this feature, the changes 
here are to - 
   
   1) remove checks for "all files received" and "all bytes received". 
   2) bump-up the time the assertion loop takes until a success from 10s to 
15s, to allow for more polls before giving up.
   
   ```
   java.lang.AssertionError: 
   Expecting AtomicBoolean(false) to have value:
     true
   but did not.
        at 
org.apache.cassandra.sidecar.routes.StreamStatsIntegrationTest.lambda$streamStatsTest$2(StreamStatsIntegrationTest.java:88)
   ```
   


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