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 08572925a50 Update test catalog data for GHA workflow run 18421455625
08572925a50 is described below

commit 08572925a506dc7f32eb82d98e19e9229a7de7a4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 11 02:37:59 2025 +0000

    Update test catalog data for GHA workflow run 18421455625
    
    Commit: 
https://github.com/apache/kafka/commit/cc9702ae77e793adf4540c43dc1f928851c2853a
    GitHub Run: https://github.com/apache/kafka/actions/runs/18421455625
---
 test-catalog/core/tests.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 69554075df1..8f13865e717 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1599,6 +1599,7 @@ kafka.server.AuthHelperTest:
 - testComputeDescribeClusterResponseWhereControllerIsNotFound
 - testFilterByAuthorized
 kafka.server.AutoTopicCreationManagerTest:
+- testBackoffAndInflightInteraction
 - testCreateNonInternalTopic
 - testCreateOffsetTopic
 - testCreateShareStateTopic
@@ -1614,11 +1615,14 @@ kafka.server.AutoTopicCreationManagerTest:
 - testErrorCacheExpirationBasedEviction
 - testErrorCacheTTL
 - testGetTopicCreationErrorsWithMultipleTopics
+- testInflightTopicsAreNotRetriedConcurrently
 - testSendCreateTopicRequestEnvelopeHandling
 - testTopicCreationErrorCaching
 - testTopicCreationWithMetadataContextNoRetryUponUnsupportedVersion
 - testTopicCreationWithMetadataContextPassPrincipal
 - testTopicCreationWithMetadataContextWhenPrincipalSerdeNotDefined
+- testTopicsInBackoffAreNotRetried
+- testTopicsOutOfBackoffCanBeRetried
 kafka.server.BrokerLifecycleManagerTest:
 - testAlwaysSendsAccumulatedOfflineDirs
 - testControlledShutdown

Reply via email to