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 57d97b1afb6 Update test catalog data for GHA workflow run 18921458005
57d97b1afb6 is described below

commit 57d97b1afb6f8a2b9a6f8fa922b4ed73c13c12c5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 29 23:00:14 2025 +0000

    Update test catalog data for GHA workflow run 18921458005
    
    Commit: 
https://github.com/apache/kafka/commit/c31f699e67ad97b48acd08d5805c0498ebd94215
    GitHub Run: https://github.com/apache/kafka/actions/runs/18921458005
---
 test-catalog/core/tests.yaml     | 13 ++++++++++++-
 test-catalog/metadata/tests.yaml |  1 +
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index d9a44a18761..3f089f47017 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3084,12 +3084,16 @@ kafka.server.share.SharePartitionTest:
 - testCanAcquireRecordsWithCachedDataAndLimitNotReached
 - testCanAcquireRecordsWithCachedDataAndLimitReached
 - testCanAcquireRecordsWithEmptyCache
+- testComputeStartOffsetAdvanceResultWhenGapAtBeginning
 - testContainsAbortMarker
 - testFetchAbortedTransactionRecordBatchesForAbortedAndCommittedTransactions
 - testFetchAbortedTransactionRecordBatchesForOnlyAbortedTransactions
 - testFetchLockReleasedByDifferentId
 - testFilterRecordBatchesFromAcquiredRecords
-- testFindLastOffsetAcknowledgedWhenGapAtBeginning
+- testInFlightTerminalRecordsOnLockExpiryAndWriteFailureOnBatchLastDelivery
+- testInFlightTerminalRecordsOnLockExpiryAndWriteFailureOnOffsetLastDelivery
+- testInFlightTerminalRecordsWhenStaleBatchesAreArchived
+- testInFlightTerminalRecordsWhenStaleOffsetsAreArchived
 - testLsoMovementAheadOfEndOffset
 - testLsoMovementAheadOfEndOffsetPostAcknowledgement
 - testLsoMovementForArchivingAllAvailableBatches
@@ -3101,6 +3105,8 @@ kafka.server.share.SharePartitionTest:
 - 
testLsoMovementForArchivingOffsetsWithStartOffsetNotFullMatchesPostAcceptAcknowledgement
 - 
testLsoMovementForArchivingOffsetsWithStartOffsetNotFullMatchesPostReleaseAcknowledgement
 - testLsoMovementOnInitializationSharePartition
+- testLsoMovementPostArchivedBatches
+- testLsoMovementPostArchivedRecords
 - testLsoMovementPostGapsInAcknowledgements
 - testLsoMovementThenAcquisitionLockTimeoutThenAcknowledge
 - 
testLsoMovementThenAcquisitionLockTimeoutThenAcknowledgeBatchLastOffsetAheadOfStartOffsetBatch
@@ -3187,6 +3193,11 @@ kafka.server.share.SharePartitionTest:
 - testReleaseSingleRecordBatch
 - testScheduleAcquisitionLockTimeoutValueFromGroupConfig
 - testScheduleAcquisitionLockTimeoutValueUpdatesSuccessfully
+- testTerminalRecordsNotUpdatedWhenBatchesBeforeStartOffsetAreExpired
+- testTerminalRecordsNotUpdatedWhenOffsetsBeforeStartOffsetAreExpired
+- 
testTerminalRecordsNotUpdatedWhenOffsetsBeforeStartOffsetAreExpiredAfterAcknowledgements
+- testTerminalRecordsUpdatedWhenAbortedTransactionBatchesAreArchived
+- testTerminalRecordsUpdatedWhenAbortedTransactionOffsetsAreArchived
 - testWriteShareGroupState
 - testWriteShareGroupStateFailure
 - testWriteShareGroupStateWithInvalidTopicsData
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 9222c791e3e..b89b4e865e2 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -513,6 +513,7 @@ org.apache.kafka.image.loader.MetadataLoaderTest:
 - testRemovePublisher
 - testSnapshotDuringTransaction
 org.apache.kafka.image.loader.metrics.MetadataLoaderMetricsTest:
+- testAvgIdleRatio
 - testFinalizedFeatureLevelMetrics
 - testInitialValueOfCurrentControllerId
 - testManagedMetrics

Reply via email to