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 03791ed8fec Update test catalog data for GHA workflow run 12089653205
03791ed8fec is described below

commit 03791ed8fec407787ccfd740091a16dcc68d62c3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 29 21:27:03 2024 +0000

    Update test catalog data for GHA workflow run 12089653205
    
    Commit: 
https://github.com/apache/kafka/commit/7ca02fd90840535b22ad61517288a8dea6a39515
    GitHub Run: https://github.com/apache/kafka/actions/runs/12089653205
---
 test-catalog/clients/tests.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 5e1bb2298af..c4547b1a3f2 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -782,6 +782,7 @@ org.apache.kafka.clients.consumer.KafkaConsumerTest:
 - testRegexSubscription
 - testResetToCommittedOffset
 - testResetUsingAutoResetPolicy
+- testResetUsingDurationBasedAutoResetPolicy
 - testReturnRecordsDuringRebalance
 - testSecondPollWithDeserializationErrorThrowsRecordDeserializationException
 - testSeekNegative
@@ -820,6 +821,7 @@ org.apache.kafka.clients.consumer.MockConsumerTest:
 - endOffsetsShouldBeIdempotent
 - shouldNotClearRecordsForPausedPartitions
 - testConsumerRecordsIsEmptyWhenReturningNoRecords
+- testDurationBasedOffsetReset
 - testRe2JPatternSubscription
 - testRebalanceListener
 - testSimpleMock
@@ -1093,7 +1095,7 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 org.apache.kafka.clients.consumer.internals.AutoOffsetResetStrategyTest:
 - testEqualsAndHashCode
 - testFromString
-- testIsValid
+- testTimestamp
 - testValidator
 org.apache.kafka.clients.consumer.internals.CommitRequestManagerTest:
 - testAsyncAutocommitNotRetriedAfterException
@@ -1908,6 +1910,7 @@ 
org.apache.kafka.clients.consumer.internals.OffsetFetcherTest:
 - testUpdateFetchPositionOfPausedPartitionsWithAValidPosition
 - testUpdateFetchPositionOfPausedPartitionsWithoutAValidPosition
 - testUpdateFetchPositionResetToDefaultOffset
+- testUpdateFetchPositionResetToDurationOffset
 - testUpdateFetchPositionResetToEarliestOffset
 - testUpdateFetchPositionResetToLatestOffset
 - testresetPositionsMetadataRefresh

Reply via email to