KAFKA-15593: Add 3.6 to core upgrade and compatibility tests#14527
KAFKA-15593: Add 3.6 to core upgrade and compatibility tests#14527satishd merged 2 commits intoapache:trunkfrom
Conversation
clolov
left a comment
There was a problem hiding this comment.
This looks good to me, thank you!
| from kafkatest.tests.produce_consume_validate import ProduceConsumeValidateTest | ||
| from kafkatest.utils import is_int | ||
| from kafkatest.version import LATEST_0_8_2, LATEST_0_9, LATEST_0_10_0, LATEST_0_10_1, LATEST_0_10_2, LATEST_0_11_0, \ | ||
| from kafkatest.version import (LATEST_0_8_2, LATEST_0_9, LATEST_0_10_0, LATEST_0_10_1, LATEST_0_10_2, LATEST_0_11_0, \ |
There was a problem hiding this comment.
Why the new parens, and only in this file and not in the others?
|
I restarted the jenkins job as lots of tests failed at the initialization step |
|
Seems this does not cover KS -- btw: there is some issue for KS system tests right now, and as a matter of fact, we did not even add the missing upgrade tests in older release yet (PR is still pending). I am ok with merging this PR, but we should not close the JIRA until everything is resolved IMHO. |
Right, this change is related to core upgrade and compatibility tests. Updated the PR description for clarity. I saw that KS related updates for earlier releases are in progress as part of #13860
Sure, created two separate sub tasks on KAFKA-15576 for tracking them separately and close the parent JIRA once both the sub tasks are resolved. |
…14527) Reviewers: Christo Lolov <lolovc@amazon.com>, Josep Prat <josep.prat@aiven.io>
This is part of the 3.6.0 release process as mentioned here.
This PR is only related to core upgrade and compatibility related tests.
Committer Checklist (excluded from commit message)