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 38c128c859b Update test catalog data for GHA workflow run 22400543809
38c128c859b is described below
commit 38c128c859b99a3cb3427bad89e7e6c76584573d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 25 18:34:52 2026 +0000
Update test catalog data for GHA workflow run 22400543809
Commit:
https://github.com/apache/kafka/commit/e0d1d232f878aa890dbd88da7fc41bce293f5853
GitHub Run: https://github.com/apache/kafka/actions/runs/22400543809
---
test-catalog/streams/tests.yaml | 8 ++++++++
test-catalog/tools/tests.yaml | 1 -
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 4cf80d1a22d..4bf23d234ba 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4070,6 +4070,14 @@
org.apache.kafka.streams.state.internals.ChangeLoggingSessionBytesStoreTest:
- shouldLogPuts
- shouldLogPutsWithPosition
- shouldLogRemoves
+org.apache.kafka.streams.state.internals.ChangeLoggingSessionBytesStoreWithHeadersTest:
+- shouldDelegateInit
+- shouldHandleEmptyHeaders
+- shouldHandleMultipleHeadersInSingleRecord
+- shouldHandleNullValueInPut
+- shouldLogPutWithHeaders
+- shouldLogPutWithPosition
+- shouldLogRemoveWithRecordContextHeaders
org.apache.kafka.streams.state.internals.ChangeLoggingTimestampedKeyValueBytesStoreTest:
- shouldDelegateInit
- shouldLogChangesOnPutAll
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 024732d4c9d..641542e1131 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -847,7 +847,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: