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 14f2383da4c Update test catalog data for GHA workflow run 14066716088
14f2383da4c is described below
commit 14f2383da4c19172a26f72a623e5b3dfad264134
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 25 20:50:48 2025 +0000
Update test catalog data for GHA workflow run 14066716088
Commit:
https://github.com/apache/kafka/commit/1547204baa2f4cf6ee55b0d7ab1b508a9e6d09e0
GitHub Run: https://github.com/apache/kafka/actions/runs/14066716088
---
test-catalog/clients/clients-integration-tests/tests.yaml | 4 ++++
test-catalog/core/tests.yaml | 2 --
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 87b11c554f9..4e4e2685a5d 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -1,6 +1,10 @@
org.apache.kafka.clients.ClientRebootstrapTest:
- testAdminRebootstrap
- testAdminRebootstrapDisabled
+- testClassicConsumerRebootstrap
+- testClassicConsumerRebootstrapDisabled
+- testConsumerRebootstrap
+- testConsumerRebootstrapDisabled
- testProducerRebootstrap
- testProducerRebootstrapDisabled
org.apache.kafka.clients.admin.AdminFenceProducersTest:
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 94a6b2e79b5..1850a1534f2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -194,8 +194,6 @@ kafka.api.ConsumerBounceTest:
- testConsumptionWithBrokerFailures
- testSeekAndCommitWithBrokerFailures
- testSubscribeWhenTopicUnavailable
-kafka.api.ConsumerRebootstrapTest:
-- testRebootstrap
kafka.api.ConsumerTopicCreationTest:
- testAutoTopicCreation
kafka.api.ConsumerWithLegacyMessageFormatIntegrationTest: