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 882d13ae869 Update test catalog data for GHA workflow run 18550273634
882d13ae869 is described below
commit 882d13ae8690dd006f6fad8b90fdcff6fc6229ad
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 16 06:48:05 2025 +0000
Update test catalog data for GHA workflow run 18550273634
Commit:
https://github.com/apache/kafka/commit/44481caa6bbb297779cd210e68a689d876f15408
GitHub Run: https://github.com/apache/kafka/actions/runs/18550273634
---
test-catalog/core/tests.yaml | 1 +
test-catalog/streams/integration-tests/tests.yaml | 1 +
test-catalog/streams/tests.yaml | 10 ++++++++++
3 files changed, 12 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index c6b1b3d6c43..a1b7665c64c 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2681,6 +2681,7 @@ kafka.server.ReplicaManagerTest:
- testMaybeAddLogDirFetchers
- testMaybeAddLogDirFetchersPausingCleaning
- testMonitorableReplicaSelector
+- testMultipleRemoteFetchCountInOneFetchRequestWhenBreachingFetchMaxBytes
- testMultipleRemoteFetchesInOneFetchRequest
- testNotCallStopPartitionsForNonTieredTopics
- testOffsetOutOfRangeExceptionWhenFetchMessages
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index cbd990cda83..d0f07e124c8 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -224,6 +224,7 @@
org.apache.kafka.streams.integration.RebalanceProtocolMigrationIntegrationTest:
- shouldMigrateToAndFromStreamsRebalanceProtocol
org.apache.kafka.streams.integration.RegexSourceIntegrationTest:
- shouldAddStateStoreToRegexDefinedSource
+- shouldNotCrashIfPatternMatchesTopicHasNoData
- testMultipleConsumersCanReadFromPartitionedTopic
- testNoMessagesSentExceptionFromOverlappingPatterns
- testRegexMatchesTopicsAWhenCreated
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 1699bd880ab..96b0fc10853 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1815,10 +1815,16 @@
org.apache.kafka.streams.processor.internals.DefaultStateUpdaterTest:
- shouldUpdateStandbyTaskAfterAllActiveStatefulTasksRemoved
org.apache.kafka.streams.processor.internals.DefaultStreamsRebalanceListenerTest:
- testOnAllTasksLost
+- testOnAllTasksLostRecordsMetrics
+- testOnAllTasksLostRecordsMetricsEvenWithException
- testOnAllTasksLostWithException
- testOnTasksAssigned
+- testOnTasksAssignedRecordsMetrics
+- testOnTasksAssignedRecordsMetricsEvenWithException
- testOnTasksAssignedWithException
- testOnTasksRevoked
+- testOnTasksRevokedRecordsMetrics
+- testOnTasksRevokedRecordsMetricsEvenWithException
- testOnTasksRevokedWithException
org.apache.kafka.streams.processor.internals.ForwardingDisabledProcessorContextTest:
- shouldThrowOnForward
@@ -3523,6 +3529,10 @@
org.apache.kafka.streams.processor.internals.metrics.ProcessorNodeMetricsTest:
- shouldGetIdempotentUpdateSkipSensor
- shouldGetProcessAtSourceSensor
- shouldGetSuppressionEmitSensor
+org.apache.kafka.streams.processor.internals.metrics.RebalanceListenerMetricsTest:
+- shouldGetTasksAssignedSensor
+- shouldGetTasksLostSensor
+- shouldGetTasksRevokedSensor
org.apache.kafka.streams.processor.internals.metrics.StreamsMetricsImplTest:
- shouldAddAmountRate
- shouldAddAmountRateAndSum