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 d3b9302dc61 Update test catalog data for GHA workflow run 12245315048
d3b9302dc61 is described below
commit d3b9302dc617dba31fb04bae8cd1d1bbd1f7966c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 10 02:47:36 2024 +0000
Update test catalog data for GHA workflow run 12245315048
Commit:
https://github.com/apache/kafka/commit/05fd36a3b766d898c46e4f212490de3525b1e4d5
GitHub Run: https://github.com/apache/kafka/actions/runs/12245315048
---
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 9c92e709d60..86e91b140be 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -18,12 +18,14 @@
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeMetricsImplTest:
- testHistogramMetrics
- testMetricNames
- testPartitionLoadSensorMetrics
+- testRecordEventPurgatoryTimeLimit
- testThreadIdleSensor
- testUpdateNumPartitionsMetrics
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
- testAppendRecordBatchSize
- testCancelTimer
- testClose
+- testCompleteTransactionEventCompletesOnlyOnce
-
testCoordinatorCompleteTransactionEventWriteTimeoutTaskIsCancelledWhenHighWatermarkIsUpdated
- testCoordinatorExecutor
- testHighWatermarkUpdate
@@ -74,6 +76,7 @@
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
- testStateChanges
- testStateMachineIsReloadedWhenOutOfSync
- testTimerScheduleIfAbsent
+- testWriteEventCompletesOnlyOnce
- testWriteEventWriteTimeoutTaskIsCancelledWhenHighWatermarkIsUpdated
- testWriteOpIsNotReleasedWhenStateMachineIsNotCaughtUpAfterLoad
org.apache.kafka.coordinator.common.runtime.EventAccumulatorTest: