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 f6450f249f0 Update test catalog data for GHA workflow run 15556024886 f6450f249f0 is described below commit f6450f249f095ff44ed49e827ba11eb2017d3467 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Jun 10 12:17:02 2025 +0000 Update test catalog data for GHA workflow run 15556024886 Commit: https://github.com/apache/kafka/commit/472c2cfcb4995b05bdad8788bf6dda8c26852d7a GitHub Run: https://github.com/apache/kafka/actions/runs/15556024886 --- test-catalog/core/tests.yaml | 1 + test-catalog/streams/tests.yaml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index 8f777e93528..fd994b35872 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -1458,6 +1458,7 @@ kafka.raft.KafkaMetadataLogTest: - testMaxBatchSize - testRandomRecords - testReadMissingSnapshot +- testSegmentMsConfigIsSetInMetadataLog - testSegmentsLessThanLatestSnapshot - testSnapshotDeletionWithInvalidSnapshotState - testSoftRetentionLimit diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml index 65d2cbfb45e..4ef4f7d2b47 100644 --- a/test-catalog/streams/tests.yaml +++ b/test-catalog/streams/tests.yaml @@ -17,6 +17,7 @@ org.apache.kafka.streams.KafkaStreamsTest: - shouldGetClientSupplierFromConfigForConstructorWithTime - shouldGetQueryMetadataWithSerializerWhenRunningOrRebalancing - shouldInitializeTasksForLocalStateOnStart +- shouldLogWarningIfNonDefaultClientSupplierUsedWithStreamsProtocol - shouldNotAddThreadWhenClosed - shouldNotAddThreadWhenCreated - shouldNotAddThreadWhenError @@ -44,6 +45,7 @@ org.apache.kafka.streams.KafkaStreamsTest: - shouldThrowExceptionSettingStateListenerNotInCreateState - shouldThrowExceptionSettingStreamsUncaughtExceptionHandlerNotInCreateState - shouldThrowExceptionSettingUncaughtExceptionHandlerNotInCreateState +- shouldThrowIfPatternSubscriptionUsedWithStreamsProtocol - shouldThrowNullPointerExceptionSettingStreamsUncaughtExceptionHandlerIfNull - shouldThrowOnCleanupWhilePaused - shouldThrowOnCleanupWhileRunning @@ -248,6 +250,9 @@ org.apache.kafka.streams.StreamsConfigTest: - shouldGetDefaultEnsureExplicitInternalResourceNaming - shouldGetDefaultValueProcessingExceptionHandler - shouldGetEmptyMapIfClientTagsAreNotSet +- shouldLogWarningWhenStandbyReplicasSetWithStreamsProtocol +- shouldLogWarningWhenStreamsProtocolIsUsed +- shouldLogWarningWhenWarmupReplicasSetWithStreamsProtocol - shouldNotEnableAnyOptimizationsWithNoOptimizationConfig - shouldNotLeakInternalDocMembers - shouldNotOverrideUserConfigCommitIntervalMsIfExactlyOnceV2Enabled @@ -330,6 +335,7 @@ org.apache.kafka.streams.StreamsConfigTest: - shouldThrowConfigExceptionWhenMainConsumerMetricsDisabledStreamsMetricsPushEnabled - shouldThrowConfigExceptionWhenOptimizationConfigNotValueInRange - shouldThrowConfigExceptionWhenStoreTypeConfigNotValueInRange +- shouldThrowConfigExceptionWhenStreamsProtocolUsedWithStaticMembership - shouldThrowExceptionIfApplicationIdIsNotSet - shouldThrowExceptionIfBootstrapServersIsNotSet - shouldThrowExceptionIfCommitIntervalMsIsNegative