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 fa21773bfb8 Update test catalog data for GHA workflow run 11857832803
fa21773bfb8 is described below
commit fa21773bfb8475d34ee3a6ef17249685fe232b81
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 15 17:46:56 2024 +0000
Update test catalog data for GHA workflow run 11857832803
Commit:
https://github.com/apache/kafka/commit/cc20e7847450d7a3bd5af85f821697e17761cc60
GitHub Run: https://github.com/apache/kafka/actions/runs/11857832803
---
test-catalog/clients/tests.yaml | 2 ++
test-catalog/core/tests.yaml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index bef60129191..862167cfacf 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1000,6 +1000,7 @@
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
- testCloseLeavesGroupDespiteInterrupt
- testCloseLeavesGroupDespiteOnPartitionsLostError
- testCloseWithInvalidTopicException
+- testCloseWithTopicAuthorizationException
- testCommitAsyncUserSuppliedCallbackNoException
- testCommitAsyncUserSuppliedCallbackWithException
- testCommitAsyncWithNullCallback
@@ -1064,6 +1065,7 @@
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
- testSuccessfulStartupShutdown
- testUnsubscribeGeneratesUnsubscribeEvent
- testUnsubscribeWithInvalidTopicException
+- testUnsubscribeWithTopicAuthorizationException
- testUnsubscribeWithoutGroupId
- testVerifyApplicationEventOnShutdown
- testWakeupAfterEmptyFetch
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 65bfa9f9215..0b2c18fc2ea 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -390,6 +390,8 @@ kafka.api.EndToEndClusterIdTest:
- testEndToEnd
kafka.api.GroupAuthorizerIntegrationTest:
- testAuthorizedProduceAndConsume
+- testConsumeCloseWithoutGroupPermission
+- testConsumeUnsubscribeWithoutGroupPermission
- testUnauthorizedProduceAndConsume
kafka.api.GroupCoordinatorIntegrationTest:
- testCoordinatorFailoverAfterCompactingPartitionWithConsumerGroupDeleted