MINOR: replace deprecated exactly_once_beta into exactly_once_v2#10884
MINOR: replace deprecated exactly_once_beta into exactly_once_v2#10884cadonna merged 5 commits intoapache:trunkfrom
Conversation
|
|
||
| # TODO enable after 2.5 is released | ||
| # @parametrize(broker_version=str(LATEST_2_5)) | ||
| # def test_compatible_brokers_eos_beta_enabled(self, broker_version): |
There was a problem hiding this comment.
We forgot to enable it after V2.5. Enable it now.
|
@vvcephei , please help review this PR. Thanks. |
|
All failed tests are unrelated. |
|
@cadonna , I saw you were updating system tests last week, you might want to check this PR. Thanks. |
|
Interesting. I'll take a look. Thanks. |
|
@cadonna , sorry, it turns out the version |
|
@cadonna , please help take a look when available, to enable an ignored system test, and update the deprecated |
|
@showuon Thank you for the ping! I started the system tests on this branch. If they are green, I will merge. |
|
System tests passed: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4694/console Build failures are unrelated. |
…che#10884) Replace deprecated exactly_once_beta with exactly_once_v2 in system tests. Follow up for apache#10870, found out there are still some system tests using the deprecated exactly_once_beta. This PR updates them. Reviewers: Bruno Cadonna <cadonna@apache.org>
replace deprecated exactly_once_beta into exactly_once_v2 in system tests.
Follow up for #10870, found out there are still some system tests using the deprecated
exactly_once_beta. Update them.Committer Checklist (excluded from commit message)