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 1077afd0af9 Update test catalog data for GHA workflow run 16353486478
1077afd0af9 is described below

commit 1077afd0af94d8b99214649097aaef3a6db199ed
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 17 22:28:23 2025 +0000

    Update test catalog data for GHA workflow run 16353486478
    
    Commit: 
https://github.com/apache/kafka/commit/9412051dc6b8ff5ef009391fdc8e7ce68802240a
    GitHub Run: https://github.com/apache/kafka/actions/runs/16353486478
---
 test-catalog/coordinator-common/tests.yaml | 13 +++++++++++++
 test-catalog/core/tests.yaml               | 13 -------------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index 09789cdc9f1..2cd191b3f5b 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -4,6 +4,19 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorExecutorImplTest:
 - testTaskFailedLifecycle
 - testTaskSchedulingWriteOperationFailed
 - testTaskSuccessfulLifecycle
+org.apache.kafka.coordinator.common.runtime.CoordinatorLoaderImplTest:
+- testDeserializationErrorFailsTheLoading
+- testLoadGroupAndOffsetsWithCorruptedLog
+- testLoadSummary
+- testLoading
+- testLoadingIsRejectedWhenClosed
+- testLoadingStoppedWhenClosed
+- testNonexistentPartition
+- testPartitionGoesOfflineDuringLoad
+- testUnknownRecordTypeAreIgnored
+- testUpdateLastWrittenOffsetAndUpdateLastCommittedOffsetNoRecordsRead
+- testUpdateLastWrittenOffsetOnBatchLoaded
+- testUpdateLastWrittenOffsetOnBatchLoadedWhileHighWatermarkAhead
 org.apache.kafka.coordinator.common.runtime.CoordinatorRecordTest:
 - testAttributes
 - testEquals
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 626a2a7d10a..f21c26cf1c3 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -676,19 +676,6 @@ kafka.cluster.PartitionTest:
 - testUpdateFollowerFetchState
 - testUseCheckpointToInitializeHighWatermark
 - tryCompleteDelayedRequestsCatchesExceptions
-kafka.coordinator.group.CoordinatorLoaderImplTest:
-- testDeserializationErrorFailsTheLoading
-- testLoadGroupAndOffsetsWithCorruptedLog
-- testLoadSummary
-- testLoading
-- testLoadingIsRejectedWhenClosed
-- testLoadingStoppedWhenClosed
-- testNonexistentPartition
-- testPartitionGoesOfflineDuringLoad
-- testUnknownRecordTypeAreIgnored
-- testUpdateLastWrittenOffsetAndUpdateLastCommittedOffsetNoRecordsRead
-- testUpdateLastWrittenOffsetOnBatchLoaded
-- testUpdateLastWrittenOffsetOnBatchLoadedWhileHighWatermarkAhead
 kafka.coordinator.group.CoordinatorPartitionWriterTest:
 - testConfig
 - testDeleteRecordsResponseContainsError

Reply via email to