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 46692f6f4bc Update test catalog data for GHA workflow run 13440806895
46692f6f4bc is described below

commit 46692f6f4bcc6e9ac641a7dcabc35d9ea51452f8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 20 19:41:22 2025 +0000

    Update test catalog data for GHA workflow run 13440806895
    
    Commit: 
https://github.com/apache/kafka/commit/709bfc506a987ba5b16b28acb62ef429cb723ed1
    GitHub Run: https://github.com/apache/kafka/actions/runs/13440806895
---
 test-catalog/clients/tests.yaml |  7 ++++---
 test-catalog/raft/tests.yaml    | 11 +++++++++++
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index f74356ff00d..0cb669e725f 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1144,13 +1144,11 @@ 
org.apache.kafka.clients.consumer.internals.CommitRequestManagerTest:
 - testAutocommitInterceptorsNotInvokedOnError
 - testCommitAsync
 - testCommitAsyncFailsWithRetriableOnCoordinatorDisconnected
-- testCommitAsyncWithEmptyAllConsumedOffsets
 - testCommitAsyncWithEmptyOffsets
 - testCommitSync
 - testCommitSyncFailsWithCommitFailedExceptionIfUnknownMemberId
 - testCommitSyncFailsWithCommitFailedExceptionOnStaleMemberEpoch
 - testCommitSyncRetriedAfterExpectedRetriableException
-- testCommitSyncWithEmptyAllConsumedOffsets
 - testCommitSyncWithEmptyOffsets
 - testEnsureBackoffRetryOnOffsetCommitRequestTimeout
 - testEnsureCommitSensorRecordsMetric
@@ -1272,6 +1270,7 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerMembershipManagerTest:
 - testOnPartitionsLostNoError
 - testOnSubscriptionUpdatedDoesNotTransitionToJoiningIfInGroup
 - testOnSubscriptionUpdatedTransitionsToJoiningOnPollIfNotInGroup
+- testPollMustCallsMaybeReconcileWithFalse
 - testRebalanceMetricsForMultipleReconciliations
 - testRebalanceMetricsOnFailedRebalance
 - testRebalanceMetricsOnSuccessfulRebalance
@@ -2421,8 +2420,9 @@ 
org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessorTest
 - testApplicationEventIsProcessed
 - testAssignmentChangeEvent
 - testAssignmentChangeEventWithException
+- testAsyncCommitEvent
+- testAsyncCommitEventWithEmptyOffsets
 - testAsyncCommitEventWithException
-- testAsyncCommitEventWithOffsets
 - testAsyncCommitEventWithoutCommitRequestManager
 - testFetchCommittedOffsetsEvent
 - testListOffsetsEventIsProcessed
@@ -2436,6 +2436,7 @@ 
org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessorTest
 - testSeekUnvalidatedEvent
 - testSeekUnvalidatedEventWithException
 - testSyncCommitEvent
+- testSyncCommitEventWithEmptyOffsets
 - testSyncCommitEventWithException
 - testSyncCommitEventWithoutCommitRequestManager
 - testTopicPatternSubscriptionChangeEvent
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index a8471a9600a..6aa20bd44f9 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -535,6 +535,14 @@ org.apache.kafka.raft.QuorumStateTest:
 - testUnattachedVotedToUnattachedVoted
 - testUnattachedWithLeaderNoEndpointToAndFromProspective
 - testUnattachedWithLeaderToProspective
+org.apache.kafka.raft.RaftEventSimulationTest:
+- canElectInitialLeader
+- canElectNewLeaderAfterOldLeaderFailure
+- canElectNewLeaderAfterOldLeaderPartitionedAway
+- canMakeProgressAfterBackToBackLeaderFailures
+- canMakeProgressIfMajorityIsReachable
+- canRecoverAfterAllNodesKilled
+- canRecoverFromSingleNodeCommittedDataLoss
 org.apache.kafka.raft.RaftUtilTest:
 - testErrorResponse
 - testFetchRequestV17Compatibility
@@ -655,7 +663,10 @@ org.apache.kafka.raft.internals.RecordsIteratorTest:
 - testControlRecordIterationWithKraftVersion0
 - testControlRecordIterationWithKraftVersion1
 - testControlRecordTypeValues
+- testCrcValidation
 - testEmptyRecords
+- testFileRecords
+- testMemoryRecords
 - testWithAllSupportedControlRecords
 org.apache.kafka.raft.internals.ThresholdPurgatoryTest:
 - testCompleteAll

Reply via email to