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

commit e6d806240f2146d765103706f1da6dd59590a869
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 15 00:25:00 2025 +0000

    Update test catalog data for GHA workflow run 19376491910
    
    Commit: 
https://github.com/apache/kafka/commit/b58aae288fb794b01fd2fc6a29748eba1d277bd6
    GitHub Run: https://github.com/apache/kafka/actions/runs/19376491910
---
 test-catalog/coordinator-common/tests.yaml | 3 +++
 test-catalog/group-coordinator/tests.yaml  | 1 +
 test-catalog/server-common/tests.yaml      | 2 +-
 test-catalog/share-coordinator/tests.yaml  | 2 ++
 test-catalog/streams/tests.yaml            | 1 +
 5 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index ed48c86c892..a84e4573498 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -43,6 +43,9 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeMetricsImplTest:
 - testThreadIdleSensorMetricsGroupIsolation
 - testUpdateNumPartitionsMetrics
 org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
+- testAdaptiveAppendLingerTime
+- testAdaptiveAppendLingerWithMaxBatchSizeFlush
+- testAdaptiveAppendLingerWithTransactionalWrite
 - testAppendRecordBatchSize
 - testBufferShrinkWhenMaxMessageSizeReducedBelowInitialBufferSize
 - testCancelTimer
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 09dfd3f91fc..3c6d0fd1fdb 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -10,6 +10,7 @@ org.apache.kafka.coordinator.group.GroupConfigTest:
 - testValidShareAutoOffsetResetValues
 - testValidShareIsolationLevelValues
 org.apache.kafka.coordinator.group.GroupCoordinatorConfigTest:
+- testAppendLingerMs
 - testConfigs
 - testConsumerGroupAssignorFullClassNames
 - testConsumerGroupAssignors
diff --git a/test-catalog/server-common/tests.yaml 
b/test-catalog/server-common/tests.yaml
index 40078bd5d2b..949ccce38f7 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -282,7 +282,6 @@ 
org.apache.kafka.server.share.persister.PersisterStateManagerTest:
 - testInitializeStateRequestRetryWithNotCoordinatorSuccessfulOnRetry
 - testInitializeStateRequestWithCoordinatorNodeLookup
 - testInitializeStateRequestWithRetryAndCoordinatorNodeLookup
-- testNetworkErrorHandling
 - testPersisterStateManagerClose
 - testReadStateRequestCoordinatorFoundOnRetry
 - testReadStateRequestCoordinatorFoundSuccessfully
@@ -298,6 +297,7 @@ 
org.apache.kafka.server.share.persister.PersisterStateManagerTest:
 - testReadStateSummaryRequestRetryWithCoordinatorNodeLookup
 - testReadStateSummaryRequestRetryWithNotCoordinatorSuccessfulOnRetry
 - testReadStateSummaryRequestWithCoordinatorNodeLookup
+- testResponseErrorHandling
 - testWriteStateRequestBatchingWithCoordinatorNodeLookup
 - testWriteStateRequestCoordinatorFoundOnRetry
 - testWriteStateRequestCoordinatorFoundSuccessfully
diff --git a/test-catalog/share-coordinator/tests.yaml 
b/test-catalog/share-coordinator/tests.yaml
index d68cb17720a..a99f8d9e0d6 100644
--- a/test-catalog/share-coordinator/tests.yaml
+++ b/test-catalog/share-coordinator/tests.yaml
@@ -3,6 +3,8 @@ 
org.apache.kafka.coordinator.share.PersisterStateBatchCombinerTest:
 - testStateBatchCombineCornerCases
 - testStateBatchCombineDifferentStates
 - testStateBatchCombineSameState
+org.apache.kafka.coordinator.share.ShareCoordinatorConfigTest:
+- testAppendLingerMs
 org.apache.kafka.coordinator.share.ShareCoordinatorOffsetsManagerTest:
 - testUpdateStateAddsToInternalState
 - testUpdateStateComplexCases
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 4233f0146cd..31183b9a09b 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2323,6 +2323,7 @@ 
org.apache.kafka.streams.processor.internals.ProcessorTopologyTest:
 - testPrefixScanPersistentTimestampedStoreNoCachingNoLogging
 - testPrefixScanPersistentTimestampedStoreWithCachingNoLogging
 - testPrefixScanPersistentTimestampedStoreWithCachingWithLogging
+- testTopologyInitializationWithInitialKeyAndValue
 - testTopologyMetadata
 org.apache.kafka.streams.processor.internals.PunctuationQueueTest:
 - testPunctuationInterval

Reply via email to