This is an automated email from the ASF dual-hosted git repository.
github-actions[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 1e3ca025981 Update test catalog data for GHA workflow run 24604802211
1e3ca025981 is described below
commit 1e3ca025981f87e316a2bfa3cdd0478cdc615f19
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 18 15:36:05 2026 +0000
Update test catalog data for GHA workflow run 24604802211
Commit:
https://github.com/apache/kafka/commit/a09f7eda3f33693a92c0fe9b9faf845abfbffb5d
GitHub Run: https://github.com/apache/kafka/actions/runs/24604802211
---
test-catalog/clients/clients-integration-tests/tests.yaml | 1 -
test-catalog/streams/integration-tests/tests.yaml | 2 ++
test-catalog/tools/tests.yaml | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 85161187cd3..a43f5a40e1f 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -44,7 +44,6 @@ org.apache.kafka.clients.admin.AutoTopicCreationTest:
- testAutoCreateTopicWithMixedConfig
org.apache.kafka.clients.admin.ClientTelemetryTest:
- testClientInstanceId
-- testIntervalMsParser
- testMetrics
org.apache.kafka.clients.admin.ConcurrentListOffsetsRequestTest:
- correctlyHandleConcurrentModificationOfPartitionLeaderCache
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index cdd6af80b88..4d3a03d50a6 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -212,6 +212,8 @@
org.apache.kafka.streams.integration.NamedTopologyIntegrationTest:
- shouldRemoveAndReplaceTopologicallyIncompatibleNamedTopology
org.apache.kafka.streams.integration.OptimizedKTableIntegrationTest:
- shouldApplyUpdatesToStandbyStore
+org.apache.kafka.streams.integration.OuterJoinListValueStoreRestorationTest:
+- testOuterJoinRestorationWithMultipleRecords
org.apache.kafka.streams.integration.PapiDslIntegrationTest:
- processorShouldAccessAggregatedKTableStoreAsTimestampedStore
- processorShouldAccessFKJoinedKTableStoreAsTimestampedStore
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 400f8088859..b526e9047eb 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -75,6 +75,7 @@ org.apache.kafka.tools.ConfigCommandIntegrationTest:
- testDynamicBrokerConfigUpdateUsingKraft
- testExitWithNonZeroStatusOnUpdatingUnallowedConfig
- testGroupConfigUpdateUsingKraft
+- testIntervalMsParser
- testNullStatusOnKraftCommandAlterClientMetrics
- testNullStatusOnKraftCommandAlterGroup
- testNullStatusOnKraftCommandAlterUserQuota