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 912286c11d0 Update test catalog data for GHA workflow run 17259374597
912286c11d0 is described below

commit 912286c11d0f5f1f1359122e2de739d414dce37d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 27 09:59:05 2025 +0000

    Update test catalog data for GHA workflow run 17259374597
    
    Commit: 
https://github.com/apache/kafka/commit/c797f85de481ad3e6840518665d00e1f9c72111f
    GitHub Run: https://github.com/apache/kafka/actions/runs/17259374597
---
 test-catalog/clients/tests.yaml | 1 +
 test-catalog/core/tests.yaml    | 5 +++++
 test-catalog/tools/tests.yaml   | 1 +
 3 files changed, 7 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 4d877b1193b..700e9f90c03 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -389,6 +389,7 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testListGroupsWithTypesOlderBrokerVersion
 - testListOffsets
 - testListOffsetsEarliestLocalSpecMinVersion
+- testListOffsetsEarliestPendingUploadSpecSpecMinVersion
 - testListOffsetsHandlesFulfillmentTimeouts
 - testListOffsetsLatestTierSpecSpecMinVersion
 - testListOffsetsMaxTimestampUnsupportedMultipleOffsetSpec
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 42ff8a19d34..7373db64981 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1164,6 +1164,11 @@ kafka.log.UnifiedLogTest:
 - testEnableRemoteLogStorageOnCompactedTopics
 - testEnablingVerificationWhenRequestIsAtLogLayer
 - testEndTxnWithFencedProducerEpoch
+- testFetchEarliestPendingUploadTimestampNoRemoteStorage
+- testFetchEarliestPendingUploadTimestampNoSegmentsUploaded
+- testFetchEarliestPendingUploadTimestampStaleHighestOffsetInRemote
+- testFetchEarliestPendingUploadTimestampWithRemoteStorage
+- testFetchEarliestPendingUploadTimestampWithRemoteStorageNoLocalDeletion
 - testFetchLatestTieredTimestampNoRemoteStorage
 - testFetchLatestTieredTimestampWithRemoteStorage
 - testFetchOffsetByTimestampFromRemoteStorage
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 51d0ab005b7..9967fb12cc7 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -247,6 +247,7 @@ org.apache.kafka.tools.GetOffsetShellTest:
 - testGetEarliestOffsets
 - testGetLatestOffsets
 - testGetOffsetsByEarliestLocalSpec
+- testGetOffsetsByEarliestTieredSpec
 - testGetOffsetsByLatestTieredSpec
 - testGetOffsetsByMaxTimestamp
 - testGetOffsetsByTimestamp

Reply via email to