-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-15428][e2e] Fix the error command for stopping kafka cluster and exclude kafka 1.10 related test under JDK profile #10720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Automated ChecksLast check on commit 4c2fa97 (Mon Dec 30 07:45:09 UTC 2019) Warnings:
Mention the bot in a comment to re-run the automated checks. Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. DetailsThe Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
CI report:
Bot commandsThe @flinkbot bot supports the following commands:
|
bbb3dc2 to
a91b392
Compare
|
Travis gives green light to relevant test. |
|
@flinkbot approve all |
|
Thanks for the patch. LGTM. |
|
It looks that somehow CI tests are in PENDING state even both on Travis and Azure the tests have passed. |
|
merged to both master and release 1.10. |
What is the purpose of the change
This PR fix the error command for stopping kafka cluster. This issue cause the failure of retrying execute given command in
retry_times_with_backoff_and_cleanup.Besides, as Kafka 0.10 is not compatible with JDK 11, this PR exclude the Avro Confluent Schema Registry nightly end-to-end test when using JDK 11 profile.
Brief change log
Verifying this change
Triggle related e2e test.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation