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 1a8b9e5ad0a Update test catalog data for GHA workflow run 28469195889
1a8b9e5ad0a is described below
commit 1a8b9e5ad0a9b60e6c79762139886963f0661dac
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 30 23:03:12 2026 +0000
Update test catalog data for GHA workflow run 28469195889
Commit:
https://github.com/apache/kafka/commit/2a0efd08b984738cc054e916e193521d5a57ede2
GitHub Run: https://github.com/apache/kafka/actions/runs/28469195889
---
test-catalog/streams/integration-tests/tests.yaml | 2 ++
test-catalog/streams/tests.yaml | 8 ++++++++
2 files changed, 10 insertions(+)
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 575437161d4..4972b91892d 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -144,6 +144,8 @@
org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest:
- shouldReduceWindowed
org.apache.kafka.streams.integration.KStreamKStreamIntegrationTest:
- shouldOuterJoin
+org.apache.kafka.streams.integration.KStreamKStreamOuterJoinTransactionalStoreIntegrationTest:
+- shouldEmitOuterRecordWithTransactionalStateStores
org.apache.kafka.streams.integration.KStreamRepartitionIntegrationTest:
- shouldCreateOnlyOneRepartitionTopicWhenRepartitionIsFollowedByGroupByKey
- shouldCreateRepartitionTopicIfKeyChangingOperationWasNotPerformed
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index b1fee92234b..f6ad202563c 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1714,6 +1714,10 @@
org.apache.kafka.streams.processor.UsePartitionTimeOnInvalidTimestampTest:
- usePartitionTimeOnInvalidTimestamp
org.apache.kafka.streams.processor.WallclockTimestampExtractorTest:
- extractSystemTimestamp
+org.apache.kafka.streams.processor.api.ReadOnlyRecordTest:
+- readOnlyAccessorsShouldTolerateNullKeyAndValue
+- readOnlyHeadersShouldBeNonNullAndEmptyWhenConstructedWithoutHeaders
+- recordShouldBeAssignableToReadOnlyRecordAndExposeSameAccessors
org.apache.kafka.streams.processor.internals.AbstractProcessorContextTest:
- appConfigsShouldReturnParsedValues
- appConfigsShouldReturnUnrecognizedValues
@@ -5517,6 +5521,7 @@
org.apache.kafka.streams.state.internals.RocksDBMigratingSessionStoreWithHeaders
- commitShouldMergePendingIntoCommittedPosition
- committedPositionShouldExcludeStagedWritesUntilCommit
- nonTransactionalStoreShouldUpdateCommittedPositionDirectly
+- offsetColumnFamilyWritesShouldNotLeakIntoDataIteration
- prefixScanShouldNotThrowConcurrentModificationException
- readOnlyCommittedShouldHideStagedPutWhileUncommittedExposesIt
- readOnlyCommittedShouldNotSeeStagedDelete
@@ -5695,6 +5700,7 @@ org.apache.kafka.streams.state.internals.RocksDBStoreTest:
- commitShouldMergePendingIntoCommittedPosition
- committedPositionShouldExcludeStagedWritesUntilCommit
- nonTransactionalStoreShouldUpdateCommittedPositionDirectly
+- offsetColumnFamilyWritesShouldNotLeakIntoDataIteration
- prefixScanShouldNotThrowConcurrentModificationException
- readOnlyCommittedShouldHideStagedPutWhileUncommittedExposesIt
- readOnlyCommittedShouldNotSeeStagedDelete
@@ -6192,6 +6198,7 @@
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreTest:
- commitShouldMergePendingIntoCommittedPosition
- committedPositionShouldExcludeStagedWritesUntilCommit
- nonTransactionalStoreShouldUpdateCommittedPositionDirectly
+- offsetColumnFamilyWritesShouldNotLeakIntoDataIteration
- prefixScanShouldNotThrowConcurrentModificationException
- readOnlyCommittedShouldHideStagedPutWhileUncommittedExposesIt
- readOnlyCommittedShouldNotSeeStagedDelete
@@ -6289,6 +6296,7 @@
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreWithHeadersTest:
- commitShouldMergePendingIntoCommittedPosition
- committedPositionShouldExcludeStagedWritesUntilCommit
- nonTransactionalStoreShouldUpdateCommittedPositionDirectly
+- offsetColumnFamilyWritesShouldNotLeakIntoDataIteration
- prefixScanShouldNotThrowConcurrentModificationException
- readOnlyCommittedShouldHideStagedPutWhileUncommittedExposesIt
- readOnlyCommittedShouldNotSeeStagedDelete