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 43e04211cbb Update test catalog data for GHA workflow run 11917398758
43e04211cbb is described below

commit 43e04211cbbcda0c2495d6ab416cba0b72bd006d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 19 19:38:56 2024 +0000

    Update test catalog data for GHA workflow run 11917398758
    
    Commit: 
https://github.com/apache/kafka/commit/b5158aa3ad90a844a7488addd2987a6acec61585
    GitHub Run: https://github.com/apache/kafka/actions/runs/11917398758
---
 test-catalog/coordinator-common/tests.yaml | 7 +++++++
 test-catalog/core/tests.yaml               | 1 +
 test-catalog/tools/tests.yaml              | 2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index efcb8d4fad1..9c92e709d60 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -1,3 +1,9 @@
+org.apache.kafka.coordinator.common.runtime.CoordinatorExecutorImplTest:
+- testTaskCancelledAfterBeingExecutedButBeforeWriteOperationIsExecuted
+- testTaskCancelledBeforeBeingExecuted
+- testTaskFailedLifecycle
+- testTaskSchedulingWriteOperationFailed
+- testTaskSuccessfulLifecycle
 org.apache.kafka.coordinator.common.runtime.CoordinatorRecordTest:
 - testAttributes
 - testEquals
@@ -19,6 +25,7 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testCancelTimer
 - testClose
 - 
testCoordinatorCompleteTransactionEventWriteTimeoutTaskIsCancelledWhenHighWatermarkIsUpdated
+- testCoordinatorExecutor
 - testHighWatermarkUpdate
 - testNonRetryableTimer
 - testOnNewMetadataImage
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 884e3dfc24c..1970215bf21 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -429,6 +429,7 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testClose
 - testConsumeAfterDeleteRecords
 - testConsumerGroups
+- testConsumerGroupsDeprecatedConsumerGroupState
 - testCreateDeleteTopics
 - testCreateExistingTopicsThrowTopicExistsException
 - testCreatePartitionWithOptionRetryOnQuotaViolation
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 00a6d08036e..fd3784aac1b 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -587,11 +587,11 @@ 
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
 org.apache.kafka.tools.consumer.group.ShareGroupCommandTest:
 - testDescribeShareGroups
 - testDescribeShareGroupsGetOffsets
+- testGroupStatesFromString
 - testListShareGroups
 - testListShareGroupsWithStates
 - testListWithUnrecognizedOption
 - testPrintEmptyGroupState
-- testShareGroupStatesFromString
 
org.apache.kafka.tools.consumer.group.share.ShareGroupStateMessageFormatterTest:
 - testShareGroupStateMessageFormatter
 - testShareGroupStateMessageFormatterException

Reply via email to