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 12be8dace1a Update test catalog data for GHA workflow run 23307494727
12be8dace1a is described below
commit 12be8dace1af691ef6dd6c300ae8c51eb8f47cbb
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 19 20:58:30 2026 +0000
Update test catalog data for GHA workflow run 23307494727
Commit:
https://github.com/apache/kafka/commit/a69156a3bb74f7788e349204eee7494d063f7125
GitHub Run: https://github.com/apache/kafka/actions/runs/23307494727
---
test-catalog/core/tests.yaml | 24 ------------------------
test-catalog/group-coordinator/tests.yaml | 4 ++++
test-catalog/storage/tests.yaml | 23 +++++++++++++++++++++++
3 files changed, 27 insertions(+), 24 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 1784df3339c..f8e633270c1 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1108,20 +1108,11 @@ kafka.log.LogManagerTest:
kafka.log.UnifiedLogTest:
- testAbortedTransactionSpanningMultipleSegments
- testActiveSegmentDeletionDueToRetentionTimeBreachWithRemoteStorage
-- testAppendBelowExpectedOffsetThrowsException
-- testAppendEmptyLogBelowLogStartOffsetThrowsException
-- testAppendMessageWithNullPayload
-- testAppendToOrReadFromLogInFailedLogDir
- testAppendToTransactionIndexFailure
-- testAppendWithNoTimestamp
-- testAppendWithOutOfOrderOffsetsThrowsException
-- testAsyncDelete
- testBackgroundDeletionWithIOException
- testCannotDeleteSegmentsAtOrAboveHighWatermark
- testCannotIncrementLogStartOffsetPastHighWatermark
- testConvertToOffsetMetadataDoesNotThrowOffsetOutOfRangeError
-- testDegenerateSegmentSplit
-- testDegenerateSegmentSplitWithOutOfRangeBatchLastOffset
- testDeletableSegmentsFilter
- testDeletableSegmentsIteration
- testDisabledVerificationClearsVerificationGuard
@@ -1129,20 +1120,12 @@ kafka.log.UnifiedLogTest:
- testEnableRemoteLogStorageOnCompactedTopics
- testEnablingVerificationWhenRequestIsAtLogLayer
- testEndTxnWithFencedProducerEpoch
-- testFetchEarliestPendingUploadTimestampNoRemoteStorage
-- testFetchEarliestPendingUploadTimestampNoSegmentsUploaded
-- testFetchEarliestPendingUploadTimestampStaleHighestOffsetInRemote
-- testFetchEarliestPendingUploadTimestampWithRemoteStorage
-- testFetchEarliestPendingUploadTimestampWithRemoteStorageNoLocalDeletion
- testFetchOffsetByTimestampShouldReadOnlyLocalLogWhenLogIsEmpty
- testGetFirstBatchTimestampForSegments
- testIncrementLocalLogStartOffsetAfterLocalLogDeletion
-- testIndexResizingAtTruncation
- testLastStableOffsetDoesNotExceedLogStartOffsetAfterSegmentDeletion
- testLastStableOffsetDoesNotExceedLogStartOffsetMidSegment
- testLastStableOffsetWithMixedProducerData
-- testLeaderEpochCacheClearedAfterDowngradeInAppendedMessages
-- testLeaderEpochCacheCreatedAfterMessageFormatUpgrade
- testLeaderRejectsTVUnknownForTransactionMarker
- testLoadPartitionDirWithNoSegmentsShouldNotThrow
- testLogOffsetsListener
@@ -1151,7 +1134,6 @@ kafka.log.UnifiedLogTest:
- testNoOpWhenRemoteLogStorageIsDisabled
- testNonZeroSequenceOnFirstAppendNonZeroEpoch
- testOffsetSnapshot
-- testReadCommittedWithConcurrentHighWatermarkUpdates
- testRecoveryPointNotIncrementedOnProducerStateSnapshotFlushFailure
- testRemoteLogStorageIsDisabledOnInternalAndRemoteLogMetadataTopic
- testRenamingDirWithoutReinitialization
@@ -1161,20 +1143,14 @@ kafka.log.UnifiedLogTest:
-
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionMs
-
testSegmentDeletionEnabledBeforeUploadToRemoteTierWhenLogStartOffsetMovedAhead
- testSegmentDeletionWithHighWatermarkInitialization
-- testSplitOnOffsetOverflow
- testStaleProducerEpochReturnsRecoverableErrorForTV1Clients
- testStaleProducerEpochReturnsRecoverableErrorForTV2Clients
- testStartOffsetsRemoteLogStorageIsEnabled
- testTV2MarkerWithBumpedEpochSucceeds
-- testTopicIdFlushesBeforeDirectoryRename
-- testTopicIdTransfersAfterDirectoryRename
-- testTransactionIndexUpdated
- testTransactionIndexUpdatedThroughReplication
- testTransactionIsOngoingAndVerificationGuardTV1
- testTransactionIsOngoingAndVerificationGuardTV2
-- testTruncateTo
- testUpdateLogOffsetsListener
-- testWriteLeaderEpochCheckpointAfterDirectoryRename
- testZombieCoordinatorFenced
- testZombieCoordinatorFencedEmptyTransaction
kafka.metrics.KafkaMetricsGroupTest:
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 79af23fabb6..dda6f8a9b45 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -6,6 +6,9 @@ org.apache.kafka.coordinator.group.GroupConfigManagerTest:
- testUpdateConfigWithNullGroupId
- testUpdateGroupConfig
org.apache.kafka.coordinator.group.GroupConfigTest:
+- testAssignmentIntervalMsAbsentWhenNotConfigured
+- testAssignmentIntervalMsNotValidatedWhenNotConfigured
+- testAssignorOffloadEnableAbsentWhenNotConfigured
- testEvaluateDoesNotModifyInput
- testEvaluateEmptyPropsReturnsEmpty
- testEvaluateMaxBoundedValueAboveMaxIsCapped
@@ -360,6 +363,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testDuplicateFullHeartbeatInUnreleasedPartitionsState
- testDuplicateFullHeartbeatInUnrevokedPartitionsState
- testDuplicateFullHeartbeatWithRevocationAck
+- testDynamicBrokerAndGroupConfigs
- testDynamicMembersCanRejoinGroupWithMaxSizeWhileRebalancing
- testDynamicMembersJoinGroupWithMaxSizeAndNotRequiredKnownMember
- testDynamicMembersJoinGroupWithMaxSizeAndRequiredKnownMember
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index e49f6b36b6c..b767d2f62a0 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -582,6 +582,7 @@ org.apache.kafka.storage.internals.log.TransactionIndexTest:
- testUpdateParentDir
org.apache.kafka.storage.internals.log.UnifiedLogTest:
- followerShouldSaveEpochInformationFromReplicatedMessagesToTheEpochCache
+- magic
- shouldApplyEpochToMessageOnAppendIfLeader
- shouldDeleteLocalLogSegmentsWhenPolicyIsEmptyWithMsRetention
- shouldDeleteLocalLogSegmentsWhenPolicyIsEmptyWithSizeRetention
@@ -600,14 +601,26 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testAppendAndReadWithSequentialOffsets
- testAppendAsLeaderWithRaftLeader
- testAppendInfoFirstOffset
+- testAppendMessageWithNullPayload
+- testAppendToOrReadFromLogInFailedLogDir
+- testAppendWithNoTimestamp
+- testAppendWithOutOfOrderOffsetsThrowsException
+- testAsyncDelete
- testBuildTimeIndexWhenNotAssigningOffsets
- testCompactedTopicConstraints
- testCompactionDeletesProducerStateSnapshots
- testCompressedMessages
+- testDegenerateSegmentSplit
+- testDegenerateSegmentSplitWithOutOfRangeBatchLastOffset
- testDeleteOldSegments
- testDeleteSnapshotsOnIncrementLogStartOffset
- testDuplicateAppendToFollower
- testDuplicateAppends
+- testFetchEarliestPendingUploadTimestampNoRemoteStorage
+- testFetchEarliestPendingUploadTimestampNoSegmentsUploaded
+- testFetchEarliestPendingUploadTimestampStaleHighestOffsetInRemote
+- testFetchEarliestPendingUploadTimestampWithRemoteStorage
+- testFetchEarliestPendingUploadTimestampWithRemoteStorageNoLocalDeletion
- testFetchLatestTieredTimestampNoRemoteStorage
- testFetchLatestTieredTimestampWithRemoteStorage
- testFetchOffsetByTimestampFromRemoteStorage
@@ -621,9 +634,12 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testFlushingEmptyActiveSegments
- testHighWatermarkMaintenance
- testHighWatermarkMetadataUpdatedAfterSegmentRoll
+- testIndexResizingAtTruncation
- testInitializationOfProducerSnapshotsUpgradePath
- testInvalidLeaderEpoch
- testInvalidMemoryRecords
+- testLeaderEpochCacheClearedAfterDowngradeInAppendedMessages
+- testLeaderEpochCacheCreatedAfterMessageFormatUpgrade
- testLoadEmptyLog
- testLoadingLogDeletesProducerStateSnapshotsPastLogEndOffset
- testLogDeletionAfterClose
@@ -655,6 +671,7 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testProducerSnapshotAfterSegmentRollOnAppend
- testRandomRecords
- testReadAtLogGap
+- testReadCommittedWithConcurrentHighWatermarkUpdates
- testReadOutOfRange
- testReadWithMinMessage
- testReadWithTooSmallMaxLength
@@ -668,15 +685,21 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testRetentionSizeInPercentWithInfiniteRetention
- testRollSegmentThatAlreadyExists
- testSizeBasedLogRoll
+- testSplitOnOffsetOverflow
- testTakeSnapshotOnRollAndDeleteSnapshotOnRecoveryPointCheckpoint
- testThatGarbageCollectingSegmentsDoesntChangeOffset
- testTimeBasedLogRollDuringAppend
- testTimeBasedLogRollJitter
+- testTopicIdFlushesBeforeDirectoryRename
+- testTopicIdTransfersAfterDirectoryRename
+- testTransactionIndexUpdated
- testTruncateBelowFirstUnstableOffset
- testTruncateFullyAndStart
- testTruncateFullyAndStartBelowFirstUnstableOffset
+- testTruncateTo
- testTruncateToEndOffsetClearsEpochCache
- testUpdateProducerIdMapWithCompactedData
+- testWriteLeaderEpochCheckpointAfterDirectoryRename
org.apache.kafka.storage.internals.log.VerificationGuardTest:
- testEqualsAndHashCode
- testVerify