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

commit c1ce7cd05b563ea63c80090ac95079d5681a1040
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 16 13:10:10 2025 +0000

    Update test catalog data for GHA workflow run 15065833956
    
    Commit: 
https://github.com/apache/kafka/commit/102d35190b31bc630846839e25e8288e94f648af
    GitHub Run: https://github.com/apache/kafka/actions/runs/15065833956
---
 test-catalog/core/tests.yaml    | 2 --
 test-catalog/server/tests.yaml  | 2 ++
 test-catalog/streams/tests.yaml | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index bd794366129..048ce7bcf42 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1032,8 +1032,6 @@ kafka.docker.KafkaDockerWrapperTest:
 - testPrepareToolsLog4jConfigs
 - testPrepareToolsLog4jConfigsWithoutEnvVariable
 - testPrepareToolsLog4jConfigsWithoutMountedFile
-kafka.integration.MinIsrConfigTest:
-- testDefaultKafkaConfig
 kafka.integration.UncleanLeaderElectionTest:
 - testTopicUncleanLeaderElectionEnableWithAlterTopicConfigs
 - testUncleanLeaderElectionDisabled
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 31f5bac46a2..e0a1b5ca889 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -111,6 +111,8 @@ 
org.apache.kafka.server.config.DelegationTokenManagerConfigsTest:
 - testDefaults
 - testInvalidProperty
 - testOverride
+org.apache.kafka.server.config.MinInSyncReplicasConfigTest:
+- testDefaultKafkaConfig
 org.apache.kafka.server.metrics.BrokerServerMetricsTest:
 - testIgnoredStaticVoters
 - testLastAppliedRecordOffset
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 9c2312f4543..befc8501de6 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2734,6 +2734,8 @@ 
org.apache.kafka.streams.processor.internals.StreamThreadTest:
 - shouldTransmitTaskManagerMetrics
 - shouldUpdateLagsAfterPolling
 - shouldUpdateStandbyTask
+- shouldWrapMainConsumerFromClassConfig
+- shouldWrapMainConsumerFromStringConfig
 - testGetTopicPartitionInfo
 - testNamedTopologyWithStreamsProtocol
 - testStreamsProtocolRunOnceWithProcessingThreads

Reply via email to