Savonitar commented on code in PR #213:
URL:
https://github.com/apache/flink-connector-kafka/pull/213#discussion_r2717427571
##########
flink-connector-kafka-e2e-tests/flink-end-to-end-tests-common-kafka/src/test/java/org/apache/flink/tests/util/kafka/SQLClientSchemaRegistryITCase.java:
##########
@@ -54,40 +55,40 @@
import java.util.concurrent.TimeUnit;
import static org.hamcrest.CoreMatchers.equalTo;
-import static org.junit.Assert.assertThat;
+import static org.hamcrest.MatcherAssert.assertThat;
/** End-to-end test for SQL client using Avro Confluent Registry format. */
-public class SQLClientSchemaRegistryITCase {
+@Testcontainers
+@Timeout(value = 10, unit = TimeUnit.MINUTES)
Review Comment:
The timeout existed before:
> @ClassRule public static final Timeout TIMEOUT = new Timeout(10,
TimeUnit.MINUTES);
The `@Timeout` annotation preserves this original behavior
--
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]