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 6dc540967c8 Update test catalog data for GHA workflow run 22399309134
6dc540967c8 is described below
commit 6dc540967c85c80c4987c6ee3baa654dc02a25de
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 25 16:06:14 2026 +0000
Update test catalog data for GHA workflow run 22399309134
Commit:
https://github.com/apache/kafka/commit/b603b5306e4d1cc837c709886a35f652a7d337b1
GitHub Run: https://github.com/apache/kafka/actions/runs/22399309134
---
test-catalog/streams/integration-tests/tests.yaml | 22 +++++++++++++---------
test-catalog/streams/tests.yaml | 2 +-
test-catalog/tools/tests.yaml | 1 +
3 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index fc6b9108764..d4e9c05716d 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -66,6 +66,10 @@
org.apache.kafka.streams.integration.GlobalThreadShutDownOrderTest:
- shouldFinishGlobalStoreOperationOnShutDown
org.apache.kafka.streams.integration.HandlingSourceTopicDeletionIntegrationTest:
- shouldThrowErrorAfterSourceTopicDeleted
+org.apache.kafka.streams.integration.HeadersStoreUpgradeIntegrationTest:
+-
shouldMigrateInMemoryTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
+-
shouldMigratePersistentTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
+-
shouldProxyTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
org.apache.kafka.streams.integration.HighAvailabilityTaskAssignorIntegrationTest:
- shouldScaleOutWithWarmupTasksAndInMemoryStores
- shouldScaleOutWithWarmupTasksAndPersistentStores
@@ -286,15 +290,6 @@
org.apache.kafka.streams.integration.StoreQueryIntegrationTest:
- shouldQuerySpecificStalePartitionStoresMultiStreamThreads
- shouldQuerySpecificStalePartitionStoresMultiStreamThreadsNamedTopology
- shouldQueryStoresAfterAddingAndRemovingStreamThread
-org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest:
-- shouldFailDowngradeFromTimestampedToRegularKeyValueStore
-- shouldMigrateInMemoryKeyValueStoreToTimestampedKeyValueStoreUsingPapi
-- shouldMigrateInMemoryWindowStoreToTimestampedWindowStoreUsingPapi
-- shouldMigratePersistentKeyValueStoreToTimestampedKeyValueStoreUsingPapi
-- shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
-- shouldProxyKeyValueStoreToTimestampedKeyValueStoreUsingPapi
-- shouldProxyWindowStoreToTimestampedWindowStoreUsingPapi
-- shouldSuccessfullyDowngradeFromTimestampedToRegularKeyValueStoreAfterCleanup
org.apache.kafka.streams.integration.StreamStreamJoinIntegrationTest:
- testInner
- testInnerRepartitioned
@@ -378,6 +373,15 @@
org.apache.kafka.streams.integration.TimestampedKeyValueStoreWithHeadersTest:
- shouldPutGetAndDelete
- shouldRestore
- shouldSetChangelogTopicProperties
+org.apache.kafka.streams.integration.TimestampedStoreUpgradeIntegrationTest:
+- shouldFailDowngradeFromTimestampedToRegularKeyValueStore
+- shouldMigrateInMemoryKeyValueStoreToTimestampedKeyValueStoreUsingPapi
+- shouldMigrateInMemoryWindowStoreToTimestampedWindowStoreUsingPapi
+- shouldMigratePersistentKeyValueStoreToTimestampedKeyValueStoreUsingPapi
+- shouldMigratePersistentWindowStoreToTimestampedWindowStoreUsingPapi
+- shouldProxyKeyValueStoreToTimestampedKeyValueStoreUsingPapi
+- shouldProxyWindowStoreToTimestampedWindowStoreUsingPapi
+- shouldSuccessfullyDowngradeFromTimestampedToRegularKeyValueStoreAfterCleanup
org.apache.kafka.streams.integration.VersionedKeyValueStoreIntegrationTest:
- shouldAllowCustomIQv2ForCustomStoreImplementations
- shouldManualUpgradeFromNonVersionedNonTimestampedToVersioned
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 7449c95072b..4cf80d1a22d 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4946,6 +4946,7 @@
org.apache.kafka.streams.state.internals.ReadOnlyWindowStoreFacadeTest:
- shouldReturnPlainKeyValuePairsOnSingleKeyFetchInstantParameters
- shouldReturnPlainKeyValuePairsOnSingleKeyFetchLongParameters
org.apache.kafka.streams.state.internals.RecordConvertersTest:
+- shouldAddTimestampAndHeadersToValueOnConversionWhenValueIsNotNull
- shouldAddTimestampToValueOnConversionWhenValueIsNotNull
- shouldPreserveNullValueOnConversion
org.apache.kafka.streams.state.internals.RocksDBGenericOptionsToDbOptionsColumnFamilyOptionsAdapterTest:
@@ -5939,7 +5940,6 @@
org.apache.kafka.streams.state.internals.TimestampedKeyValueStoreBuilderWithHead
- shouldThrowNullPointerIfMetricsScopeIsNull
- shouldThrowNullPointerIfTimeIsNull
- shouldThrowOnGetPositionForHeadersStoreAdapter
-- shouldThrowOnGetPositionForInMemoryStoreMarker
- shouldThrowOnGetPositionForInMemoryStores
- shouldThrowOnGetPositionForNativeHeadersStore
- shouldThrowUsingIQv2ForInMemoryStores
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 641542e1131..024732d4c9d 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -847,6 +847,7 @@
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: