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 2c038d70758 Update test catalog data for GHA workflow run 28631065289
2c038d70758 is described below

commit 2c038d70758e70d76a7cedd30901a0532483a53c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 3 05:59:07 2026 +0000

    Update test catalog data for GHA workflow run 28631065289
    
    Commit: 
https://github.com/apache/kafka/commit/15321410af3f349f13cf3248372fb7a87a5ef543
    GitHub Run: https://github.com/apache/kafka/actions/runs/28631065289
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 2 ++
 test-catalog/core/tests.yaml                              | 3 ++-
 test-catalog/streams/tests.yaml                           | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index a9b47122998..cd6286784ba 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -355,6 +355,8 @@ org.apache.kafka.clients.consumer.ShareConsumerCallbackTest:
 - testAcknowledgementCommitCallbackThrowsException
 - testAcknowledgementSentOnSubscriptionChange
 org.apache.kafka.clients.consumer.ShareConsumerDLQTest:
+- testDlqCopiesRecordsReadFromRemoteAndLocalStorage
+- testDlqCopiesRecordsReadFromRemoteStorage
 - testDlqNotTriggeredWhenGatedOff
 - testDlqRecordsRoutedToCorrectDlqPartition
 - testDlqStopsAfterDisablingForGroup
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 162f18e58f4..42799a6dd5a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2411,14 +2411,15 @@ kafka.server.share.ReplicaManagerLogReaderTest:
 - testReadAsyncResolvesPartitionsIndependently
 - testReadAsyncReturnsEmptyWhenNoPartitionsToFetch
 - testReadAsyncReturnsErrorFromLocalRead
-- testReadAsyncReturnsErrorWhenRemoteReadFails
 - testReadAsyncReturnsLocalDataWhenNotTiered
+- testReadAsyncReturnsNoneErrorWhenRemoteReadFailsButLocalSucceeds
 - testReadAsyncSkipsRemoteWhenReadRemoteFalse
 - testReadRemoteCompletesExceptionallyWhenReadResultHasError
 - testReadRemoteCompletesExceptionallyWhenReadResultIsEmpty
 - testReadRemoteCompletesExceptionallyWhenRemoteLogManagerNotConfigured
 - testReadRemoteCompletesExceptionallyWhenSchedulingRejected
 - testReadRemoteCompletesWithFetchedData
+- testReadRemoteTimesOutWhenRemoteReadNeverCompletes
 - testReadReturnsEmptyWhenNoPartitionsToFetch
 - testReadReturnsResultsFromReplicaManager
 kafka.server.share.ShareCoordinatorMetadataCacheHelperImplTest:
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 254925dee2d..26659f51a00 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4710,6 +4710,7 @@ 
org.apache.kafka.streams.state.internals.InMemoryKeyValueStoreTest:
 - shouldPutAll
 - shouldPutReverseAll
 - shouldRemoveKeysWithNullValues
+- shouldReportUncommittedPositionForTransactionalStore
 - shouldReturnKeysWithGivenPrefix
 - shouldReturnKeysWithGivenPrefixExcludingNextKeyLargestKey
 - shouldReturnNoKeys

Reply via email to