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

commit dfd95927706ab76138b7e037541d291599b07020
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 18 18:22:14 2025 +0000

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

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index 2cd191b3f5b..f97aaedfaf3 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -119,6 +119,13 @@ 
org.apache.kafka.coordinator.common.runtime.HdrHistogramTest:
 - testLatestHistogramRace
 - testMax
 - testRecordLimit
+org.apache.kafka.coordinator.common.runtime.KRaftCoordinatorMetadataDeltaTest:
+- testEqualsAndHashcode
+- testKRaftCoordinatorDelta
+- testKRaftCoordinatorDeltaWithNulls
+org.apache.kafka.coordinator.common.runtime.KRaftCoordinatorMetadataImageTest:
+- testEqualsAndHashcode
+- testKRaftCoordinatorMetadataImage
 org.apache.kafka.coordinator.common.runtime.KafkaMetricHistogramTest:
 - testStats
 org.apache.kafka.coordinator.common.runtime.MultiThreadedEventProcessorTest:
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 31a0a7bbc96..8a6b4f38193 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3198,6 +3198,7 @@ kafka.tools.StorageToolTest:
 - testFormatWithStandaloneFlag
 - testFormatWithStandaloneFlagAndInitialControllersFlagFails
 - testFormatWithStandaloneFlagOnBrokerFails
+- testFormatWithUnsupportedReleaseVersion
 - testFormatWithoutStaticQuorumFailsWithoutInitialControllersOnController
 - testFormatWithoutStaticQuorumSucceedsWithoutInitialControllersOnBroker
 - testHandleFeatureDependenciesForFeatureWithNoDependencies

Reply via email to