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

commit b2fa01e378a9ff43c385654ee471018dd9b7137d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 30 04:11:05 2025 +0000

    Update test catalog data for GHA workflow run 13042584449
    
    Commit: 
https://github.com/apache/kafka/commit/617196c68eb64951274a24fd978785e3caa786b5
    GitHub Run: https://github.com/apache/kafka/actions/runs/13042584449
---
 test-catalog/raft/tests.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index 12a8ddc85c8..ba5410be8b9 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -534,6 +534,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
@@ -652,7 +660,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