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 f102160616f Update test catalog data for GHA workflow run 19039332835
f102160616f is described below
commit f102160616f45750d6e40199abb4a9d176e5f393
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 3 19:27:03 2025 +0000
Update test catalog data for GHA workflow run 19039332835
Commit:
https://github.com/apache/kafka/commit/c5ae7b4128148c97845843db7ea818c8e798eef9
GitHub Run: https://github.com/apache/kafka/actions/runs/19039332835
---
test-catalog/clients/tests.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 20525470494..7c74df556a5 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -922,6 +922,8 @@
org.apache.kafka.clients.consumer.KafkaShareConsumerMetricsTest:
- testUnregisteringCustomMetricsWithSameNameDoesntAffectConsumerMetrics
- testUnregisteringNonexistingMetricsDoesntCauseError
org.apache.kafka.clients.consumer.KafkaShareConsumerTest:
+- testVerifyFetchAndCloseImplicit
+- testVerifyFetchAndCommitSyncImplicit
- testVerifyHeartbeats
org.apache.kafka.clients.consumer.MockConsumerTest:
- endOffsetsShouldBeIdempotent
@@ -2171,7 +2173,6 @@
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
- testFetchError
- testFetchNormal
- testFetchWithAcquiredRecords
-- testFetchWithControlRecords
- testFetchWithLastRecordMissingFromBatch
- testHandleFetchResponseError
- testHeaders
@@ -2230,6 +2231,7 @@
org.apache.kafka.clients.consumer.internals.ShareConsumerImplTest:
- testProcessBackgroundEventsWithInitialDelay
- testProcessBackgroundEventsWithoutDelay
- testRecordBackgroundEventQueueSize
+- testShouldSendOneShareFetchEventPerPoll
- testStopFindCoordinatorOnClose
- testSubscribeGeneratesEvent
- testSubscribeToEmptyListActsAsUnsubscribe