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 035f0378d58 Update test catalog data for GHA workflow run 15401841413 035f0378d58 is described below commit 035f0378d58e4d1d250a17c59b3e6f4bb3b19ed8 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jun 2 23:15:06 2025 +0000 Update test catalog data for GHA workflow run 15401841413 Commit: https://github.com/apache/kafka/commit/c5a78b018677b907630aa96f835ad20a2f2cf2cf GitHub Run: https://github.com/apache/kafka/actions/runs/15401841413 --- test-catalog/clients/clients-integration-tests/tests.yaml | 3 +++ test-catalog/core/tests.yaml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml b/test-catalog/clients/clients-integration-tests/tests.yaml index 871e6087bdb..e12592f1c0c 100644 --- a/test-catalog/clients/clients-integration-tests/tests.yaml +++ b/test-catalog/clients/clients-integration-tests/tests.yaml @@ -7,6 +7,9 @@ org.apache.kafka.clients.ClientRebootstrapTest: - testConsumerRebootstrapDisabled - testProducerRebootstrap - testProducerRebootstrapDisabled +org.apache.kafka.clients.CreateTopicsRequestWithPolicyTest: +- testErrorCreateTopicsRequests +- testValidCreateTopicsRequests org.apache.kafka.clients.MetadataVersionIntegrationTest: - testBasicMetadataVersionUpgrade - testDefaultIsLatestVersion diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index 18b2ac6290b..a6e67f3a160 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -1843,9 +1843,6 @@ kafka.server.CreateTopicsRequestTest: - testErrorCreateTopicsRequests - testInvalidCreateTopicsRequests - testValidCreateTopicsRequests -kafka.server.CreateTopicsRequestWithPolicyTest: -- testErrorCreateTopicsRequests -- testValidCreateTopicsRequests kafka.server.DefaultApiVersionManagerTest: - testApiScope - testControllerApiIntersection