This is an automated email from the ASF dual-hosted git repository.
github-actions[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 5586943695a Update test catalog data for GHA workflow run 28180644888
5586943695a is described below
commit 5586943695a4c1d29106f16aa5d90117ed308a30
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 19:42:02 2026 +0000
Update test catalog data for GHA workflow run 28180644888
Commit:
https://github.com/apache/kafka/commit/3054383634fc46cff4af9d041287a512596f4160
GitHub Run: https://github.com/apache/kafka/actions/runs/28180644888
---
test-catalog/core/tests.yaml | 34 -------------------------------
test-catalog/group-coordinator/tests.yaml | 16 +++++++++++++++
test-catalog/storage/tests.yaml | 34 +++++++++++++++++++++++++++++++
test-catalog/tools/tests.yaml | 1 +
4 files changed, 51 insertions(+), 34 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index c3bcd538f95..5c836b314cb 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -946,40 +946,6 @@ kafka.log.LogConfigTest:
- testValidRemoteLogCopyDisabled
- testValidRemoteLogDeleteOnDisable
- testValidateBrokerLogConfigs
-kafka.log.LogLoaderTest:
-- testBogusIndexSegmentsAreRemoved
-- testCleanShutdownFile
-- testCorruptIndexRebuild
-- testCorruptLog
-- testCorruptedLogRecoveryDoesNotDeleteProducerStateSnapshotsPostRecovery
-- testFullTransactionIndexRecovery
-- testIndexRebuild
-- testLoadProducersAfterDeleteRecordsMidSegment
-- testLoadProducersAfterDeleteRecordsOnSegment
-- testLoadingLogKeepsLargestStrayProducerStateSnapshot
-- testLogEndLessThanStartAfterReopen
-- testLogRecoversForLeaderEpoch
-- testLogRecoversToCorrectOffset
-- testLogRecoveryIsCalledUponBrokerCrash
-- testLogStartOffsetWhenRemoteStorageIsEnabled
-- testOpenDeletesObsoleteFiles
-- testOverCompactedLogRecovery
-- testOverCompactedLogRecoveryMultiRecord
-- testOverCompactedLogRecoveryMultiRecordV1
-- testProducerSnapshotsRecoveryAfterUncleanShutdown
-- testRecoverAfterNonMonotonicCoordinatorEpochWrite
-- testRecoverLastSegmentWithNoSnapshots
-- testRecoverOnlyLastSegment
-- testRecoverWithEmptyActiveSegment
-- testRecoveryAfterCrashDuringSplitPhase1
-- testRecoveryAfterCrashDuringSplitPhase2
-- testRecoveryAfterCrashDuringSplitPhase3
-- testRecoveryAfterCrashDuringSplitPhase4
-- testRecoveryAfterCrashDuringSplitPhase5
-- testRecoveryOfSegmentWithOffsetOverflow
-- testReopenThenTruncate
-- testSkipLoadingIfEmptyProducerStateBeforeTruncation
-- testSkipTruncateAndReloadIfNewMessageFormatAndCleanShutdown
kafka.metrics.MetricsTest:
- testBrokerStateMetric
- testBrokerTopicMetricsBytesInOut
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index a082018e24c..9b24e30dfd3 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1610,3 +1610,19 @@
org.apache.kafka.coordinator.group.streams.topics.TopicConfigurationExceptionTes
- testIncorrectlyPartitionedTopics
- testMissingInternalTopics
- testMissingSourceTopics
+org.apache.kafka.coordinator.group.util.OverlayMapTest:
+- testClear
+- testContainsKey
+- testEntrySet
+- testEntrySetIterator
+- testEntrySetIteratorOverEmptyMap
+- testEntrySetSize
+- testGet
+- testIsEmptyWhenAllBaseEntriesRemoved
+- testIsEmptyWithEmptyBase
+- testPut
+- testPutExistingKey
+- testPutNewKey
+- testRemove
+- testRemoveExistingKey
+- testSize
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 21da0a98b44..ca2da7cae2f 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -427,6 +427,40 @@ org.apache.kafka.storage.internals.log.LogCleanerTest:
org.apache.kafka.storage.internals.log.LogConcurrencyTest:
- testUncommittedDataNotConsumed
- testUncommittedDataNotConsumedFrequentSegmentRolls
+org.apache.kafka.storage.internals.log.LogLoaderTest:
+- testBogusIndexSegmentsAreRemoved
+- testCleanShutdownFile
+- testCorruptIndexRebuild
+- testCorruptLog
+- testCorruptedLogRecoveryDoesNotDeleteProducerStateSnapshotsPostRecovery
+- testFullTransactionIndexRecovery
+- testIndexRebuild
+- testLoadProducersAfterDeleteRecordsMidSegment
+- testLoadProducersAfterDeleteRecordsOnSegment
+- testLoadingLogKeepsLargestStrayProducerStateSnapshot
+- testLogEndLessThanStartAfterReopen
+- testLogRecoversForLeaderEpoch
+- testLogRecoversToCorrectOffset
+- testLogRecoveryIsCalledUponBrokerCrash
+- testLogStartOffsetWhenRemoteStorageIsEnabled
+- testOpenDeletesObsoleteFiles
+- testOverCompactedLogRecovery
+- testOverCompactedLogRecoveryMultiRecord
+- testOverCompactedLogRecoveryMultiRecordV1
+- testProducerSnapshotsRecoveryAfterUncleanShutdown
+- testRecoverAfterNonMonotonicCoordinatorEpochWrite
+- testRecoverLastSegmentWithNoSnapshots
+- testRecoverOnlyLastSegment
+- testRecoverWithEmptyActiveSegment
+- testRecoveryAfterCrashDuringSplitPhase1
+- testRecoveryAfterCrashDuringSplitPhase2
+- testRecoveryAfterCrashDuringSplitPhase3
+- testRecoveryAfterCrashDuringSplitPhase4
+- testRecoveryAfterCrashDuringSplitPhase5
+- testRecoveryOfSegmentWithOffsetOverflow
+- testReopenThenTruncate
+- testSkipLoadingIfEmptyProducerStateBeforeTruncation
+- testSkipTruncateAndReloadIfNewMessageFormatAndCleanShutdown
org.apache.kafka.storage.internals.log.LogManagerTest:
- testBrokerConfigChangeDeliveredToAllLogs
- testCheckpointForOnlyAffectedLogs
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index c8667e5d6d5..2903dcda6f4 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -867,6 +867,7 @@
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest:
- testResetOffsetsWithPartitionNotExist
- testResetWithUnrecognizedNewConsumerOption
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
+- initializationError
- testConsumerGroupServiceWithAuthenticationFailure
- testConsumerGroupServiceWithAuthenticationSuccess
org.apache.kafka.tools.consumer.group.ShareGroupCommandTest: