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 6323157ffe2 Update test catalog data for GHA workflow run 22966875299
6323157ffe2 is described below
commit 6323157ffe20a7c96085179f31bb20eb5309498e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 21:19:35 2026 +0000
Update test catalog data for GHA workflow run 22966875299
Commit:
https://github.com/apache/kafka/commit/783e50137787d195ae6551149d2df8603d8e8f99
GitHub Run: https://github.com/apache/kafka/actions/runs/22966875299
---
test-catalog/core/tests.yaml | 34 +++-------------------------------
test-catalog/server/tests.yaml | 12 ++++++++++++
test-catalog/storage/tests.yaml | 24 ++++++++++++++++++++++++
test-catalog/streams/tests.yaml | 6 ++++++
4 files changed, 45 insertions(+), 31 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 85aa2dabd99..0a7de2961cc 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -747,6 +747,8 @@ kafka.coordinator.transaction.TransactionCoordinatorTest:
- shouldGenerateNewProducerIdIfEpochsExhausted
- shouldGenerateNewProducerIdIfEpochsExhaustedV2
- shouldGenerateNewProducerIdIfNoStateAndProducerIdAndEpochProvided
+-
shouldHandleTimeoutAtEpochOverflowBoundaryCorrectlyAndLateClientAbortRequestTV2
+- shouldHandleTimeoutAtEpochOverflowBoundaryCorrectlyAndRetryInitProducerIdTV2
- shouldHandleTimeoutAtEpochOverflowBoundaryCorrectlyTV2
-
shouldIncrementEpochAndUpdateMetadataOnHandleInitPidWhenExistingCompleteCommitTransaction
-
shouldIncrementEpochAndUpdateMetadataOnHandleInitPidWhenExistingCompleteTransaction
@@ -795,6 +797,7 @@ kafka.coordinator.transaction.TransactionCoordinatorTest:
- shouldReturnInvalidTxnRequestOnEndTxnV2IfNotEndTxnV2Retry
- shouldReturnOkOnEndTxnV2IfEndTxnV2RetryEpochOverflow
- shouldReturnOkOnEndTxnWhenStatusIsCompleteAbortAndResultIsAbortInV2
+- shouldRotateProducerIdWhenInitPidFencesOngoingTxnAtEpochOverflowBoundaryTV2
- shouldUseLastEpochToFenceWhenEpochsAreExhausted
-
shouldWaitForCommitToCompleteOnHandleInitPidAndExistingTransactionInPrepareAbortState
-
shouldWaitForCommitToCompleteOnHandleInitPidAndExistingTransactionInPrepareCommitState
@@ -937,13 +940,6 @@ kafka.docker.KafkaDockerWrapperTest:
- testPrepareToolsLog4jConfigs
- testPrepareToolsLog4jConfigsWithoutEnvVariable
- testPrepareToolsLog4jConfigsWithoutMountedFile
-kafka.integration.UncleanLeaderElectionTest:
-- testTopicUncleanLeaderElectionEnableWithAlterTopicConfigs
-- testUncleanLeaderElectionDisabled
-- testUncleanLeaderElectionDisabledByTopicOverride
-- testUncleanLeaderElectionEnabled
-- testUncleanLeaderElectionEnabledByTopicOverride
-- testUncleanLeaderElectionInvalidTopicOverride
kafka.log.LogCleanerParameterizedIntegrationTest:
- cleanerConfigUpdateTest
- cleanerTest
@@ -1119,12 +1115,9 @@ kafka.log.UnifiedLogTest:
- testAppendWithOutOfOrderOffsetsThrowsException
- testAsyncDelete
- testBackgroundDeletionWithIOException
-- testBuildTimeIndexWhenNotAssigningOffsets
- testCannotDeleteSegmentsAtOrAboveHighWatermark
- testCannotIncrementLogStartOffsetPastHighWatermark
-- testCompactedTopicConstraints
- testCompactionDeletesProducerStateSnapshots
-- testCompressedMessages
- testConvertToOffsetMetadataDoesNotThrowOffsetOutOfRangeError
- testDegenerateSegmentSplit
- testDegenerateSegmentSplitWithOutOfRangeBatchLastOffset
@@ -1143,18 +1136,10 @@ kafka.log.UnifiedLogTest:
- testFetchEarliestPendingUploadTimestampStaleHighestOffsetInRemote
- testFetchEarliestPendingUploadTimestampWithRemoteStorage
- testFetchEarliestPendingUploadTimestampWithRemoteStorageNoLocalDeletion
-- testFetchLatestTieredTimestampNoRemoteStorage
-- testFetchLatestTieredTimestampWithRemoteStorage
-- testFetchOffsetByTimestampFromRemoteStorage
-- testFetchOffsetByTimestampIncludesLeaderEpoch
- testFetchOffsetByTimestampShouldReadOnlyLocalLogWhenLogIsEmpty
-- testFetchOffsetByTimestampWithMaxTimestampIncludesTimestamp
-- testFlushingEmptyActiveSegments
- testGetFirstBatchTimestampForSegments
- testIncrementLocalLogStartOffsetAfterLocalLogDeletion
- testIndexResizingAtTruncation
-- testInvalidLeaderEpoch
-- testInvalidMemoryRecords
- testLastStableOffsetDoesNotExceedLogStartOffsetAfterSegmentDeletion
- testLastStableOffsetDoesNotExceedLogStartOffsetMidSegment
- testLastStableOffsetWithMixedProducerData
@@ -1164,18 +1149,10 @@ kafka.log.UnifiedLogTest:
- testLoadEmptyLog
- testLoadPartitionDirWithNoSegmentsShouldNotThrow
- testLoadingLogDeletesProducerStateSnapshotsPastLogEndOffset
-- testLogFailsWhenInconsistentTopicIdSet
-- testLogFlushesPartitionMetadataOnAppend
-- testLogFlushesPartitionMetadataOnClose
- testLogOffsetsListener
-- testLogRecoversTopicId
- testLogRollAfterLogHandlerClosed
-- testLogRolls
- testLogStartOffsetMovementDeletesSnapshots
- testMaybeUpdateHighWatermarkAsFollower
-- testMessageSetSizeCheck
-- testMessageSizeCheck
-- testMessageSizeCheckInAppendAsFollower
- testMultipleProducerIdsPerMemoryRecord
- testMultipleProducersWithDuplicatesInSingleAppend
- testNextTransactionVerificationGuardNotCleared
@@ -1187,12 +1164,8 @@ kafka.log.UnifiedLogTest:
- testProducerIdExpirationOnSegmentDeletion
- testProducerIdMapTruncateFullyAndStartAt
- testProducerSnapshotAfterSegmentRollOnAppend
-- testRandomRecords
- testReadAtLogGap
- testReadCommittedWithConcurrentHighWatermarkUpdates
-- testReadOutOfRange
-- testReadWithMinMessage
-- testReadWithTooSmallMaxLength
- testRebuildTransactionalState
- testRecoveryPointNotIncrementedOnProducerStateSnapshotFlushFailure
- testRemoteLogStorageIsDisabledOnInternalAndRemoteLogMetadataTopic
@@ -1211,7 +1184,6 @@ kafka.log.UnifiedLogTest:
- testStartOffsetsRemoteLogStorageIsEnabled
- testTV2MarkerWithBumpedEpochSucceeds
- testTakeSnapshotOnRollAndDeleteSnapshotOnRecoveryPointCheckpoint
-- testThatGarbageCollectingSegmentsDoesntChangeOffset
- testTimeBasedLogRollJitter
- testTopicIdFlushesBeforeDirectoryRename
- testTopicIdTransfersAfterDirectoryRename
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index ac6dfc9fe14..0bca54ea148 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -246,6 +246,18 @@
org.apache.kafka.server.ReconfigurableQuorumIntegrationTest:
- testRemoveAndAddVoterWithInconsistentClusterId
- testRemoveAndAddVoterWithValidClusterId
- testRemoveController
+org.apache.kafka.server.UncleanLeaderElectionTest:
+- testTopicUncleanLeaderElectionEnableWithAlterTopicConfigsClassic
+- testTopicUncleanLeaderElectionEnableWithAlterTopicConfigsConsumer
+- testUncleanLeaderElectionDisabledByTopicOverrideClassic
+- testUncleanLeaderElectionDisabledByTopicOverrideConsumer
+- testUncleanLeaderElectionDisabledClassic
+- testUncleanLeaderElectionDisabledConsumer
+- testUncleanLeaderElectionEnabledByTopicOverrideClassic
+- testUncleanLeaderElectionEnabledByTopicOverrideConsumer
+- testUncleanLeaderElectionEnabledClassic
+- testUncleanLeaderElectionEnabledConsumer
+- testUncleanLeaderElectionInvalidTopicOverride
org.apache.kafka.server.config.AbstractKafkaConfigTest:
- testPopulateSynonymsOnEmptyMap
- testPopulateSynonymsOnMapWithoutBrokerId
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 2c36ff37ae3..47a330a015b 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -598,25 +598,48 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testActiveProducers
- testAppendAsLeaderWithRaftLeader
- testAppendInfoFirstOffset
+- testBuildTimeIndexWhenNotAssigningOffsets
+- testCompactedTopicConstraints
+- testCompressedMessages
- testDeleteOldSegments
+- testFetchLatestTieredTimestampNoRemoteStorage
+- testFetchLatestTieredTimestampWithRemoteStorage
+- testFetchOffsetByTimestampFromRemoteStorage
+- testFetchOffsetByTimestampIncludesLeaderEpoch
+- testFetchOffsetByTimestampWithMaxTimestampIncludesTimestamp
- testFetchUpToHighWatermark
- testFetchUpToLastStableOffset
- testFetchUpToLogEndOffset
- testFirstUnstableOffsetNoTransactionalData
- testFirstUnstableOffsetWithTransactionalData
+- testFlushingEmptyActiveSegments
- testHighWatermarkMaintenance
- testHighWatermarkMetadataUpdatedAfterSegmentRoll
- testInitializationOfProducerSnapshotsUpgradePath
+- testInvalidLeaderEpoch
+- testInvalidMemoryRecords
- testLogDeletionAfterClose
- testLogDeletionAfterDeleteRecords
+- testLogFailsWhenInconsistentTopicIdSet
+- testLogFlushesPartitionMetadataOnAppend
+- testLogFlushesPartitionMetadataOnClose
+- testLogRecoversTopicId
- testLogReinitializeAfterManualDelete
+- testLogRolls
- testLogSegmentsCallCorrect
+- testMessageSetSizeCheck
+- testMessageSizeCheck
+- testMessageSizeCheckInAppendAsFollower
- testNonSequentialAppend
- testOffsetFromProducerSnapshotFile
- testProducerExpireCheckAfterDelete
- testProducerIdMapOffsetUpdatedForNonIdempotentData
- testProducerIdMapTruncateTo
- testProducerIdMapTruncateToWithNoSnapshots
+- testRandomRecords
+- testReadOutOfRange
+- testReadWithMinMessage
+- testReadWithTooSmallMaxLength
- testRebuildProducerIdMapWithCompactedData
- testRebuildProducerStateWithEmptyCompactedBatch
- testRetentionDeletesProducerStateSnapshots
@@ -624,6 +647,7 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testRetentionSizeInPercentMetricUpdatedOnDeletionError
- testRetentionSizeInPercentWithInfiniteRetention
- testRollSegmentThatAlreadyExists
+- testThatGarbageCollectingSegmentsDoesntChangeOffset
- testTimeBasedLogRollDuringAppend
- testTruncateBelowFirstUnstableOffset
- testTruncateFullyAndStart
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 22f9fc93970..6b8427bdc3e 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -6272,6 +6272,12 @@
org.apache.kafka.streams.state.internals.TimestampedWindowStoreWithHeadersBuilde
org.apache.kafka.streams.state.internals.UtilsTest:
- shouldExtractRawPlainValue
- shouldReturnNullForNullRawPlainValue
+- shouldReturnNullForNullRawTimestampedValue
+- testRawTimestampedValue
+- testRawTimestampedValueWithInvalidHeadersSize
+- testRawTimestampedValueWithSerdes
+- testRawTimestampedValueWithoutTimestamp
+- testReadBytes
org.apache.kafka.streams.state.internals.ValueAndTimestampSerializerTest:
- shouldDropSerializedValueIfEqualWithGreaterTimestamp
- shouldKeepSerializedValueIfOutOfOrder