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 0f6bc6e56d3 Update test catalog data for GHA workflow run 12282906680
0f6bc6e56d3 is described below

commit 0f6bc6e56d3acbad97c3306a3cc0443b65815d03
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 11 22:23:28 2024 +0000

    Update test catalog data for GHA workflow run 12282906680
    
    Commit: 
https://github.com/apache/kafka/commit/d83f09d014ff574784212cfdc317b5004c90c687
    GitHub Run: https://github.com/apache/kafka/actions/runs/12282906680
---
 test-catalog/streams/tests.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 5ef04534707..98048f2a845 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1,3 +1,9 @@
+org.apache.kafka.streams.AutoOffsetResetTest:
+- customDurationShouldMatchExpectedValue
+- earliestShouldReturnAnEmptyDuration
+- latestShouldReturnAnEmptyDuration
+- shouldThrowExceptionIfDurationIsNegative
+- twoInstancesCreatedAtTheSameTimeWithSameOptionsShouldBeEqual
 org.apache.kafka.streams.KafkaStreamsTest:
 - inMemoryStatefulTopologyShouldNotCreateStateDirectory
 - shouldAddThreadWhenRunning

Reply via email to