echauchot opened a new pull request #18429:
URL: https://github.com/apache/flink/pull/18429


   This is to avoid the flakiness of the `CassandraConnectorITCase#test*Pojo*` 
tests due to retrials that try to recreate an already created (and potentially 
populated) table. This is the quick version that still uses Junit4 and 
`RetryRule` to quickly fix the Cassandra flakiness issue. The version that uses 
`RetryExtension` needs a migration of cassandra tests to junit5 and some parent 
tests are in flink-streaming and mutualized so it would be done in a next PR.
   
   I also added a commit to replace all string literals by constants to avoid 
existing copy/paste.
   
   R: @tillrohrmann 
   CC: @zentol   
   


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


Reply via email to