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 935a9030d9e Update test catalog data for GHA workflow run 29608308906
935a9030d9e is described below
commit 935a9030d9eecba5c95284be628cc4fa110624ab
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 17 22:37:57 2026 +0000
Update test catalog data for GHA workflow run 29608308906
Commit:
https://github.com/apache/kafka/commit/edc0800b480a5996c969730d889f01cb838d7fbb
GitHub Run: https://github.com/apache/kafka/actions/runs/29608308906
---
test-catalog/streams/tests.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 0cec4a96a03..57d7cabb9c4 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4969,6 +4969,7 @@
org.apache.kafka.streams.state.internals.KeyValueSegmentsTest:
- shouldGetSegmentsWithinTimeRange
- shouldGetSegmentsWithinTimeRangeOutOfOrder
- shouldNotCreateSegmentThatIsAlreadyExpired
+- shouldNotRetainFailedSegmentSoRecoveryStaysRecoverable
- shouldOpenExistingSegments
- shouldRollSegments
- shouldThrowTaskCorruptedExceptionIfSegmentIsInInvalidState
@@ -5107,6 +5108,7 @@
org.apache.kafka.streams.state.internals.LogicalKeyValueSegmentsTest:
- shouldNotCreateReservedSegmentFromRegularMethod
- shouldNotCreateReservedSegmentWithNonNegativeId
- shouldNotCreateSegmentThatIsAlreadyExpired
+- shouldNotRetainFailedSegmentSoRecoveryStaysRecoverable
- shouldThrowTaskCorruptedExceptionIfSegmentIsInInvalidState
org.apache.kafka.streams.state.internals.MaybeTest:
- shouldAnswerIsDefined
@@ -6656,6 +6658,7 @@
org.apache.kafka.streams.state.internals.SessionSegmentsWithHeadersTest:
- shouldGetSegmentNameFromId
- shouldGetSegmentsWithinTimeRange
- shouldNotCreateSegmentThatIsAlreadyExpired
+- shouldNotRetainFailedSegmentSoRecoveryStaysRecoverable
- shouldOpenExistingSegments
- shouldThrowTaskCorruptedExceptionIfSegmentIsInInvalidState
org.apache.kafka.streams.state.internals.SessionStoreBuilderTest:
@@ -7034,6 +7037,7 @@
org.apache.kafka.streams.state.internals.TimestampedSegmentsTest:
- shouldGetSegmentsWithinTimeRange
- shouldGetSegmentsWithinTimeRangeOutOfOrder
- shouldNotCreateSegmentThatIsAlreadyExpired
+- shouldNotRetainFailedSegmentSoRecoveryStaysRecoverable
- shouldOpenExistingSegments
- shouldRollSegments
- shouldThrowTaskCorruptedExceptionIfSegmentIsInInvalidState
@@ -7050,6 +7054,7 @@
org.apache.kafka.streams.state.internals.TimestampedSegmentsWithHeadersTest:
- shouldGetSegmentNameFromId
- shouldGetSegmentsWithinTimeRange
- shouldNotCreateSegmentThatIsAlreadyExpired
+- shouldNotRetainFailedSegmentSoRecoveryStaysRecoverable
- shouldOpenExistingSegments
- shouldThrowTaskCorruptedExceptionIfSegmentIsInInvalidState
org.apache.kafka.streams.state.internals.TimestampedToHeadersWindowStoreAdapterTest: