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 45caa914305 Update test catalog data for GHA workflow run 22184226843
45caa914305 is described below
commit 45caa914305e2e4b5c65c9829fc428b2ea9a9a11
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 19 16:04:43 2026 +0000
Update test catalog data for GHA workflow run 22184226843
Commit:
https://github.com/apache/kafka/commit/e31ae3ebfc1ff7c25b9059923560c6ce39cf39ae
GitHub Run: https://github.com/apache/kafka/actions/runs/22184226843
---
test-catalog/streams/tests.yaml | 2 ++
test-catalog/tools/tests.yaml | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index bec770a79c7..c8aae8effc3 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1769,6 +1769,7 @@
org.apache.kafka.streams.processor.internals.DefaultStateUpdaterTest:
- shouldNotResumeStandbyTaskInFailedTasks
- shouldNotSwitchTwiceToUpdatingStandbyTaskIfStandbyTaskIsRemoved
- shouldNotTransitToStandbyAgainAfterStandbyTaskFailed
+- shouldPassSuspendReasonToChangelogReaderOnRemove
- shouldPauseActiveStatefulTask
- shouldPauseActiveTaskAndTransitToUpdateStandby
- shouldPauseStandbyTask
@@ -2605,6 +2606,7 @@
org.apache.kafka.streams.processor.internals.StoreChangelogReaderTest:
- shouldNotThrowOnUnknownRevokedPartition
- shouldNotUpdateLimitForNonSourceStandbyChangelog
- shouldOnlyRestoreStandbyChangelogInUpdateStandbyState
+- shouldPassSuspendReasonToStandbyListener
- shouldPollWithRightTimeout
- shouldRequestCommittedOffsetsAndHandleTimeoutException
- shouldRequestEndOffsetsAndHandleTimeoutException
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 024732d4c9d..641542e1131 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -847,7 +847,6 @@
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest:
- testResetOffsetsWithPartitionNotExist
- testResetWithUnrecognizedNewConsumerOption
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
-- initializationError
- testConsumerGroupServiceWithAuthenticationFailure
- testConsumerGroupServiceWithAuthenticationSuccess
org.apache.kafka.tools.consumer.group.ShareGroupCommandTest: