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 9c3b2382859 Update test catalog data for GHA workflow run 22897522362
9c3b2382859 is described below
commit 9c3b238285934fe9227b18298e5bd7de61f58c14
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 15:44:35 2026 +0000
Update test catalog data for GHA workflow run 22897522362
Commit:
https://github.com/apache/kafka/commit/2eacc1cad4d2dd710dd59a9df049c9f4e59f6807
GitHub Run: https://github.com/apache/kafka/actions/runs/22897522362
---
.../clients/clients-integration-tests/tests.yaml | 1 +
test-catalog/core/tests.yaml | 8 +++++
test-catalog/group-coordinator/tests.yaml | 2 ++
test-catalog/streams/integration-tests/tests.yaml | 5 +++
test-catalog/streams/tests.yaml | 40 ++++++++++++++++++++--
5 files changed, 54 insertions(+), 2 deletions(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index afe290e7e29..a972d35cd0a 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -347,6 +347,7 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
- testDescribeShareGroupOffsetsForEmptySharePartition
- testDynamicDeliveryCountLimitDecreaseArchivesRecords
- testDynamicDeliveryCountLimitIncreaseAllowsMoreDeliveries
+- testDynamicPartitionMaxRecordLocks
- testExplicitAcknowledgeCommitSuccess
- testExplicitAcknowledgeOffsetThrowsNotException
- testExplicitAcknowledgeOffsetThrowsParametersError
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 3124d115d51..60d0196de9c 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2221,6 +2221,7 @@ kafka.server.KafkaConfigTest:
- testExplicitAllBindingListenersCannotBeUsedForBroker
- testFromPropsInvalid
- testGroupCoordinatorRebalanceProtocols
+- testGroupCoordinatorRebalanceProtocolsDeprecationWarning
- testIPv4AndIPv6SamePortListeners
- testImplicitAllBindingControllerListenersCanBeAdvertisedForKRaftController
- testImplicitAllBindingListenersCanBeAdvertisedForBroker
@@ -3001,6 +3002,11 @@ kafka.server.share.SharePartitionTest:
- testDeliveryCompleteCountWhenStaleOffsetsAreArchived
- testDynamicDeliveryCountDecreaseCausesArchival
- testDynamicDeliveryCountIncreaseAllowsMoreDeliveries
+- testDynamicPartitionMaxRecordLocksDecrease
+-
testDynamicPartitionMaxRecordLocksDecreaseBelowInFlightAffectsMaxRecordsToAcquire
+- testDynamicPartitionMaxRecordLocksExactBoundary
+- testDynamicPartitionMaxRecordLocksIncrease
+- testDynamicPartitionMaxRecordLocksRemoveGroupConfig
- testFetchAbortedTransactionRecordBatchesForAbortedAndCommittedTransactions
- testFetchAbortedTransactionRecordBatchesForOnlyAbortedTransactions
- testFetchAckTypeMapForBatch
@@ -3042,6 +3048,8 @@ kafka.server.share.SharePartitionTest:
-
testMaxDeliveryCountLimitNotExceededForRecordsSubsetAfterReleaseAcquiredRecords
-
testMaxDeliveryCountLimitNotExceededForRecordsSubsetAfterReleaseAcquiredRecordsSubset
- testMaxDeliveryCountUsesGroupConfigWhenPresent
+- testMaxInFlightRecordsFallsBackToDefaultWhenNoGroupConfig
+- testMaxInFlightRecordsUsesGroupConfigWhenPresent
- testMaybeAcquireAndReleaseFetchLock
- testMaybeInitialize
- testMaybeInitializeAndAcquire
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 22a03c25aff..1d089802c2a 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1048,6 +1048,8 @@
org.apache.kafka.coordinator.group.modern.share.ShareGroupConfigProviderTest:
- testDeliveryCountLimitOrDefaultWithoutGroupConfig
- testIsRenewAcknowledgeDisabledWithGroupConfig
- testIsRenewAcknowledgeEnabledWithoutGroupConfig
+- testPartitionMaxRecordLocksOrDefaultWithGroupConfig
+- testPartitionMaxRecordLocksOrDefaultWithoutGroupConfig
- testRecordLockDurationMsOrDefaultWithGroupConfig
- testRecordLockDurationMsOrDefaultWithoutGroupConfig
org.apache.kafka.coordinator.group.modern.share.ShareGroupConfigTest:
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 235ca1be2df..3e976ee1012 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -73,14 +73,19 @@
org.apache.kafka.streams.integration.GlobalThreadShutDownOrderTest:
org.apache.kafka.streams.integration.HandlingSourceTopicDeletionIntegrationTest:
- shouldThrowErrorAfterSourceTopicDeleted
org.apache.kafka.streams.integration.HeadersStoreUpgradeIntegrationTest:
+-
shouldFailDowngradeFromTimestampedKeyValueStoreWithHeadersToPlainKeyValueStore
-
shouldFailDowngradeFromTimestampedKeyValueStoreWithHeadersToTimestampedKeyValueStore
-
shouldFailDowngradeFromTimestampedWindowStoreWithHeadersToTimestampedWindowStore
+-
shouldMigrateInMemoryPlainKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
-
shouldMigrateInMemoryTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
-
shouldMigrateInMemoryTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
+-
shouldMigratePersistentPlainKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
-
shouldMigratePersistentTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
-
shouldMigratePersistentTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
+- shouldProxyPlainKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
-
shouldProxyTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
- shouldProxyTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
+-
shouldSuccessfullyDowngradeFromTimestampedKeyValueStoreWithHeadersToPlainKeyValueStoreAfterCleanup
-
shouldSuccessfullyDowngradeFromTimestampedKeyValueStoreWithHeadersToTimestampedKeyValueStoreAfterCleanup
- shouldSuccessfullyDowngradeFromTimestampedWindowStoreWithHeadersAfterCleanup
org.apache.kafka.streams.integration.HighAvailabilityTaskAssignorIntegrationTest:
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index a0dea48f29a..044dce20fdd 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3748,8 +3748,12 @@
org.apache.kafka.streams.state.AggregationWithHeadersTest:
- shouldNotCreateWithNullHeaders
- shouldReturnNullForNullAggregation
org.apache.kafka.streams.state.HeadersBytesStoreTest:
+- shouldConvertEmptyPlainValueToHeaderFormat
- shouldConvertEmptyValueToHeaderFormat
- shouldConvertLegacyValueToHeaderFormat
+- shouldConvertPlainValueToHeaderFormatWithTimestamp
+- shouldConvertPlainValueWithCorrectByteOrder
+- shouldReturnNullWhenConvertingNullPlainValue
- shouldReturnNullWhenConvertingNullValue
org.apache.kafka.streams.state.HostInfoTest:
- shouldCreateHostInfo
@@ -4951,6 +4955,32 @@
org.apache.kafka.streams.state.internals.OffsetCheckpointTest:
- shouldThrowIOExceptionWhenWritingToNotExistedFile
- shouldThrowOnInvalidOffsetInWrite
- testReadWrite
+org.apache.kafka.streams.state.internals.PlainToHeadersStoreAdapterTest:
+- shouldCollectExecutionInfoForKeyQuery
+- shouldCollectExecutionInfoForRangeQuery
+- shouldDelegateApproximateNumEntries
+- shouldDelegateGetPosition
+- shouldDelegateIsOpen
+- shouldDelegateName
+- shouldDelegateOtherQueryTypesToUnderlyingStore
+- shouldDeleteAndConvertResult
+- shouldGetAndConvertFromPlainToHeaderFormat
+- shouldHandleFailedKeyQuery
+- shouldHandleKeyQuery
+- shouldHandleKeyQueryWithNullResult
+- shouldHandleRangeQuery
+- shouldPutAllEntries
+- shouldPutIfAbsentAndConvertResult
+- shouldPutRawPlainValueToStore
+- shouldReturnNullWhenStoreReturnsNull
+- shouldReturnTrueForPersistent
+- shouldThrowIfStoreIsNotPersistent
+- shouldThrowIfStoreIsTimestamped
+- shouldWrapAllIterator
+- shouldWrapPrefixScanIterator
+- shouldWrapRangeIterator
+- shouldWrapReverseAllIterator
+- shouldWrapReverseRangeIterator
org.apache.kafka.streams.state.internals.QueryableStoreProviderTest:
- shouldFindGlobalStores
- shouldReturnKVStoreWhenItExists
@@ -5624,12 +5654,13 @@
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreWithHeadersTest:
- shouldCollectExecutionInfoWhenRequested
- shouldDeleteFromStore
- shouldDeleteIfSerializedValueIsNull
-- shouldFailToUpgradeDirectlyFromKeyValueStore
+- shouldFailWhenBothPlainAndTimestampedDataExist
- shouldHandleDeletesAndPutBackOnRestoreAll
- shouldHandleDeletesOnRestoreAll
- shouldHandleToggleOfEnablingBloomFilters
- shouldHandleTombstoneRecords
- shouldMatchPositionAfterPut
+- shouldMigrateFromPlainToHeadersAwareColumnFamily
- shouldMigrateFromTimestampedToHeadersAwareColumnFamily
- shouldNotAllowOpenIteratorsWhenUsingAutoManagedIterators
- shouldNotCollectExecutionInfoWhenNotRequested
@@ -5688,6 +5719,8 @@
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreWithHeadersTest:
- shouldThrowProcessorStateExceptionOnOpeningReadOnlyDir
- shouldThrowProcessorStateExceptionOnPutDeletedDir
- shouldThrowWhenUserProvidesNewBlockBasedTableFormatConfig
+- shouldTransitionFromPlainUpgradeModeToRegularMode
+- shouldUpgradeFromPlainKeyValueStore
- shouldVerifyThatMetricsRecordedFromPropertiesGetMeasurementsFromRocksDB
- shouldVerifyThatMetricsRecordedFromStatisticsGetMeasurementsFromRocksDB
- shouldVerifyThatPropertyBasedMetricsUseValidPropertyName
@@ -6123,7 +6156,7 @@
org.apache.kafka.streams.state.internals.TimestampedKeyValueStoreBuilderWithHead
- shouldThrowNullPointerIfInnerIsNull
- shouldThrowNullPointerIfMetricsScopeIsNull
- shouldThrowNullPointerIfTimeIsNull
-- shouldThrowWhenPlainKeyValueStoreIsProvided
+- shouldWrapPlainKeyValueStoreAsHeadersStore
- shouldWrapTimestampKeyValueStoreAsHeadersStore
org.apache.kafka.streams.state.internals.TimestampedSegmentTest:
- shouldBeEqualIfIdIsEqual
@@ -6197,6 +6230,9 @@
org.apache.kafka.streams.state.internals.TimestampedWindowStoreWithHeadersBuilde
- shouldNotWrapHeadersByteStore
- shouldThrowNullPointerIfInnerIsNull
- shouldWrapTimestampedStoreAsHeadersStore
+org.apache.kafka.streams.state.internals.UtilsTest:
+- shouldExtractRawPlainValue
+- shouldReturnNullForNullRawPlainValue
org.apache.kafka.streams.state.internals.ValueAndTimestampSerializerTest:
- shouldDropSerializedValueIfEqualWithGreaterTimestamp
- shouldKeepSerializedValueIfOutOfOrder