echauchot opened a new pull request #19059: URL: https://github.com/apache/flink/pull/19059
I took a look at the history of flaky test and found that: **testCassandraBatchTupleFormat failure** https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=32816&view=results **testCassandraScalaTuplePartialColumnUpdate** failure https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=32571&view=resultstestCassandraScalaTuplePartialColumnUpdate **testCassandraTableSink failure** https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=32272 They fail because the keyspace does not exist while executing create table (in before) whereas it is created in before class. My guess it that drop tables (in after) is not atomic and drops the keyspace in between. Hence my commit for making it atomic. The other failures I see are timeouts in only `testRetrialAndDropTables` method. But this test is no more relevant as the table names are now dynamic. Simply remove this test R: @XComp -- 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]
