echauchot commented on a change in pull request #19059:
URL: https://github.com/apache/flink/pull/19059#discussion_r826003543
##########
File path:
flink-connectors/flink-connector-cassandra/src/test/java/org/apache/flink/streaming/connectors/cassandra/CassandraConnectorITCase.java
##########
@@ -722,9 +711,9 @@ public void testCassandraTableSink() throws Exception {
private static int retrialsCount = 0;
@Test
- public void testRetrialAndDropTables() {
+ public void testRetrialAndDropTable() {
// should not fail with table exists upon retrial
- // as @After method that truncate the keyspace is called upon retrials.
+ // as @After method that drops the table is called upon retrials.
Review comment:
:+1: thanks, I forgot, done
--
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]