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 12d2b06aaa5 Update test catalog data for GHA workflow run 25929279976
12d2b06aaa5 is described below
commit 12d2b06aaa587c2aeaa341d453fea10acf1092ac
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 15 19:54:07 2026 +0000
Update test catalog data for GHA workflow run 25929279976
Commit:
https://github.com/apache/kafka/commit/99611aa06f13f8ef36619e3f02d30aca3dcc2894
GitHub Run: https://github.com/apache/kafka/actions/runs/25929279976
---
test-catalog/streams/tests.yaml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index c498d446ef0..ddfb5025be9 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -232,8 +232,10 @@ org.apache.kafka.streams.StreamsConfigTest:
- shouldAcceptAtLeastOnce
- shouldAcceptBuiltInMetricsLatestVersion
- shouldAcceptDslStoreFormatCaseInsensitively
+- shouldAcceptInteractiveQueryIsolationLevelCaseInsensitively
- shouldAcceptValidDslStoreFormatDefault
- shouldAcceptValidDslStoreFormatHeaders
+- shouldAcceptValidInteractiveQueryIsolationLevels
- shouldAllowConfiguringProcessorWrapperWithClass
- shouldAllowConfiguringProcessorWrapperWithClassName
- shouldAllowMultipleOptimizations
@@ -336,6 +338,7 @@ org.apache.kafka.streams.StreamsConfigTest:
-
shouldThrowConfigExceptionConsumerMetricsEnabledButMainConsumerAndAdminMetricsDisabled
-
shouldThrowConfigExceptionConsumerMetricsEnabledButMainConsumerMetricsDisabled
- shouldThrowConfigExceptionForInvalidDslStoreFormat
+- shouldThrowConfigExceptionForInvalidInteractiveQueryIsolationLevel
- shouldThrowConfigExceptionIfAcceptableRecoveryLagIsOutsideBounds
-
shouldThrowConfigExceptionIfMaxInFlightRequestsPerConnectionIsInvalidStringIfEosV2Enabled
- shouldThrowConfigExceptionIfMaxWarmupReplicasIsOutsideBounds
@@ -371,6 +374,7 @@ org.apache.kafka.streams.StreamsConfigTest:
- shouldThrowStreamsExceptionIfValueSerdeConfigFails
- shouldUseCacheMaxBytesBufferingConfigWhenOnlyDeprecatedConfigIsSet
- shouldUseCorrectDefaultsWhenNoneSpecified
+- shouldUseDefaultInteractiveQueryIsolationLevelWhenNotSpecified
- shouldUseDefaultStateStoreCacheMaxBytesConfigWhenNoConfigIsSet
- shouldUseDefaultStoreFormatWhenNotSpecified
- shouldUseNewConfigsWhenPresent
@@ -4253,6 +4257,10 @@
org.apache.kafka.streams.state.internals.ChangeLoggingWindowBytesStoreTest:
- shouldLogPutsWithPosition
- shouldRetainDuplicatesWhenSet
org.apache.kafka.streams.state.internals.CompositeReadOnlyKeyValueStoreTest:
+- readOnlyOverrideShouldBeatProviderDefault
+- readOnlyShouldPropagateLevelToUnderlyingStore
+- readOnlyShouldRejectNullLevel
+- readOnlyShouldReturnNewInstanceWithOverride
- shouldFindValueForKeyWhenMultiStores
- shouldGetApproximateEntriesAcrossAllStores
- shouldNotGetValuesFromOtherStores
@@ -4292,6 +4300,10 @@
org.apache.kafka.streams.state.internals.CompositeReadOnlyKeyValueStoreTest:
- shouldThrowUnsupportedOperationExceptionWhileRemove
- shouldThrowUnsupportedOperationExceptionWhileReverseRange
org.apache.kafka.streams.state.internals.CompositeReadOnlySessionStoreTest:
+- readOnlyOverrideShouldBeatProviderDefault
+- readOnlyShouldPropagateLevelToUnderlyingStore
+- readOnlyShouldRejectNullLevel
+- readOnlyShouldReturnNewInstanceWithOverride
- shouldFetchKeyRangeAcrossStores
- shouldFetchKeyRangeAcrossStoresWithNullKeyFrom
- shouldFetchKeyRangeAcrossStoresWithNullKeyFromKeyTo
@@ -4311,6 +4323,10 @@
org.apache.kafka.streams.state.internals.CompositeReadOnlyWindowStoreTest:
- emptyIteratorAlwaysReturnsFalse
- emptyIteratorNextShouldThrowNoSuchElementException
- emptyIteratorPeekNextKeyShouldThrowNoSuchElementException
+- readOnlyOverrideShouldBeatProviderDefault
+- readOnlyShouldPropagateLevelToUnderlyingStore
+- readOnlyShouldRejectNullLevel
+- readOnlyShouldReturnNewInstanceWithOverride
- shouldBackwardFetchAllAcrossStores
- shouldBackwardFetchKeyRangeAcrossStores
- shouldBackwardFetchKeyRangeAcrossStoresWithNullKeyFrom
@@ -5205,6 +5221,7 @@
org.apache.kafka.streams.state.internals.PlainToHeadersWindowStoreAdapterTest:
- shouldNotCollectExecutionInfoWhenNotRequested
org.apache.kafka.streams.state.internals.QueryableStoreProviderTest:
- shouldFindGlobalStores
+- shouldResolveDefaultIsolationLevelAtQueryTime
- shouldReturnKVStoreWhenItExists
- shouldReturnKVStoreWithPartitionWhenItExists
- shouldReturnWindowStoreWhenItExists
@@ -6252,6 +6269,11 @@
org.apache.kafka.streams.state.internals.SessionToHeadersStoreAdapterTest:
- shouldWrapFindSessionsIterator
- shouldWrapFindSessionsWithKeyRangeIterator
org.apache.kafka.streams.state.internals.StoreQueryUtilsTest:
+- shouldPassIsolationLevelToReadOnlyForKeyQuery
+- shouldPassIsolationLevelToReadOnlyForRangeQuery
+- shouldPassIsolationLevelToReadOnlyForSessionWindowRangeQuery
+- shouldPassIsolationLevelToReadOnlyForWindowKeyQuery
+- shouldPassIsolationLevelToReadOnlyForWindowRangeQuery
- shouldReturnErrorOnBoundViolation
- shouldReturnErrorOnNullContext
org.apache.kafka.streams.state.internals.StoreSerdeInitializerTest:
@@ -6692,8 +6714,10 @@
org.apache.kafka.streams.state.internals.WindowStoreBuilderTest:
org.apache.kafka.streams.state.internals.WindowStoreFetchTest:
- testStoreConfig
org.apache.kafka.streams.state.internals.WrappingStoreProviderTest:
+- shouldDefaultToReadUncommittedWhenIsolationLevelNotSpecified
- shouldFindKeyValueStores
- shouldFindWindowStores
+- shouldPropagateConfiguredDefaultIsolationLevel
- shouldReturnAllStoreWhenQueryWithoutPartition
- shouldReturnSingleStoreWhenQueryWithPartition
- shouldThrowInvalidStoreExceptionIfNoPartitionFound