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 6f6a05f7c01 Update test catalog data for GHA workflow run 16221639169
6f6a05f7c01 is described below

commit 6f6a05f7c01f94f2b591a967bad12c9b45d999c8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 11 16:14:06 2025 +0000

    Update test catalog data for GHA workflow run 16221639169
    
    Commit: 
https://github.com/apache/kafka/commit/c058c134d232d9eb75b00dfd900c0662d99b2de7
    GitHub Run: https://github.com/apache/kafka/actions/runs/16221639169
---
 test-catalog/clients/tests.yaml | 1 +
 test-catalog/core/tests.yaml    | 3 ---
 test-catalog/storage/tests.yaml | 3 +++
 test-catalog/streams/tests.yaml | 2 ++
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 5bc2b4ac6d2..84ad16b3e40 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2169,6 +2169,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testPendingCommitAsyncBeforeCommitSync
 - testPiggybackAcknowledgementsInFlight
 - testPiggybackAcknowledgementsOnInitialShareSessionError
+- testPiggybackAcknowledgementsOnInitialShareSessionErrorSubscriptionChange
 - testResultHandlerCompleteIfEmpty
 - testResultHandlerOnCommitAsync
 - testResultHandlerOnCommitSync
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 25619873f24..7646dc1a705 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1030,9 +1030,6 @@ kafka.log.LogCleanerTest:
 - testSegmentGroupingWithSparseOffsetsAndEmptySegments
 - testSegmentWithOffsetOverflow
 - testSizeTrimmedForPreallocatedAndCompactedTopic
-kafka.log.LogConcurrencyTest:
-- testUncommittedDataNotConsumed
-- testUncommittedDataNotConsumedFrequentSegmentRolls
 kafka.log.LogConfigTest:
 - shouldValidateThrottledReplicasConfig
 - testDisableRemoteLogStorage
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 8c74d87903d..98b805e08b8 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -275,6 +275,9 @@ org.apache.kafka.storage.internals.log.LocalLogTest:
 - testTruncateTo
 - testUpdateConfig
 - testWhenFetchOffsetHigherThanMaxOffset
+org.apache.kafka.storage.internals.log.LogConcurrencyTest:
+- testUncommittedDataNotConsumed
+- testUncommittedDataNotConsumedFrequentSegmentRolls
 org.apache.kafka.storage.internals.log.LogManagerTest:
 - testIsStrayKraftMissingTopicId
 - testIsStrayKraftReplicaInImage
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 4ef4f7d2b47..0035dd48b41 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2752,7 +2752,9 @@ 
org.apache.kafka.streams.processor.internals.StreamThreadTest:
 - testGetTopicPartitionInfo
 - testNamedTopologyWithStreamsProtocol
 - testStreamsProtocolRunOnceWithProcessingThreads
+- testStreamsProtocolRunOnceWithProcessingThreadsMissingSourceTopic
 - testStreamsProtocolRunOnceWithoutProcessingThreads
+- testStreamsProtocolRunOnceWithoutProcessingThreadsMissingSourceTopic
 - testStreamsRebalanceDataWithClassicProtocol
 - testStreamsRebalanceDataWithExtraCopartition
 - testStreamsRebalanceDataWithStreamsProtocol

Reply via email to