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 24ea84d4c59 Update test catalog data for GHA workflow run 12348662526
24ea84d4c59 is described below

commit 24ea84d4c590eac540f4542fb80acb4d58e4d436
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 10:57:34 2024 +0000

    Update test catalog data for GHA workflow run 12348662526
    
    Commit: 
https://github.com/apache/kafka/commit/220c57852100e895b460e56d1132a3c9239aaa59
    GitHub Run: https://github.com/apache/kafka/actions/runs/12348662526
---
 test-catalog/core/tests.yaml              | 2 ++
 test-catalog/group-coordinator/tests.yaml | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 9476015e664..381d8292e2a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3822,8 +3822,10 @@ kafka.server.share.SharePartitionTest:
 - testMaybeAcquireAndReleaseFetchLock
 - testMaybeInitialize
 - testMaybeInitializeDefaultStartEpochGroupConfigNotPresent
+- testMaybeInitializeDefaultStartEpochGroupConfigReturnsByDuration
 - testMaybeInitializeDefaultStartEpochGroupConfigReturnsEarliest
 - testMaybeInitializeDefaultStartEpochGroupConfigReturnsLatest
+- testMaybeInitializeFetchOffsetForByDurationThrowsError
 - testMaybeInitializeFetchOffsetForEarliestTimestampThrowsError
 - testMaybeInitializeFetchOffsetForLatestTimestampThrowsError
 - testMaybeInitializeSharePartitionAgain
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 07d1a9ee666..5a03947ba5e 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -487,6 +487,11 @@ 
org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
 - testSimpleGroupOffsetCommit
 - testSimpleGroupOffsetCommitWithInstanceId
 - testTransactionalReplay
+org.apache.kafka.coordinator.group.ShareGroupAutoOffsetResetStrategyTest:
+- testEqualsAndHashCode
+- testFromString
+- testTimestamp
+- testValidator
 org.apache.kafka.coordinator.group.assignor.GroupSpecImplTest:
 - testIsPartitionAssigned
 - testMemberAssignment

Reply via email to