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 9c4c58e39a7 Update test catalog data for GHA workflow run 22146523032
9c4c58e39a7 is described below

commit 9c4c58e39a706c83f37aed7e2bc73ac5404d08eb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 18 19:15:11 2026 +0000

    Update test catalog data for GHA workflow run 22146523032
    
    Commit: 
https://github.com/apache/kafka/commit/85c6313be0f1c1e666a428d0614dcd71ef0106d2
    GitHub Run: https://github.com/apache/kafka/actions/runs/22146523032
---
 .../clients/clients-integration-tests/tests.yaml     |  5 +++++
 test-catalog/core/tests.yaml                         |  5 -----
 test-catalog/streams/tests.yaml                      | 20 ++++++++++++++++++++
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index b6253d84d3b..c503b2a71bd 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -428,6 +428,11 @@ org.apache.kafka.clients.producer.ProducerIdExpirationTest:
 - testDynamicProducerIdExpirationMs
 - testProducerIdExpirationWithNoTransactions
 - testTransactionAfterTransactionIdExpiresButProducerIdRemains
+org.apache.kafka.clients.producer.ProducerIntegrationTest:
+- testTransactionWithAndWithoutSend
+- testTransactionWithInvalidSendAndEndTxnRequestSent
+- testTransactionWithSendOffset
+- testUniqueProducerIds
 org.apache.kafka.clients.producer.ProducerSendWhileDeletionTest:
 - testSendWhileTopicGetRecreated
 - testSendWithRecreatedTopic
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 5aae85083b9..4ad1d8af737 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -714,11 +714,6 @@ kafka.coordinator.group.CoordinatorPartitionWriterTest:
 - testWriteRecordsWithFailureAndCustomErrorMessage
 - testWriteTransactionMarker
 - testWriteTransactionMarkerWithTVUnknownThrowsException
-kafka.coordinator.transaction.ProducerIntegrationTest:
-- testTransactionWithAndWithoutSend
-- testTransactionWithInvalidSendAndEndTxnRequestSent
-- testTransactionWithSendOffset
-- testUniqueProducerIds
 kafka.coordinator.transaction.TransactionCoordinatorConcurrencyTest:
 - testConcurrentContinuingInitProducerIdRequests
 - testConcurrentGoodPathSequence
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index f479e75a6ab..73f8993e978 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4064,6 +4064,26 @@ 
org.apache.kafka.streams.state.internals.ChangeLoggingTimestampedKeyValueBytesSt
 - shouldWriteKeyValueBytesToInnerStoreOnPut
 - shouldWriteToChangelogOnPutIfAbsentWhenNoPreviousValue
 - shouldWriteToInnerOnPutIfAbsentNoPreviousValue
+org.apache.kafka.streams.state.internals.ChangeLoggingTimestampedKeyValueBytesStoreWithHeadersTest:
+- shouldDelegateInit
+- shouldHandleEmptyHeaders
+- shouldHandleMultipleHeadersInSingleRecord
+- shouldHandleNullValueInPut
+- shouldHandleNullValueInPutIfAbsent
+- shouldLogChangesOnPutAll
+- shouldLogKeyNullOnDelete
+- shouldNotWriteToChangeLogOnPutIfAbsentWhenValueForKeyExists
+- shouldNotWriteToInnerOnPutIfAbsentWhenValueForKeyExists
+- shouldPropagateDelete
+- shouldReturnCurrentValueOnPutIfAbsent
+- shouldReturnNullOnGetWhenDoesntExist
+- shouldReturnNullOnPutIfAbsentWhenNoPreviousValue
+- shouldReturnOldValueOnDelete
+- shouldReturnValueOnGetWhenExists
+- shouldWriteAllKeyValueToInnerStoreOnPutAll
+- shouldWriteKeyValueBytesToInnerStoreOnPut
+- shouldWriteToChangelogOnPutIfAbsentWhenNoPreviousValue
+- shouldWriteToInnerOnPutIfAbsentNoPreviousValue
 
org.apache.kafka.streams.state.internals.ChangeLoggingTimestampedWindowBytesStoreTest:
 - shouldDelegateInit
 - shouldDelegateToUnderlyingStoreWhenFetching

Reply via email to