This is an automated email from the ASF dual-hosted git repository.

github-actions[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 b2192cd4413 Update test catalog data for GHA workflow run 27787191058
b2192cd4413 is described below

commit b2192cd4413b720252db6ea8e604dbe720f3f8bb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 18 23:20:21 2026 +0000

    Update test catalog data for GHA workflow run 27787191058
    
    Commit: 
https://github.com/apache/kafka/commit/1d953172b99306e5c31982a08a58ecc90130c96d
    GitHub Run: https://github.com/apache/kafka/actions/runs/27787191058
---
 test-catalog/raft/tests.yaml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index 0b8963871cb..448c9a70d91 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -694,8 +694,22 @@ org.apache.kafka.raft.internals.BatchMemoryPoolTest:
 - testOversizeAllocation
 - testReleaseBufferNotMatchingBatchSize
 org.apache.kafka.raft.internals.BlockingMessageQueueTest:
+- testAddRejectsNullMessage
 - testOfferAndPoll
 - testWakeupFromPoll
+- testWakeupsAreTransparentToIsEmptyAndDrainedOnPoll
+org.apache.kafka.raft.internals.ChangeVoterHandlerStateTest:
+- testAddVoterLifecycle
+- testCanReplaceAddVoterWithAnotherAddVoter
+- testCanReplaceRemoveVoterWithAnotherRemoveVoter
+- testCannotSetAddVoterWhenRemoveVoterPresent
+- testCannotSetRemoveVoterWhenAddVoterPresent
+- testIsOperationPendingWithAddVoter
+- testIsOperationPendingWithRemoveVoter
+- testMaybeExpirePendingAddVoter
+- testMaybeExpirePendingRemoveVoter
+- testMaybeResetPendingVoterHandlerState
+- testRemoveVoterLifecycle
 org.apache.kafka.raft.internals.KRaftControlRecordStateMachineTest:
 - testEmptyPartition
 - testEmptyPartitionWithNoStaticVoters
@@ -783,7 +797,10 @@ org.apache.kafka.raft.internals.ThresholdPurgatoryTest:
 - testCompleteAll
 - testCompleteAllExceptionally
 - testExpiration
-- testExternalCompletion
+- testExpirationReducesWaitingCount
+- testMaybeCompleteWithHigherValue
+- testMultipleAwaitersWithSameThreshold
+- testNumWaitingWithMixedCompletions
 - testThresholdCompletion
 org.apache.kafka.raft.internals.TreeMapLogHistoryTest:
 - testAddAt

Reply via email to