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 bb955c50cf9 Update test catalog data for GHA workflow run 30288436615
bb955c50cf9 is described below
commit bb955c50cf97fd06e328c2b87b986761365fc054
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 27 20:56:51 2026 +0000
Update test catalog data for GHA workflow run 30288436615
Commit:
https://github.com/apache/kafka/commit/63f445aaa9688f919d0606f2c6d118b6a7e3f3b3
GitHub Run: https://github.com/apache/kafka/actions/runs/30288436615
---
test-catalog/clients/tests.yaml | 2 ++
test-catalog/core/tests.yaml | 2 --
test-catalog/server/tests.yaml | 5 ++++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index a001e818c19..040d4eab3ab 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1106,6 +1106,7 @@ org.apache.kafka.clients.consumer.StickyAssignorTest:
- testTwoConsumersTwoTopicsSixPartitions
org.apache.kafka.clients.consumer.internals.AbstractCoordinatorTest:
- testAuthenticationErrorInEnsureCoordinatorReady
+- testAuthenticationErrorInHeartbeatThreadTriggersRejoin
- testBackoffAndRetryUponRetriableError
- testCoordinatorDiscoveryExponentialBackoff
- testGroupMaxSizeExceptionIsFatal
@@ -4714,6 +4715,7 @@ org.apache.kafka.common.requests.RequestResponseTest:
- testApiVersionsRequestBeforeV3Validation
- testApiVersionsSerialization
- testBatchedFindCoordinatorRequestSerialization
+- testClientThrottlesResponsesWithThrottleTime
- testCreateTopicRequestV0FailsIfValidateOnly
- testCreateTopicRequestV3FailsIfNoPartitionsOrReplicas
- testDeletableTopicResultErrorMessageIsNullByDefault
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index d74c6b63f31..f011437d2c2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1021,8 +1021,6 @@ kafka.raft.RaftManagerTest:
- testLogDirLockWhenBrokerOnlyWithSeparateMetadataDir
- testLogDirLockWhenControllerOnly
- testNodeIdPresent
-kafka.security.minikdc.MiniKdcTest:
-- shouldNotStopImmediatelyWhenStarted
kafka.server.AbstractFetcherManagerTest:
- testAddAndRemovePartition
- testDeadThreadCountMetric
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 2728bb9b2a6..10417a4e04a 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -64,6 +64,8 @@ org.apache.kafka.security.authorizer.AuthorizerTest:
- testWildCardAcls
org.apache.kafka.security.authorizer.AuthorizerUtilsTest:
- testCreateAuthorizer
+org.apache.kafka.security.minikdc.MiniKdcTest:
+- shouldNotStopImmediatelyWhenStarted
org.apache.kafka.server.AssignmentTest:
- testAssignmentForNonExistentPartitionIsNotValid
- testAssignmentForNonExistentTopicIsNotValid
@@ -176,12 +178,13 @@ org.apache.kafka.server.ClientMetricsManagerTest:
- testUpdateSubscriptionWithNullProperties
- testUpdateSubscriptionWithPropertiesDeletion
org.apache.kafka.server.CordonedLogDirsIntegrationTest:
+- testAlterPartitionWithCordonedLogDirs
+- testAlterReplicaWithCordonedLogDirs
- testCordonUncordonLogDirs
- testCordonUnknownLogDirs
- testDecommissionBroker
- testFeatureNotEnabled
- testFeatureNotEnabledStaticConfig
-- testReassignWithCordonedLogDirs
- testStaticCordonUncordonLogDirs
- testUpdateCordonedDirsViaController
org.apache.kafka.server.DefaultApiVersionManagerTest: