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 3d3ddcf4180 Update test catalog data for GHA workflow run 15322499092 3d3ddcf4180 is described below commit 3d3ddcf418005649bc603f34d656ec78ca9ba3e4 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu May 29 14:13:22 2025 +0000 Update test catalog data for GHA workflow run 15322499092 Commit: https://github.com/apache/kafka/commit/aafc1ae27e07cc1891db970871de296836094692 GitHub Run: https://github.com/apache/kafka/actions/runs/15322499092 --- test-catalog/core/tests.yaml | 2 -- test-catalog/server/tests.yaml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index a0beb650bfd..202e8e9b7d6 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -249,8 +249,6 @@ kafka.api.DelegationTokenEndToEndAuthorizationWithOwnerTest: - testProduceConsumeViaSubscribe - testProduceConsumeWithPrefixedAcls - testProduceConsumeWithWildcardAcls -kafka.api.EndToEndClusterIdTest: -- testEndToEnd kafka.api.GroupAuthorizerIntegrationTest: - testAuthorizedProduceAndConsume - testConsumeCloseWithoutGroupPermission diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml index 75c98123b90..0f9f25cf7c1 100644 --- a/test-catalog/server/tests.yaml +++ b/test-catalog/server/tests.yaml @@ -1,3 +1,6 @@ +org.apache.kafka.api.EndToEndClusterIdTest: +- testEndToEndWithClassicProtocol +- testEndToEndWithConsumerProtocol org.apache.kafka.network.RequestConvertToJsonTest: - testAllApiVersionsResponseHandled - testAllRequestTypesHandled