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 4d702d9a563 Update test catalog data for GHA workflow run 14464978662
4d702d9a563 is described below
commit 4d702d9a56358e2f281cc5431fb7aceedd31d667
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 15 11:05:19 2025 +0000
Update test catalog data for GHA workflow run 14464978662
Commit:
https://github.com/apache/kafka/commit/c527530e806c7d9f79348656d801b1b78e8f2bec
GitHub Run: https://github.com/apache/kafka/actions/runs/14464978662
---
.../clients/clients-integration-tests/tests.yaml | 17 +++++++++
test-catalog/core/tests.yaml | 42 ----------------------
test-catalog/storage/tests.yaml | 24 +++++++++++++
3 files changed, 41 insertions(+), 42 deletions(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 5fcbbedd309..806cd3d7de9 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -117,6 +117,23 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
- testSubscriptionAndPollMultiple
- testSubscriptionFollowedByTopicCreation
- testWakeupWithFetchedRecordsAvailable
+org.apache.kafka.clients.producer.ProducerCompressionTest:
+- testCompression
+org.apache.kafka.clients.producer.ProducerFailureHandlingTest:
+- testCannotSendToInternalTopic
+- testInvalidPartition
+- testNonExistentTopic
+- testNotEnoughReplicasAfterBrokerShutdown
+- testPartitionTooLargeForReplicationWithAckAll
+- testResponseTooLargeForReplicationWithAckAll
+- testSendAfterClosed
+- testTooLargeRecordWithAckOne
+- testTooLargeRecordWithAckZero
+- testWrongBrokerList
+org.apache.kafka.clients.producer.ProducerIdExpirationTest:
+- testDynamicProducerIdExpirationMs
+- testProducerIdExpirationWithNoTransactions
+- testTransactionAfterTransactionIdExpiresButProducerIdRemains
org.apache.kafka.server.quota.CustomQuotaCallbackTest:
- testCustomQuotaCallbackWithControllerServer
- testMonitorableCustomQuotaCallbackWithCombinedMode
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 1a5382c03db..c53ebc229d4 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -487,21 +487,6 @@ kafka.api.PlaintextProducerSendTest:
- testValidBeforeAndAfterTimestampsAtThreshold
- testValidBeforeAndAfterTimestampsWithinThreshold
- testWrongSerializer
-kafka.api.ProducerFailureHandlingTest:
-- testCannotSendToInternalTopic
-- testInvalidPartition
-- testNonExistentTopic
-- testNotEnoughReplicasAfterBrokerShutdown
-- testPartitionTooLargeForReplicationWithAckAll
-- testResponseTooLargeForReplicationWithAckAll
-- testSendAfterClosed
-- testTooLargeRecordWithAckOne
-- testTooLargeRecordWithAckZero
-- testWrongBrokerList
-kafka.api.ProducerIdExpirationTest:
-- testDynamicProducerIdExpirationMs
-- testProducerIdExpirationWithNoTransactions
-- testTransactionAfterTransactionIdExpiresButProducerIdRemains
kafka.api.ProducerSendWhileDeletionTest:
- testSendWithTopicDeletionMidWay
kafka.api.SaslClientsWithInvalidCredentialsTest:
@@ -678,8 +663,6 @@ kafka.api.UserQuotaTest:
- testQuotaOverrideDelete
- testThrottledProducerConsumer
- testThrottledRequest
-kafka.api.test.ProducerCompressionTest:
-- testCompression
kafka.cluster.AssignmentStateTest:
- testPartitionAssignmentStatus
kafka.cluster.PartitionLockTest:
@@ -1387,31 +1370,6 @@ kafka.log.UnifiedLogTest:
- testWriteLeaderEpochCheckpointAfterDirectoryRename
- testZombieCoordinatorFenced
- testZombieCoordinatorFencedEmptyTransaction
-kafka.log.remote.RemoteIndexCacheTest:
-- testCacheEntryExpiry
-- testCacheEntryIsDeletedOnRemoval
-- testCleanerThreadShutdown
-- testClearCacheAndIndexFilesWhenResizeCache
-- testClose
-- testCloseIsIdempotent
-- testConcurrentCacheDeletedFileExists
-- testConcurrentReadWriteAccessForCache
-- testConcurrentRemoveReadForCache
-- testCorrectnessForCacheAndIndexFilesWhenResizeCache
-- testCorruptCacheIndexFileExistsButNotInCache
-- testDeleteInvalidIndexFilesOnInit
-- testFetchIndexForMissingTransactionIndex
-- testFetchIndexFromRemoteStorage
-- testGetIndexAfterCacheClose
-- testIndexFileAlreadyExistOnDiskButNotInCache
-- testIndexFileNameAndLocationOnDisk
-- testMultipleIndexEntriesExecutionInCorruptException
-- testPositionForNonExistingIndexFromRemoteStorage
-- testRSMReturnCorruptedIndexFile
-- testReloadCacheAfterClose
-- testRemoveItem
-- testRemoveMultipleItems
-- testRemoveNonExistentItem
kafka.log.remote.RemoteLogManagerTest:
- testBuildFilteredLeaderEpochMap
- testCandidateLogSegmentsSkipsActiveSegment
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index aadae6017cc..4012fd45264 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -342,6 +342,30 @@
org.apache.kafka.storage.internals.log.ProducerStateManagerTest:
- testTxnFirstOffsetMetadataCached
- testVerificationStateEntryExpiration
- updateProducerTransactionState
+org.apache.kafka.storage.internals.log.RemoteIndexCacheTest:
+- testCacheEntryExpiry
+- testCacheEntryIsDeletedOnRemoval
+- testCleanerThreadShutdown
+- testClearCacheAndIndexFilesWhenResizeCache
+- testClose
+- testCloseIsIdempotent
+- testConcurrentCacheDeletedFileExists
+- testConcurrentReadWriteAccessForCache
+- testConcurrentRemoveReadForCache
+- testCorrectnessForCacheAndIndexFilesWhenResizeCache
+- testCorruptCacheIndexFileExistsButNotInCache
+- testFetchIndexForMissingTransactionIndex
+- testFetchIndexFromRemoteStorage
+- testGetIndexAfterCacheClose
+- testIndexFileAlreadyExistOnDiskButNotInCache
+- testIndexFileNameAndLocationOnDisk
+- testMultipleIndexEntriesExecutionInCorruptException
+- testPositionForNonExistingIndexFromRemoteStorage
+- testRSMReturnCorruptedIndexFile
+- testReloadCacheAfterClose
+- testRemoveItem
+- testRemoveMultipleItems
+- testRemoveNonExistentItem
org.apache.kafka.storage.internals.log.TimeIndexTest:
- testAppend
- testEntry