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 9a4dbf6097c Update test catalog data for GHA workflow run 14021178174
9a4dbf6097c is described below
commit 9a4dbf6097c64b483344a475e16f1ecde3d7b324
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 23 19:20:48 2025 +0000
Update test catalog data for GHA workflow run 14021178174
Commit:
https://github.com/apache/kafka/commit/fef9aebb1915fec79644fa9ec78191f88ea49877
GitHub Run: https://github.com/apache/kafka/actions/runs/14021178174
---
test-catalog/clients/clients-integration-tests/tests.yaml | 2 ++
test-catalog/core/tests.yaml | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index b37a1a10b08..87b11c554f9 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -1,6 +1,8 @@
org.apache.kafka.clients.ClientRebootstrapTest:
- testAdminRebootstrap
- testAdminRebootstrapDisabled
+- testProducerRebootstrap
+- testProducerRebootstrapDisabled
org.apache.kafka.clients.admin.AdminFenceProducersTest:
- testFenceAfterProducerCommit
- testFenceBeforeProducerCommit
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index fa8362e49e8..199b812728c 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -509,8 +509,6 @@ kafka.api.ProducerIdExpirationTest:
- testDynamicProducerIdExpirationMs
- testProducerIdExpirationWithNoTransactions
- testTransactionAfterTransactionIdExpiresButProducerIdRemains
-kafka.api.ProducerRebootstrapTest:
-- testRebootstrap
kafka.api.ProducerSendWhileDeletionTest:
- testSendWithTopicDeletionMidWay
kafka.api.SaslClientsWithInvalidCredentialsTest: