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 09f3f200bac Update test catalog data for GHA workflow run 14140150823
09f3f200bac is described below
commit 09f3f200baccb44d21518db5ecbc683de5b32589
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 29 02:35:15 2025 +0000
Update test catalog data for GHA workflow run 14140150823
Commit:
https://github.com/apache/kafka/commit/c771116b89bbd9916b4315140a6c5c087c16e354
GitHub Run: https://github.com/apache/kafka/actions/runs/14140150823
---
test-catalog/core/tests.yaml | 2 --
test-catalog/storage/tests.yaml | 3 +++
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 7bb153a970b..b31e1fac048 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -260,8 +260,6 @@ kafka.api.GroupEndToEndAuthorizationTest:
- testProduceConsumeWithPrefixedAcls
- testProduceConsumeWithWildcardAcls
- testTwoConsumersWithDifferentSaslCredentials
-kafka.api.LogAppendTimeTest:
-- testProduceConsume
kafka.api.MetricsTest:
- testMetrics
kafka.api.PlaintextAdminIntegrationTest:
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 7498dfc0047..c086490aa53 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -1,3 +1,6 @@
+org.apache.kafka.server.log.LogAppendTimeTest:
+- testProduceConsumeWithConfigOnBroker
+- testProduceConsumeWithConfigOnTopic
org.apache.kafka.server.log.remote.metadata.storage.ClassLoaderAwareRemoteLogMetadataManagerTest:
- testWithClassLoader
org.apache.kafka.server.log.remote.metadata.storage.ConsumerTaskTest: