-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
KAFKA-18370:Fix to Kraft or remove tests associate with Zk Broker config in ReplicaFetcherThreadTest #18354
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TaiJuWu thanks for this patch. it would be great if you can add comments for those removed tests
@@ -140,85 +118,6 @@ class ReplicaFetcherThreadTest { | |||
) | |||
} | |||
|
|||
@Test | |||
def testFetchLeaderEpochRequestIfLastEpochDefinedForSomePartitions(): Unit = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why to remove this test case? it happens only on zk broker?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These test is already remove by another PR.
@@ -353,217 +246,13 @@ class ReplicaFetcherThreadTest { | |||
assertEquals(3, mockNetwork.fetchCount) | |||
} | |||
|
|||
@Test | |||
def shouldTruncateToOffsetSpecifiedInEpochOffsetResponse(): Unit = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These test is already remove by another PR.
These tests will be removed after 4.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the patch.
As title.
Committer Checklist (excluded from commit message)