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 be173dab53f Update test catalog data for GHA workflow run 13797696374
be173dab53f is described below

commit be173dab53fd89836306d9e60132f09f26fc5011
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 12 01:06:11 2025 +0000

    Update test catalog data for GHA workflow run 13797696374
    
    Commit: 
https://github.com/apache/kafka/commit/a383a954c8d0144f8344291ab360d02578353c0a
    GitHub Run: https://github.com/apache/kafka/actions/runs/13797696374
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 4 ++++
 test-catalog/core/tests.yaml                              | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
new file mode 100644
index 00000000000..17f477c62cc
--- /dev/null
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -0,0 +1,4 @@
+org.apache.kafka.clients.admin.AdminFenceProducersTest:
+- testFenceAfterProducerCommit
+- testFenceBeforeProducerCommit
+- testFenceProducerTimeoutMs
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 43ea2cc9646..6f3d811c56f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -33,10 +33,6 @@ kafka.admin.AddPartitionsTest:
 - testReplicaPlacementAllServers
 - testReplicaPlacementPartialServers
 - testWrongReplicaCount
-kafka.admin.AdminFenceProducersTest:
-- testFenceAfterProducerCommit
-- testFenceBeforeProducerCommit
-- testFenceProducerTimeoutMs
 kafka.admin.ClientTelemetryTest:
 - testClientInstanceId
 - testIntervalMsParser

Reply via email to