Skip to content
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

Closed
wants to merge 5 commits into from

Conversation

TaiJuWu
Copy link
Contributor

@TaiJuWu TaiJuWu commented Dec 30, 2024

As title.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@github-actions github-actions bot added triage PRs from the community core Kafka Broker labels Dec 30, 2024
Copy link
Member

@chia7712 chia7712 left a 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 = {
Copy link
Member

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?

Copy link
Contributor Author

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 = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Copy link
Contributor Author

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.

@github-actions github-actions bot removed the triage PRs from the community label Jan 5, 2025
@TaiJuWu TaiJuWu marked this pull request as draft January 9, 2025 07:39
@TaiJuWu
Copy link
Contributor Author

TaiJuWu commented Jan 10, 2025

These tests will be removed after 4.0.

@TaiJuWu TaiJuWu closed this Jan 10, 2025
@TaiJuWu TaiJuWu deleted the KAFKA-18261 branch January 10, 2025 16:24
@TaiJuWu TaiJuWu restored the KAFKA-18261 branch January 11, 2025 18:25
@TaiJuWu TaiJuWu reopened this Jan 11, 2025
@github-actions github-actions bot added the triage PRs from the community label Jan 11, 2025
@TaiJuWu TaiJuWu marked this pull request as ready for review January 11, 2025 18:29
@github-actions github-actions bot added the small Small PRs label Jan 11, 2025
@github-actions github-actions bot removed the triage PRs from the community label Jan 12, 2025
Copy link
Member

@FrankYang0529 FrankYang0529 left a 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.

@TaiJuWu TaiJuWu closed this Jan 17, 2025
@TaiJuWu TaiJuWu deleted the KAFKA-18261 branch January 17, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-approved core Kafka Broker small Small PRs tests Test fixes (including flaky tests)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants