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 627cffca122 Update test catalog data for GHA workflow run 14841008931
627cffca122 is described below
commit 627cffca12268f3afe6b3f686812b698470af68a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 5 18:35:26 2025 +0000
Update test catalog data for GHA workflow run 14841008931
Commit:
https://github.com/apache/kafka/commit/19530738c4a0e1f2bbe6267d4fe516886e118682
GitHub Run: https://github.com/apache/kafka/actions/runs/14841008931
---
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
index 6ad233fb354..71ae4195eb4 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -7,6 +7,10 @@ org.apache.kafka.clients.ClientRebootstrapTest:
- testConsumerRebootstrapDisabled
- testProducerRebootstrap
- testProducerRebootstrapDisabled
+org.apache.kafka.clients.MetadataVersionIntegrationTest:
+- testBasicMetadataVersionUpgrade
+- testDefaultIsLatestVersion
+- testUpgradeSameVersion
org.apache.kafka.clients.TransactionsExpirationTest:
- testFatalErrorAfterInvalidProducerIdMappingWithTV1
- testFatalErrorAfterInvalidProducerIdMappingWithTV2
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index abafe1802d4..f8f3dbf466b 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2600,10 +2600,6 @@ kafka.server.MetadataRequestTest:
kafka.server.MetadataVersionConfigValidatorTest:
- testInvokesFaultHandlerOnException
- testValidatesConfigOnMetadataChange
-kafka.server.MetadataVersionIntegrationTest:
-- testBasicMetadataVersionUpgrade
-- testDefaultIsLatestVersion
-- testUpgradeSameVersion
kafka.server.MultipleListenersWithAdditionalJaasContextTest:
- testProduceConsume
kafka.server.MultipleListenersWithDefaultJaasContextTest: