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 a180207b94e Update test catalog data for GHA workflow run 30533339996
a180207b94e is described below

commit a180207b94e03452a821d1c351e0a2c4fc984842
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 30 15:33:36 2026 +0000

    Update test catalog data for GHA workflow run 30533339996
    
    Commit: 
https://github.com/apache/kafka/commit/7d10473f0c49ce8e00a9f5980cf113945a6b550b
    GitHub Run: https://github.com/apache/kafka/actions/runs/30533339996
---
 test-catalog/core/tests.yaml   | 7 -------
 test-catalog/server/tests.yaml | 9 +++++++++
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 6cb0c548a65..5ae0e02119e 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2322,13 +2322,6 @@ kafka.server.epoch.OffsetsForLeaderEpochTest:
 kafka.server.handlers.DescribeTopicPartitionsRequestHandlerTest:
 - testDescribeTopicPartitionsRequest
 - testDescribeTopicPartitionsRequestWithEdgeCases
-kafka.server.logger.RuntimeLoggerManagerTest:
-- testOperationNotAllowed
-- testValidateBogusLogLevelNameNotAllowed
-- testValidateDeleteLogLevelConfig
-- testValidateRemoveRootLogLevelConfigNotAllowed
-- testValidateSetLogLevelConfig
-- testValidateSetRootLogLevelConfig
 kafka.server.metadata.BrokerMetadataPublisherTest:
 - testExceptionInUpdateCoordinator
 - testGetTopicDelta
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index f2abd663434..0301b03e684 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -418,6 +418,15 @@ org.apache.kafka.server.config.MinInSyncReplicasConfigTest:
 - testDefaultKafkaConfig
 org.apache.kafka.server.logger.LoggingControllerTest:
 - testLoggerLevelIsResolved
+org.apache.kafka.server.logger.RuntimeLoggerManagerTest:
+- testAlterUnknownOperationNotAllowed
+- testOperationNotAllowed
+- testUnknownOperationNotAllowed
+- testValidateBogusLogLevelNameNotAllowed
+- testValidateDeleteLogLevelConfig
+- testValidateRemoveRootLogLevelConfigNotAllowed
+- testValidateSetLogLevelConfig
+- testValidateSetRootLogLevelConfig
 org.apache.kafka.server.metrics.BrokerServerMetricsTest:
 - testIgnoredStaticVoters
 - testLastAppliedRecordOffset

Reply via email to