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 cece1c27cac Update test catalog data for GHA workflow run 23789521976
cece1c27cac is described below
commit cece1c27cacc38ba714c43d0a4c9031fc85b1f38
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 31 14:12:38 2026 +0000
Update test catalog data for GHA workflow run 23789521976
Commit:
https://github.com/apache/kafka/commit/9812461584ce4d1088b6c32eccc1b36c26a83416
GitHub Run: https://github.com/apache/kafka/actions/runs/23789521976
---
.../clients/clients-integration-tests/tests.yaml | 8 ++++++++
test-catalog/core/tests.yaml | 22 ----------------------
test-catalog/storage/tests.yaml | 14 ++++++++++++++
3 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index b29879003bb..d5664497361 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -23,6 +23,14 @@ org.apache.kafka.clients.TransactionsExpirationTest:
- testTransactionAfterProducerIdExpiresWithTV2
org.apache.kafka.clients.TransactionsWithMaxInFlightOneTest:
- testTransactionalProducerSingleBrokerMaxInFlightOne
+org.apache.kafka.clients.admin.AddPartitionsTest:
+- testIncrementPartitions
+- testManualAssignmentOfReplicas
+- testMissingPartitionsInCreatePartitions
+- testMissingPartitionsInCreateTopics
+- testReplicaPlacementAllServers
+- testReplicaPlacementPartialServers
+- testWrongReplicaCount
org.apache.kafka.clients.admin.AdminClientWithPoliciesIntegrationTest:
- testInvalidAlterConfigsDueToPolicy
org.apache.kafka.clients.admin.AdminFenceProducersTest:
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index ad85f994c0a..9eff8ac442a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -25,14 +25,6 @@ kafka.KafkaConfigTest:
- testKafkaSslPasswords
- testKafkaSslPasswordsWithSymbols
- testMustContainQuorumVotersIfUsingProcessRoles
-kafka.admin.AddPartitionsTest:
-- testIncrementPartitions
-- testManualAssignmentOfReplicas
-- testMissingPartitionsInCreatePartitions
-- testMissingPartitionsInCreateTopics
-- testReplicaPlacementAllServers
-- testReplicaPlacementPartialServers
-- testWrongReplicaCount
kafka.admin.RemoteTopicCrudTest:
- testClusterWideDisablementOfTieredStorageWithEnabledTieredTopic
- testClusterWithoutTieredStorageStartsSuccessfullyIfTopicWithTieringDisabled
@@ -1105,30 +1097,16 @@ kafka.log.UnifiedLogTest:
- testConvertToOffsetMetadataDoesNotThrowOffsetOutOfRangeError
- testDeletableSegmentsFilter
- testDeletableSegmentsIteration
-- testDisabledVerificationClearsVerificationGuard
-- testEmptyTransactionStillClearsVerificationGuard
-- testEnableRemoteLogStorageOnCompactedTopics
-- testEnablingVerificationWhenRequestIsAtLogLayer
- testFetchOffsetByTimestampShouldReadOnlyLocalLogWhenLogIsEmpty
- testGetFirstBatchTimestampForSegments
- testIncrementLocalLogStartOffsetAfterLocalLogDeletion
-- testLogOffsetsListener
-- testMaybeUpdateHighWatermarkAsFollower
-- testNextTransactionVerificationGuardNotCleared
-- testNoOpWhenRemoteLogStorageIsDisabled
-- testNonZeroSequenceOnFirstAppendNonZeroEpoch
- testRecoveryPointNotIncrementedOnProducerStateSnapshotFlushFailure
-- testRemoteLogStorageIsDisabledOnInternalAndRemoteLogMetadataTopic
- testRetentionOnLocalLogDeletionWhenRemoteLogCopyDisabled
-
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionBytes
-
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionMs
-
testSegmentDeletionEnabledBeforeUploadToRemoteTierWhenLogStartOffsetMovedAhead
- testStaleProducerEpochReturnsRecoverableErrorForTV1Clients
- testStaleProducerEpochReturnsRecoverableErrorForTV2Clients
-- testStartOffsetsRemoteLogStorageIsEnabled
-- testTransactionIsOngoingAndVerificationGuardTV1
-- testTransactionIsOngoingAndVerificationGuardTV2
-- testUpdateLogOffsetsListener
kafka.metrics.KafkaMetricsGroupTest:
- testTaggedMetricName
- testTaggedMetricNameWithEmptyValue
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index eea4b01fee3..1572f50ec96 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -626,8 +626,12 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testDegenerateSegmentSplitWithOutOfRangeBatchLastOffset
- testDeleteOldSegments
- testDeleteSnapshotsOnIncrementLogStartOffset
+- testDisabledVerificationClearsVerificationGuard
- testDuplicateAppendToFollower
- testDuplicateAppends
+- testEmptyTransactionStillClearsVerificationGuard
+- testEnableRemoteLogStorageOnCompactedTopics
+- testEnablingVerificationWhenRequestIsAtLogLayer
- testEndTxnWithFencedProducerEpoch
- testFetchEarliestPendingUploadTimestampNoRemoteStorage
- testFetchEarliestPendingUploadTimestampNoSegmentsUploaded
@@ -665,18 +669,23 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testLogFailsWhenInconsistentTopicIdSet
- testLogFlushesPartitionMetadataOnAppend
- testLogFlushesPartitionMetadataOnClose
+- testLogOffsetsListener
- testLogRecoversTopicId
- testLogReinitializeAfterManualDelete
- testLogRollAfterLogHandlerClosed
- testLogRolls
- testLogSegmentsCallCorrect
- testLogStartOffsetMovementDeletesSnapshots
+- testMaybeUpdateHighWatermarkAsFollower
- testMessageSetSizeCheck
- testMessageSizeCheck
- testMessageSizeCheckInAppendAsFollower
- testMultipleProducerIdsPerMemoryRecord
- testMultipleProducersWithDuplicatesInSingleAppend
+- testNextTransactionVerificationGuardNotCleared
+- testNoOpWhenRemoteLogStorageIsDisabled
- testNonSequentialAppend
+- testNonZeroSequenceOnFirstAppendNonZeroEpoch
- testOffsetFromProducerSnapshotFile
- testOffsetSnapshot
- testOldProducerEpoch
@@ -697,6 +706,7 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testRebuildProducerIdMapWithCompactedData
- testRebuildProducerStateWithEmptyCompactedBatch
- testRebuildTransactionalState
+- testRemoteLogStorageIsDisabledOnInternalAndRemoteLogMetadataTopic
- testRenamingDirWithoutReinitialization
- testReplicationWithTVUnknownAllowed
- testRetentionDeletesProducerStateSnapshots
@@ -708,6 +718,7 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testSegmentDeletionWithHighWatermarkInitialization
- testSizeBasedLogRoll
- testSplitOnOffsetOverflow
+- testStartOffsetsRemoteLogStorageIsEnabled
- testTV2MarkerWithBumpedEpochSucceeds
- testTakeSnapshotOnRollAndDeleteSnapshotOnRecoveryPointCheckpoint
- testThatGarbageCollectingSegmentsDoesntChangeOffset
@@ -717,11 +728,14 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testTopicIdTransfersAfterDirectoryRename
- testTransactionIndexUpdated
- testTransactionIndexUpdatedThroughReplication
+- testTransactionIsOngoingAndVerificationGuardTV1
+- testTransactionIsOngoingAndVerificationGuardTV2
- testTruncateBelowFirstUnstableOffset
- testTruncateFullyAndStart
- testTruncateFullyAndStartBelowFirstUnstableOffset
- testTruncateTo
- testTruncateToEndOffsetClearsEpochCache
+- testUpdateLogOffsetsListener
- testUpdateProducerIdMapWithCompactedData
- testWriteLeaderEpochCheckpointAfterDirectoryRename
- testZombieCoordinatorFenced