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

commit f1532d77c0f7748318b435daf8cb43173d8830ff
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 16 11:32:39 2025 +0000

    Update test catalog data for GHA workflow run 18556264161
    
    Commit: 
https://github.com/apache/kafka/commit/388739f5d847d7a16e389d9891f806547f023476
    GitHub Run: https://github.com/apache/kafka/actions/runs/18556264161
---
 test-catalog/coordinator-common/tests.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index 5d49b87e8e1..5e0cff6a926 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -46,6 +46,7 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testCancelTimer
 - testClose
 - testCompleteTransactionEventCompletesOnlyOnce
+- testCompressibleRecordTriggersFlushAndSucceeds
 - 
testCoordinatorCompleteTransactionEventWriteTimeoutTaskIsCancelledWhenHighWatermarkIsUpdated
 - testCoordinatorDoNotRetainBufferLargeThanMaxMessageSize
 - testCoordinatorExecutor
@@ -53,6 +54,8 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testEmptyBatch
 - testHighWatermarkUpdate
 - testHighWatermarkUpdateWithDeferredEventExceptions
+- testLargeCompressibleRecordTriggersFlushAndSucceeds
+- testLargeUncompressibleRecordTriggersFlushAndFails
 - testNonRetryableTimer
 - testOnNewMetadataImage
 - testPartitionLoadGeneratesSnapshotAtHighWatermark

Reply via email to