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 74d11490be2 Update test catalog data for GHA workflow run 18167892066
74d11490be2 is described below

commit 74d11490be2542419cd1ca99a6639d2479ef524a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 1 18:11:06 2025 +0000

    Update test catalog data for GHA workflow run 18167892066
    
    Commit: 
https://github.com/apache/kafka/commit/7426629ba4e5f4e3feb177e3987d54c1c078ff17
    GitHub Run: https://github.com/apache/kafka/actions/runs/18167892066
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 3 +++
 test-catalog/streams/tests.yaml                           | 1 +
 2 files changed, 4 insertions(+)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 1fc5b7ff9b6..25bec770ca2 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -63,6 +63,9 @@ org.apache.kafka.clients.admin.ListOffsetsIntegrationTest:
 - testThreeRecordsInSeparateBatchHavingDifferentCompressionTypeWithServer
 org.apache.kafka.clients.admin.RackAwareAutoTopicCreationTest:
 - testAutoCreateTopic
+org.apache.kafka.clients.admin.ReconfigurableQuorumIntegrationTest:
+- testRemoveAndAddVoterWithInconsistentClusterId
+- testRemoveAndAddVoterWithValidClusterId
 org.apache.kafka.clients.admin.StaticBrokerConfigTest:
 - testInternalConfigsDoNotReturnForCreateTopics
 - testInternalConfigsDoNotReturnForDescribeConfigs
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 03f49c0c2b2..bdebd1b45a4 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2710,6 +2710,7 @@ 
org.apache.kafka.streams.processor.internals.StreamTaskTest:
 - 
shouldWrapKafkaExceptionsWithStreamsExceptionAndAddContextWhenPunctuatingWallClockTimeTime
 - testMetrics
 org.apache.kafka.streams.processor.internals.StreamThreadTest:
+- shouldAlsoPurgeBeforeTheCommitInterval
 - shouldAlsoPurgeWhenNothingGetsCommitted
 - shouldAlwaysUpdateTasksMetadataAfterChangingState
 - shouldCatchHandleCorruptionOnTaskCorruptedExceptionPath

Reply via email to