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 910c64eb7f4 Update test catalog data for GHA workflow run 12917625561
910c64eb7f4 is described below
commit 910c64eb7f44e2a29528d8fc7906f432ec9cd3f3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 23 00:12:13 2025 +0000
Update test catalog data for GHA workflow run 12917625561
Commit:
https://github.com/apache/kafka/commit/94a1bfb1281f06263976b1ba8bba8c5ac5d7f2ce
GitHub Run: https://github.com/apache/kafka/actions/runs/12917625561
---
test-catalog/core/tests.yaml | 1 +
test-catalog/raft/tests.yaml | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 09805452060..46531eabd2d 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1786,6 +1786,7 @@ kafka.log.UnifiedLogTest:
- testOffsetSnapshot
- testOldProducerEpoch
- testPeriodicProducerIdExpiration
+- testPreviousTransactionOngoing
- testProducerExpireCheckAfterDelete
- testProducerIdExpirationOnSegmentDeletion
- testProducerIdMapOffsetUpdatedForNonIdempotentData
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