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 af4ccdb772f Update test catalog data for GHA workflow run 12281299378
af4ccdb772f is described below
commit af4ccdb772ffc9f8100dd9e3453a5afc2fd392ea
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 11 20:02:34 2024 +0000
Update test catalog data for GHA workflow run 12281299378
Commit:
https://github.com/apache/kafka/commit/156d5516039ce796c47dfd04093e1d495f233421
GitHub Run: https://github.com/apache/kafka/actions/runs/12281299378
---
test-catalog/clients/tests.yaml | 2 +-
test-catalog/raft/tests.yaml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 76f985043cd..067254e2069 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1283,7 +1283,6 @@
org.apache.kafka.clients.consumer.internals.ConsumerNetworkClientTest:
- testDisconnectWakesUpPoll
- testDisconnectWithInFlightRequests
- testDisconnectWithUnsentRequests
-- testFutureCompletionOutsidePoll
- testInvalidTopicExceptionPropagatedFromMetadata
- testMetadataFailurePropagated
- testTimeoutUnsentRequest
@@ -1471,6 +1470,7 @@
org.apache.kafka.clients.consumer.internals.CoordinatorRequestManagerTest:
- testBackoffAfterRetriableFailure
- testFindCoordinatorResponseVersions
- testMarkCoordinatorUnknown
+- testMarkCoordinatorUnknownLoggingAccuracy
- testNetworkTimeout
- testNullGroupIdShouldThrow
- testPropagateAndBackoffAfterFatalError
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index 855de089188..e25c80ddaba 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -227,6 +227,8 @@ org.apache.kafka.raft.KafkaRaftClientTest:
- testFetchShouldBeTreatedAsLeaderAcknowledgement
- testFollowerAsObserverDoesNotBecomeCandidateAfterFetchTimeout
- testFollowerGracefulShutdown
+- testFollowerLeaderRediscoveryAfterBrokerNotAvailableError
+- testFollowerLeaderRediscoveryAfterRequestTimeout
- testFollowerLogReconciliation
- testFollowerReplication
- testGracefulShutdownSingleMemberQuorum
@@ -299,6 +301,7 @@ org.apache.kafka.raft.KafkaRaftClientTest:
- testRetryElection
- testStaticVotersIgnoredWithBootstrapSnapshot
- testUnattachedAsObserverDoesNotBecomeCandidateAfterElectionTimeout
+- testUnattachedAsVoterCanBecomeFollowerAfterFindingLeader
- testVoteRequestClusterIdValidation
- testVoteRequestTimeout
- testVoteResponseIgnoredAfterBecomingFollower