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 e1e80c5f937 Update test catalog data for GHA workflow run 28195421085
e1e80c5f937 is described below

commit e1e80c5f9379fe0eed8b8321f33326fbca438785
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 22:38:48 2026 +0000

    Update test catalog data for GHA workflow run 28195421085
    
    Commit: 
https://github.com/apache/kafka/commit/82db250f50452f1a0a99d66918278ba10f6243c4
    GitHub Run: https://github.com/apache/kafka/actions/runs/28195421085
---
 test-catalog/clients/tests.yaml                   | 10 ++++++++
 test-catalog/streams/integration-tests/tests.yaml |  8 -------
 test-catalog/streams/streams-scala/tests.yaml     |  2 ++
 test-catalog/streams/tests.yaml                   | 28 +++++++++++++++++++++++
 test-catalog/tools/tests.yaml                     |  1 -
 5 files changed, 40 insertions(+), 9 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 6a1a37ab559..fc0015a52aa 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2529,6 +2529,12 @@ 
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerT
 - testFencedInstanceIdErrorResponse
 - testFencedMemberOrUnknownMemberIdErrorResponse
 - testGroupAuthorizationFailedErrorResponse
+- testHotWarmupTaskDisabledWhenAcceptableRecoveryLagIsNegative
+- testHotWarmupTaskDisabledWhenEndOffsetMissing
+- testHotWarmupTaskDisabledWhenLagAboveThreshold
+- testHotWarmupTaskDisabledWhenOffsetMissing
+- testHotWarmupTaskDisabledWhenOffsetOrEndOffsetOverflowed
+- testHotWarmupTaskTriggersSendWhenLagAtOrBelowThreshold
 - testKnownFatalErrorResponse
 - testMaximumTimeToWaitPollTimerExpired
 - testMaximumTimeToWaitSelectingMinimumWaitTime
@@ -2559,6 +2565,7 @@ 
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerT
 - testStreamsRebalanceDataHeartbeatIntervalMsUpdatedOnSuccess
 - testStreamsRebalanceDataTopologyPushRequiredNotClearedOnRequiredFalse
 - testStreamsRebalanceDataTopologyPushRequiredSetOnRequiredTrue
+- testTaskOffsetsForAllWarmupsAreReportedWhenAtLeastOneIsHot
 - testTopicAuthorizationFailedErrorResponse
 - testUnsupportedVersionFailureWhileSending
 
org.apache.kafka.clients.consumer.internals.StreamsGroupTopologyDescriptionRequestManagerTest:
@@ -4694,6 +4701,9 @@ org.apache.kafka.common.requests.RequestResponseTest:
 - verifyFetchResponseFullWrites
 org.apache.kafka.common.requests.RequestUtilsTest:
 - testIsFatalException
+org.apache.kafka.common.requests.StreamsGroupHeartbeatRequestTest:
+- testBuildClearsTaskOffsetsForVersion0
+- testBuildKeepsTaskOffsetsForVersion1
 org.apache.kafka.common.requests.StreamsGroupHeartbeatResponseTest:
 - testAcceptableRecoveryLagFieldVersionCompatibility
 - testAcceptableRecoveryLagWithMaxValue
diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 41ed77d6627..575437161d4 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -412,10 +412,6 @@ 
org.apache.kafka.streams.integration.StreamTableJoinTopologyOptimizationIntegrat
 org.apache.kafka.streams.integration.StreamTableJoinWithGraceIntegrationTest:
 - testInnerWithVersionedStore
 - testLeftWithVersionedStore
-org.apache.kafka.streams.integration.StreamToTableJoinScalaIntegrationTestImplicitSerdes:
-- testShouldCountClicksPerRegion
-- testShouldCountClicksPerRegionJava
-- testShouldCountClicksPerRegionWithNamedRepartitionTopic
 
org.apache.kafka.streams.integration.StreamsUncaughtExceptionHandlerIntegrationTest:
 - shouldEmitSameRecordAfterFailover
 - shouldReplaceSingleThread
@@ -497,7 +493,3 @@ 
org.apache.kafka.streams.integration.VersionedKeyValueStoreIntegrationTest:
 - shouldPutGetAndDelete
 - shouldRestore
 - shouldSetChangelogTopicProperties
-org.apache.kafka.streams.integration.WordCountTest:
-- testShouldCountWords
-- testShouldCountWordsJava
-- testShouldCountWordsMaterialized
diff --git a/test-catalog/streams/streams-scala/tests.yaml 
b/test-catalog/streams/streams-scala/tests.yaml
index eca063996a7..f1b877c57d9 100644
--- a/test-catalog/streams/streams-scala/tests.yaml
+++ b/test-catalog/streams/streams-scala/tests.yaml
@@ -1,3 +1,5 @@
+org.apache.kafka.streams.scala.StreamToTableJoinTest:
+- testShouldCountClicksPerRegionWithImplicitSerdes
 org.apache.kafka.streams.scala.TopologyTest:
 - shouldBuildIdenticalTopologyInJavaNScalaAggregate
 - shouldBuildIdenticalTopologyInJavaNScalaCogroup
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 5571f109e22..8c948a948a5 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -5449,6 +5449,13 @@ 
org.apache.kafka.streams.state.internals.RocksDBGenericOptionsToDbOptionsColumnF
 - shouldOverwriteAllOptionsMethods
 
org.apache.kafka.streams.state.internals.RocksDBMigratingSessionStoreWithHeadersTest:
 - prefixScanShouldNotThrowConcurrentModificationException
+- readOnlyCommittedShouldHideStagedPutWhileUncommittedExposesIt
+- readOnlyCommittedShouldNotSeeStagedDelete
+- readOnlyOnNonTransactionalStoreShouldBehaveIdenticallyAcrossLevels
+- readOnlyPrefixScanShouldRespectIsolationLevel
+- readOnlyRangeAndAllShouldRespectIsolationLevel
+- readOnlyReverseRangeAndReverseAllShouldRespectIsolationLevel
+- readOnlyReverseRangeShouldReturnEmptyIteratorWhenFromIsGreaterThanTo
 - 
shouldAddValueProvidersWithStatisticsToInjectedMetricsRecorderWhenRecordingLevelDebug
 - 
shouldAddValueProvidersWithoutStatisticsToInjectedMetricsRecorderWhenRecordingLevelInfo
 - shouldAllowCustomManagedIterators
@@ -5615,6 +5622,13 @@ 
org.apache.kafka.streams.state.internals.RocksDBStoreCloseLeakTest:
 - shouldCloseOffsetsCfOptionsOnStoreClose
 org.apache.kafka.streams.state.internals.RocksDBStoreTest:
 - prefixScanShouldNotThrowConcurrentModificationException
+- readOnlyCommittedShouldHideStagedPutWhileUncommittedExposesIt
+- readOnlyCommittedShouldNotSeeStagedDelete
+- readOnlyOnNonTransactionalStoreShouldBehaveIdenticallyAcrossLevels
+- readOnlyPrefixScanShouldRespectIsolationLevel
+- readOnlyRangeAndAllShouldRespectIsolationLevel
+- readOnlyReverseRangeAndReverseAllShouldRespectIsolationLevel
+- readOnlyReverseRangeShouldReturnEmptyIteratorWhenFromIsGreaterThanTo
 - 
shouldAddValueProvidersWithStatisticsToInjectedMetricsRecorderWhenRecordingLevelDebug
 - 
shouldAddValueProvidersWithoutStatisticsToInjectedMetricsRecorderWhenRecordingLevelInfo
 - shouldAllowCustomManagedIterators
@@ -6100,6 +6114,13 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimestampedSegmentedBytesStoreWi
 - shouldThrowTaskCorruptedExceptionIfSegmentIsInInvalidState
 org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreTest:
 - prefixScanShouldNotThrowConcurrentModificationException
+- readOnlyCommittedShouldHideStagedPutWhileUncommittedExposesIt
+- readOnlyCommittedShouldNotSeeStagedDelete
+- readOnlyOnNonTransactionalStoreShouldBehaveIdenticallyAcrossLevels
+- readOnlyPrefixScanShouldRespectIsolationLevel
+- readOnlyRangeAndAllShouldRespectIsolationLevel
+- readOnlyReverseRangeAndReverseAllShouldRespectIsolationLevel
+- readOnlyReverseRangeShouldReturnEmptyIteratorWhenFromIsGreaterThanTo
 - 
shouldAddValueProvidersWithStatisticsToInjectedMetricsRecorderWhenRecordingLevelDebug
 - 
shouldAddValueProvidersWithoutStatisticsToInjectedMetricsRecorderWhenRecordingLevelInfo
 - shouldAllowCustomManagedIterators
@@ -6185,6 +6206,13 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreTest:
 - testSize
 
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreWithHeadersTest:
 - prefixScanShouldNotThrowConcurrentModificationException
+- readOnlyCommittedShouldHideStagedPutWhileUncommittedExposesIt
+- readOnlyCommittedShouldNotSeeStagedDelete
+- readOnlyOnNonTransactionalStoreShouldBehaveIdenticallyAcrossLevels
+- readOnlyPrefixScanShouldRespectIsolationLevel
+- readOnlyRangeAndAllShouldRespectIsolationLevel
+- readOnlyReverseRangeAndReverseAllShouldRespectIsolationLevel
+- readOnlyReverseRangeShouldReturnEmptyIteratorWhenFromIsGreaterThanTo
 - 
shouldAddValueProvidersWithStatisticsToInjectedMetricsRecorderWhenRecordingLevelDebug
 - 
shouldAddValueProvidersWithoutStatisticsToInjectedMetricsRecorderWhenRecordingLevelInfo
 - shouldAllowCustomManagedIterators
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 2903dcda6f4..c8667e5d6d5 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -867,7 +867,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:

Reply via email to