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 b76559938e5 Update test catalog data for GHA workflow run 13171795844
b76559938e5 is described below
commit b76559938e539a03e7b770beb36fab03514a745b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 6 06:50:09 2025 +0000
Update test catalog data for GHA workflow run 13171795844
Commit:
https://github.com/apache/kafka/commit/9774635bfdc22a490c09148b88fcd33c6597f90b
GitHub Run: https://github.com/apache/kafka/actions/runs/13171795844
---
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 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