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 d11eaa47df6 Update test catalog data for GHA workflow run 19805011353
d11eaa47df6 is described below

commit d11eaa47df6e905dcd127d6fe0072ea9f514b547
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 30 23:41:41 2025 +0000

    Update test catalog data for GHA workflow run 19805011353
    
    Commit: 
https://github.com/apache/kafka/commit/ed3af7212405dd5294733ad33d192f12dc885fc2
    GitHub Run: https://github.com/apache/kafka/actions/runs/19805011353
---
 test-catalog/clients/tests.yaml           | 7 +++++++
 test-catalog/group-coordinator/tests.yaml | 6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 765921a05e4..da63bcd5b7f 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -5273,6 +5273,13 @@ org.apache.kafka.common.utils.ExitTest:
 - shouldExitImmediately
 - shouldHaltImmediately
 - shouldNotInvokeShutdownHookImmediately
+org.apache.kafka.common.utils.ExponentialBackoffManagerTest:
+- testBackOffWithJitter
+- testBackOffWithoutJitter
+- testCanAttempt
+- testIncrementAttempt
+- testInitialState
+- testResetAttempts
 org.apache.kafka.common.utils.ExponentialBackoffTest:
 - testExponentialBackoff
 - testExponentialBackoffWithInvalidJitter
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 4eaaf97cd8e..ed7d9afd4b3 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -629,7 +629,6 @@ 
org.apache.kafka.coordinator.group.NetworkPartitionMetadataClientTest:
 - testLazyInitializationWithEmptyPartitions
 - testLazyInitializationWithNullPartitions
 - testListLatestOffsetsAuthenticationError
-- testListLatestOffsetsDisconnected
 - testListLatestOffsetsEmptyPartitionLeader
 - testListLatestOffsetsEmptyPartitions
 - testListLatestOffsetsMissingPartitionInResponse
@@ -642,8 +641,11 @@ 
org.apache.kafka.coordinator.group.NetworkPartitionMetadataClientTest:
 - testListLatestOffsetsNullResponseBody
 - testListLatestOffsetsServerError
 - testListLatestOffsetsSuccess
-- testListLatestOffsetsTimedOut
 - testListLatestOffsetsVersionMismatch
+- testMaxRetryAttemptsExhaustedOnDisconnect
+- testMaxRetryAttemptsExhaustedOnTimeout
+- testRetryOnDisconnect
+- testRetryOnTimeout
 org.apache.kafka.coordinator.group.OffsetAndMetadataTest:
 - testAttributes
 - testFromRecord

Reply via email to