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 9a9c450dc17 Update test catalog data for GHA workflow run 23245527042
9a9c450dc17 is described below

commit 9a9c450dc17bd325d6cefeea3ad27cfe0789e9bd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 16:27:53 2026 +0000

    Update test catalog data for GHA workflow run 23245527042
    
    Commit: 
https://github.com/apache/kafka/commit/a80dedab9714ad26acc3d17e5a242ceb5b2c2207
    GitHub Run: https://github.com/apache/kafka/actions/runs/23245527042
---
 test-catalog/group-coordinator/tests.yaml |  9 +++++++++
 test-catalog/streams/tests.yaml           | 12 ++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 560a0ed337a..0fbba059900 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -220,6 +220,7 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
 - testInitiateDeleteShareGroupOffsetsSuccess
 - testInitiateDeleteShareGroupOffsetsSuccessWithErrorTopics
 - testOnLoaded
+- testOnMetadataUpdate
 - testOnTopicsDeleted
 - testOnUnloaded
 - testReplayConsumerGroupCurrentMemberAssignment
@@ -678,10 +679,12 @@ 
org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
 - testCleanupExpiredOffsetsWithPendingTransactionalOffsetsOnly
 - testConsumerGroupOffsetCommit
 - testConsumerGroupOffsetCommitFromAdminClient
+- testConsumerGroupOffsetCommitResolvesTopicId
 - testConsumerGroupOffsetCommitWithIllegalGenerationId
 - testConsumerGroupOffsetCommitWithOffsetMetadataTooLarge
 - testConsumerGroupOffsetCommitWithStaleMemberEpoch
 - testConsumerGroupOffsetCommitWithUnknownMemberId
+- testConsumerGroupOffsetCommitWithZeroTopicId
 - testConsumerGroupOffsetDelete
 - testConsumerGroupOffsetDeleteWithErrors
 - testConsumerGroupOffsetDeleteWithPendingTransactionalOffsets
@@ -691,8 +694,10 @@ 
org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
 - testConsumerGroupOffsetFetchWithStaleMemberEpoch
 - testConsumerGroupOffsetFetchWithUnknownMemberId
 - testConsumerGroupTransactionalOffsetCommit
+- testConsumerGroupTransactionalOffsetCommitResolvesTopicId
 - testConsumerGroupTransactionalOffsetCommitWithStaleMemberEpoch
 - testConsumerGroupTransactionalOffsetCommitWithUnknownMemberId
+- testConsumerGroupTransactionalOffsetCommitWithUnresolvedTopicId
 - testDeleteGroupAllOffsets
 - testDeleteGroupAllOffsetsWithPendingTransactionalOffsets
 - testFetchAllOffsetsAtDifferentCommittedOffset
@@ -977,6 +982,7 @@ 
org.apache.kafka.coordinator.group.modern.consumer.ConsumerGroupMemberTest:
 - testAsConsumerGroupDescribeMember
 - testAsConsumerGroupDescribeWithTargetAssignmentNull
 - testAsConsumerGroupDescribeWithTopicNameNotFound
+- testAssignedAndPendingRevocationEpoch
 - testClassicProtocolListFromJoinRequestProtocolCollection
 - testEquals
 - testNewMember
@@ -1025,6 +1031,9 @@ 
org.apache.kafka.coordinator.group.modern.consumer.ConsumerGroupTest:
 - 
testUpdatingMemberUpdatesPartitionEpochWhenPartitionIsReassignedBeforeBeingRevoked
 - testValidateDeleteGroup
 - testValidateOffsetCommit
+- testValidateOffsetCommitWithClassicProtocolMember
+- testValidateOffsetCommitWithEpochValidation
+- testValidateOffsetCommitWithUnassignedTopicOrPartition
 - testValidateOffsetFetch
 - testValidateTransactionalOffsetCommit
 - testWaitingOnUnreleasedPartition
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 5f468a42890..fa0f61d2b9f 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -5184,6 +5184,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBMigratingSessionStoreWithHeaders
 - shouldHandleDeletesOnRestoreAll
 - shouldHandleToggleOfEnablingBloomFilters
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldMatchPositionAfterPut
 - shouldMigrateFromDefaultToHeadersAwareColumnFamily
 - shouldNotAllowOpenIteratorsWhenUsingAutoManagedIterators
@@ -5272,6 +5273,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBSegmentedBytesStoreTest:
 - shouldFindValuesWithinRange
 - shouldGetAllSegments
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldLoadSegmentsWithOldStyleColonFormattedName
 - shouldLoadSegmentsWithOldStyleDateFormattedName
 - shouldMatchPositionAfterPut
@@ -5339,6 +5341,7 @@ org.apache.kafka.streams.state.internals.RocksDBStoreTest:
 - shouldHandleDeletesOnRestoreAll
 - shouldHandleToggleOfEnablingBloomFilters
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldMatchPositionAfterPut
 - shouldNotAllowOpenIteratorsWhenUsingAutoManagedIterators
 - shouldNotIncludeDeletedFromRangeResult
@@ -5426,6 +5429,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimeOrderedSessionSchemaWithInde
 - shouldGetAllBackwards
 - shouldGetAllSegments
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldLoadSegmentsWithOldStyleColonFormattedName
 - shouldLoadSegmentsWithOldStyleDateFormattedName
 - shouldMatchPositionAfterPut
@@ -5456,6 +5460,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimeOrderedSessionSchemaWithoutI
 - shouldGetAllBackwards
 - shouldGetAllSegments
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldLoadSegmentsWithOldStyleColonFormattedName
 - shouldLoadSegmentsWithOldStyleDateFormattedName
 - shouldMatchPositionAfterPut
@@ -5560,6 +5565,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimeOrderedWindowSchemaWithIndex
 - shouldGetAllBackwards
 - shouldGetAllSegments
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldLoadSegmentsWithOldStyleColonFormattedName
 - shouldLoadSegmentsWithOldStyleDateFormattedName
 - shouldMatchPositionAfterPut
@@ -5590,6 +5596,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimeOrderedWindowSchemaWithoutIn
 - shouldGetAllBackwards
 - shouldGetAllSegments
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldLoadSegmentsWithOldStyleColonFormattedName
 - shouldLoadSegmentsWithOldStyleDateFormattedName
 - shouldMatchPositionAfterPut
@@ -5687,6 +5694,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimestampedSegmentedBytesStoreTe
 - shouldFindValuesWithinRange
 - shouldGetAllSegments
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldLoadSegmentsWithOldStyleColonFormattedName
 - shouldLoadSegmentsWithOldStyleDateFormattedName
 - shouldMatchPositionAfterPut
@@ -5707,6 +5715,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimestampedSegmentedBytesStoreWi
 - shouldFindValuesWithinRange
 - shouldGetAllSegments
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldLoadSegmentsWithOldStyleColonFormattedName
 - shouldLoadSegmentsWithOldStyleDateFormattedName
 - shouldMatchPositionAfterPut
@@ -5735,6 +5744,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreTest:
 - shouldHandleDeletesOnRestoreAll
 - shouldHandleToggleOfEnablingBloomFilters
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldMatchPositionAfterPut
 - shouldMigrateDataFromDefaultToTimestampColumnFamily
 - shouldNotAllowOpenIteratorsWhenUsingAutoManagedIterators
@@ -5820,6 +5830,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreWithHeadersTest:
 - shouldHandleDeletesOnRestoreAll
 - shouldHandleToggleOfEnablingBloomFilters
 - shouldHandleTombstoneRecords
+- shouldLoadPositionFromFile
 - shouldMatchPositionAfterPut
 - shouldMigrateFromPlainToHeadersAwareColumnFamily
 - shouldMigrateFromTimestampedToHeadersAwareColumnFamily
@@ -5921,6 +5932,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBVersionedStoreTest:
 - shouldGetRecordVersionsFromMultipleOldSegmentsInAscendingOrder
 - shouldGetRecordVersionsFromOlderSegments
 - shouldGetRecordVersionsInAscendingOrder
+- shouldLoadPositionFromFile
 - shouldMoveRecordToOlderSegmentDuringPut
 - shouldMoveRecordToOlderSegmentWithNullsDuringPut
 - shouldNotDeleteExpired

Reply via email to