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-16223: Replace EasyMock/PowerMock with Mockito for KafkaConfigBackingStoreTest #15933

Merged
merged 1 commit into from
May 17, 2024

Conversation

FrankYang0529
Copy link
Member

Committer Checklist (excluded from commit message)

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

@gharris1727 gharris1727 added connect tests Test fixes (including flaky tests) labels May 13, 2024
@FrankYang0529 FrankYang0529 marked this pull request as ready for review May 14, 2024 15:50
@@ -960,6 +666,14 @@ private void expectConvertWriteRead(final String configKey, final Schema valueSc
});
}

private void expectConvertWriteAndRead(final String configKey, final Schema valueSchema, final byte[] serialized,
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove this unused function

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed it. Thanks.

@chia7712
Copy link
Contributor

@FrankYang0529 Could you please rebase code to trigger QA ?

@gharris1727
Copy link
Contributor

@chia7712 I triggered a rebuild. You can do it to if you login to the underlying Jenkins: https://issues.apache.org/jira/browse/INFRA-25442

@chia7712
Copy link
Contributor

triggered a rebuild. You can do it to if you login to the underlying Jenkins: https://issues.apache.org/jira/browse/INFRA-25442

Big thanks!

…ackingStoreTest

Signed-off-by: PoAn Yang <payang@apache.org>
Copy link
Contributor

@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.

LGTM

@chia7712 chia7712 merged commit 93a5efc into apache:trunk May 17, 2024
1 check failed
@FrankYang0529 FrankYang0529 deleted the KAFKA-16223 branch May 19, 2024 05:05
rreddy-22 pushed a commit to rreddy-22/kafka-rreddy that referenced this pull request May 24, 2024
…ckingStoreTest (apache#15933)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connect tests Test fixes (including flaky tests)
Projects
None yet
3 participants