This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch test-catalog
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/test-catalog by this push:
new 6b240183b96 Update test catalog data for GHA workflow run 12673739915
6b240183b96 is described below
commit 6b240183b9697114b72d203ca50be08753a871a4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 8 18:26:05 2025 +0000
Update test catalog data for GHA workflow run 12673739915
Commit:
https://github.com/apache/kafka/commit/3f9d2c2db061a10fa9db20a88e4b509e34191eb5
GitHub Run: https://github.com/apache/kafka/actions/runs/12673739915
---
test-catalog/clients/tests.yaml | 3 +++
test-catalog/tools/tests.yaml | 6 ++++++
2 files changed, 9 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index fc3426489a0..d582ce06d0a 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2028,6 +2028,9 @@
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
- testParseInvalidRecordBatch
- testPendingCommitAsyncBeforeCommitSync
- testPiggybackAcknowledgementsInFlight
+- testResultHandlerCompleteIfEmpty
+- testResultHandlerOnCommitAsync
+- testResultHandlerOnCommitSync
- testRetryAcknowledgements
- testRetryAcknowledgementsWithLeaderChange
- testServerDisconnectedOnShareAcknowledge
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index f33dd3f0694..f4430780f34 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -348,6 +348,12 @@ org.apache.kafka.tools.ResetIntegrationWithSslTest:
- testReprocessingFromScratchAfterResetWithIntermediateUserTopic
- testReprocessingFromScratchAfterResetWithoutIntermediateUserTopic
- testResetWhenInternalTopicsAreSpecified
+org.apache.kafka.tools.ShareConsumerPerformanceTest:
+- testClientIdOverride
+- testConfigBootStrapServer
+- testConfigWithUnrecognizedOption
+- testDefaultClientId
+- testHeaderMatchBody
org.apache.kafka.tools.StreamsResetterTest:
- shouldDeleteTopic
- shouldDetermineInternalTopicBasedOnTopicName1