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 f3b22b257e0 Update test catalog data for GHA workflow run 17984057602 f3b22b257e0 is described below commit f3b22b257e0555a42b1b866c37679a1b6c03f082 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Sep 24 20:10:14 2025 +0000 Update test catalog data for GHA workflow run 17984057602 Commit: https://github.com/apache/kafka/commit/ac63ce9789a7d7d283958ed6f01af996fcd85159 GitHub Run: https://github.com/apache/kafka/actions/runs/17984057602 --- test-catalog/server-common/tests.yaml | 1 + test-catalog/tools/tests.yaml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/test-catalog/server-common/tests.yaml b/test-catalog/server-common/tests.yaml index 90aeb3d2dc4..eb3c02800a4 100644 --- a/test-catalog/server-common/tests.yaml +++ b/test-catalog/server-common/tests.yaml @@ -66,6 +66,7 @@ org.apache.kafka.server.common.MetadataVersionTest: - testIsElrSupported - testListOffsetsValueVersion - testMetadataChanged +- testMetadataVersionsToString - testPartitionChangeRecordVersion - testPartitionRecordVersion - testPrevious diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml index f3f0282e6be..593952c0938 100644 --- a/test-catalog/tools/tests.yaml +++ b/test-catalog/tools/tests.yaml @@ -243,7 +243,6 @@ org.apache.kafka.tools.FeatureCommandTest: - testIncompatibleUpgradeFlags - testInvalidReleaseVersion - testLevelToString -- testMetadataVersionsToString - testParseNameAndLevel - testUpgradeMetadataVersionWithKraft - testUpgradeWithReleaseVersion @@ -632,10 +631,13 @@ org.apache.kafka.tools.consumer.ConsoleConsumerOptionsTest: - shouldParseValidConsumerValidConfig - shouldParseValidSimpleConsumerValidConfigWithNumericOffset - shouldParseValidSimpleConsumerValidConfigWithStringOffset +- shouldParseValidSimpleConsumerValidConfigWithStringOffsetDeprecated - testClientIdOverrideDeprecated - testClientIdOverrideUsingCommandProperty - testCustomConfigShouldBePassedToConfigureMethod +- testCustomConfigShouldBePassedToConfigureMethodDeprecated - testCustomPropertyShouldBePassedToConfigureMethod +- testCustomPropertyShouldBePassedToConfigureMethodDeprecated - testDefaultClientId - testParseFormatter - testParseOffset @@ -665,7 +667,9 @@ org.apache.kafka.tools.consumer.ConsoleShareConsumerOptionsTest: - testClientIdOverride - testClientIdOverrideDeprecated - testCustomConfigShouldBePassedToConfigureMethod +- testCustomConfigShouldBePassedToConfigureMethodDeprecated - testCustomPropertyShouldBePassedToConfigureMethod +- testCustomPropertyShouldBePassedToConfigureMethodDeprecated - testDefaultClientId - testRejectAndReleaseOption - testRejectOption