Yangze Guo created FLINK-15442: ---------------------------------- Summary: Harden the Avro Confluent Schema Registry nightly end-to-end test Key: FLINK-15442 URL: https://issues.apache.org/jira/browse/FLINK-15442 Project: Flink Issue Type: Test Components: Tests Reporter: Yangze Guo Fix For: 1.10.0
We have already harden the Avro Confluent Schema Registry test in [FLINK-13567|https://issues.apache.org/jira/browse/FLINK-13567]. However, there are still some defects in current mechanism. * There is missing .sh at the end of ./bin/kafka-server-stop . This cause the cleanup command fail and produce the error log in [FLINK-15428|https://issues.apache.org/jira/browse/FLINK-15428]. * The loop variable _i_ is not safe, it could be modified by the *command*. * The process of downloading kafka 0.10 is not included in the scope of retry_times . I think we need to include it to tolerent transient network issue. We need to fix those issue to harden the Avro Confluent Schema Registry nightly end-to-end test. cc: [~trohrmann] [~chesnay] -- This message was sent by Atlassian Jira (v8.3.4#803005)