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 5e3fb1d37fc Update test catalog data for GHA workflow run 13768965119
5e3fb1d37fc is described below
commit 5e3fb1d37fc557dc657f9ec89cb79f0482cbd48d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 10 18:50:40 2025 +0000
Update test catalog data for GHA workflow run 13768965119
Commit:
https://github.com/apache/kafka/commit/19d8a414ef6d86596d5f8d33828d8d7560cc8678
GitHub Run: https://github.com/apache/kafka/actions/runs/13768965119
---
test-catalog/clients/tests.yaml | 4 ++++
test-catalog/group-coordinator/tests.yaml | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 18d3ebbe5a6..25ffac3c5a6 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1161,6 +1161,10 @@
org.apache.kafka.clients.consumer.internals.AutoOffsetResetStrategyTest:
- testValidator
org.apache.kafka.clients.consumer.internals.BackgroundEventHandlerTest:
- testRecordBackgroundEventQueueSize
+org.apache.kafka.clients.consumer.internals.BaseHeartbeatThreadTest:
+- testIsClosed
+- testIsEnabled
+- testIsFailed
org.apache.kafka.clients.consumer.internals.CommitRequestManagerTest:
- testAsyncAutocommitNotRetriedAfterException
- testAsyncCommitWhileCoordinatorUnknownIsSentOutWhenCoordinatorDiscovered
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 6a2653e7b28..6cff4a2c574 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -342,6 +342,9 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testOnLoaded
- testOnLoadedExceedGroupMaxSizeTriggersRebalance
- testOnLoadedSchedulesClassicGroupMemberHeartbeats
+- testOnLoadedSessionTimeoutExpiration
+- testOnLoadedSessionTimeoutExpirationForShareMember
+- testOnLoadedWithShareGroup
- testOnLoadedWithStreamsGroup
- testOnNewMetadataImage
- testOnNewMetadataImageWithEmptyDelta
@@ -404,6 +407,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testResolvedRegularExpressionsRemovedWhenMembersLeaveOrFenced
- testSecondMemberPartiallyJoinAndTimeout
- testSessionTimeoutExpiration
+- testSessionTimeoutExpirationForShareMember
- testSessionTimeoutExpirationStaticMember
- testSessionTimeoutLifecycle
- testShareGroupDelete