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 958ab7b9b32 Update test catalog data for GHA workflow run 26216944697
958ab7b9b32 is described below

commit 958ab7b9b32e1e52e00a2301ca7cf049cf44c5a0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 21 12:55:10 2026 +0000

    Update test catalog data for GHA workflow run 26216944697
    
    Commit: 
https://github.com/apache/kafka/commit/5d86a6b8244f92c61cc8d2c57a3cbb981962c5a4
    GitHub Run: https://github.com/apache/kafka/actions/runs/26216944697
---
 test-catalog/core/tests.yaml    | 37 -------------------------------------
 test-catalog/server/tests.yaml  | 37 +++++++++++++++++++++++++++++++++++++
 test-catalog/storage/tests.yaml |  3 ++-
 3 files changed, 39 insertions(+), 38 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index ce6e285e61f..a4be29d90fa 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1211,23 +1211,6 @@ kafka.server.AuthHelperTest:
 - testComputeDescribeClusterResponseV1WithUnknownEndpointType
 - testComputeDescribeClusterResponseWhereControllerIsNotFound
 - testFilterByAuthorized
-kafka.server.AutoTopicCreationManagerTest:
-- testBackoffAndInflightInteraction
-- testCreateNonInternalTopic
-- testCreateOffsetTopic
-- testCreateShareStateTopic
-- testCreateStreamsInternalTopics
-- testCreateStreamsInternalTopicsPassesRequestContext
-- testCreateStreamsInternalTopicsWithEmptyTopics
-- testCreateTxnTopic
-- testErrorCacheExpirationBasedEviction
-- testErrorCacheTTL
-- testGetTopicCreationErrorsWithMultipleTopics
-- testInflightTopicsAreNotRetriedConcurrently
-- testTopicCreationErrorCaching
-- testTopicCreationWithMetadataContext
-- testTopicsInBackoffAreNotRetried
-- testTopicsOutOfBackoffCanBeRetried
 kafka.server.BrokerLifecycleManagerTest:
 - testAlwaysSendsAccumulatedOfflineDirs
 - testControlledShutdown
@@ -1580,26 +1563,6 @@ kafka.server.EdgeCaseRequestTest:
 - testInvalidApiVersionRequest
 - testMalformedHeaderRequest
 - testProduceRequestWithNullClientId
-kafka.server.ExpiringErrorCacheTest:
-- testCapacityEnforcement
-- testCapacityWithDifferentTTLs
-- testClearOperation
-- testConcurrentPutAndGet
-- testConcurrentPutOperations
-- testConcurrentUpdates
-- testEmptyCache
-- testEvictionOrder
-- testExpiredEntriesCleanedOnPut
-- testExpiredEntryNotReturned
-- testGetMultipleTopics
-- testGetNonExistentTopic
-- testMixedExpiredAndValidEntries
-- testPutAndGet
-- testSingleEntryCache
-- testStaleEntriesInQueueHandledCorrectly
-- testUpdateDoesNotLeaveStaleEntries
-- testUpdateExistingEntry
-- testZeroTTL
 kafka.server.FetchFromFollowerIntegrationTest:
 - testFetchFromFollowerWithRoll
 - testFetchFromLeaderWhilePreferredReadReplicaIsUnavailable
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index f72d627a192..04aaab3e0fa 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -171,11 +171,48 @@ org.apache.kafka.server.DefaultApiVersionManagerTest:
 - testControllerApiIntersection
 - testDisabledApis
 - testEnvelopeDisabledForKRaftBroker
+org.apache.kafka.server.DefaultAutoTopicCreationManagerTest:
+- testBackoffAndInflightInteraction
+- testCreateNonInternalTopic
+- testCreateOffsetTopic
+- testCreateShareStateTopic
+- testCreateStreamsInternalTopics
+- testCreateStreamsInternalTopicsPassesRequestContext
+- testCreateStreamsInternalTopicsWithEmptyTopics
+- testCreateTxnTopic
+- testErrorCacheExpirationBasedEviction
+- testErrorCacheTTL
+- testGetTopicCreationErrorsWithMultipleTopics
+- testInflightTopicsAreNotRetriedConcurrently
+- testTopicCreationErrorCaching
+- testTopicCreationWithMetadataContext
+- testTopicsInBackoffAreNotRetried
+- testTopicsOutOfBackoffCanBeRetried
 org.apache.kafka.server.EligibleLeaderReplicasIntegrationTest:
 - testElrMemberCanBeElected
 - testElrMemberShouldBeKickOutWhenUncleanShutdown
 - testHighWatermarkShouldNotAdvanceIfUnderMinIsr
 - testLastKnownLeaderShouldBeElectedIfEmptyElr
+org.apache.kafka.server.ExpiringErrorCacheTest:
+- testCapacityEnforcement
+- testCapacityWithDifferentTTLs
+- testClearOperation
+- testConcurrentPutAndGet
+- testConcurrentPutOperations
+- testConcurrentUpdates
+- testEmptyCache
+- testEvictionOrder
+- testExpiredEntriesCleanedOnPut
+- testExpiredEntryNotReturned
+- testGetMultipleTopics
+- testGetNonExistentTopic
+- testMixedExpiredAndValidEntries
+- testPutAndGet
+- testSingleEntryCache
+- testStaleEntriesInQueueHandledCorrectly
+- testUpdateDoesNotLeaveStaleEntries
+- testUpdateExistingEntry
+- testZeroTTL
 org.apache.kafka.server.FetchSessionTest:
 - testCachedLeaderEpoch
 - testCachedPartitionEqualsAndHashCode
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 4141b81a8b6..abf1e23169b 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -862,7 +862,8 @@ org.apache.kafka.storage.internals.utils.ThrottlerTest:
 - testThrottleDesiredRate
 - testUpdateThrottleDesiredRate
 org.apache.kafka.tiered.storage.integration.AlterLogDirTest:
-- executeTieredStorageTest
+- testAlterLogDirWithClassicGroupProtocol
+- testAlterLogDirWithConsumerGroupProtocol
 org.apache.kafka.tiered.storage.integration.DeleteSegmentsByRetentionSizeTest:
 - executeTieredStorageTest
 org.apache.kafka.tiered.storage.integration.DeleteSegmentsByRetentionTimeTest:

Reply via email to