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 80e0133138e Update test catalog data for GHA workflow run 12306875525
80e0133138e is described below
commit 80e0133138e23720034e5f9be2bbab931db21b0f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 13 02:43:54 2024 +0000
Update test catalog data for GHA workflow run 12306875525
Commit:
https://github.com/apache/kafka/commit/92352a96e86a13dc126e38c31a18c6365600382f
GitHub Run: https://github.com/apache/kafka/actions/runs/12306875525
---
test-catalog/raft/tests.yaml | 11 +++++++++++
test-catalog/streams/tests.yaml | 6 ++++++
2 files changed, 17 insertions(+)
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index bc4917c79ba..e25c80ddaba 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -440,6 +440,14 @@ org.apache.kafka.raft.QuorumStateTest:
- testUnattachedVotedToUnattachedHigherEpoch
- testUnattachedVotedToUnattachedSameEpoch
- testUnattachedVotedToUnattachedVotedSameEpoch
+org.apache.kafka.raft.RaftEventSimulationTest:
+- canElectInitialLeader
+- canElectNewLeaderAfterOldLeaderFailure
+- canElectNewLeaderAfterOldLeaderPartitionedAway
+- canMakeProgressAfterBackToBackLeaderFailures
+- canMakeProgressIfMajorityIsReachable
+- canRecoverAfterAllNodesKilled
+- canRecoverFromSingleNodeCommittedDataLoss
org.apache.kafka.raft.RaftUtilTest:
- testErrorResponse
- testSingletonBeginQuorumEpochRequestForAllVersion
@@ -560,7 +568,10 @@ org.apache.kafka.raft.internals.RecordsIteratorTest:
- testControlRecordIterationWithKraftVersion0
- testControlRecordIterationWithKraftVersion1
- testControlRecordTypeValues
+- testCrcValidation
- testEmptyRecords
+- testFileRecords
+- testMemoryRecords
- testWithAllSupportedControlRecords
org.apache.kafka.raft.internals.ThresholdPurgatoryTest:
- testCompleteAll
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 51ee06af7ce..794a8dc8b4b 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -166,6 +166,12 @@ org.apache.kafka.streams.StreamsBuilderTest:
- shouldWrapProcessorsForStatelessOperators
- shouldWrapProcessorsForStreamAggregate
- shouldWrapProcessorsForStreamReduce
+- shouldWrapProcessorsForStreamStreamInnerJoin
+- shouldWrapProcessorsForStreamStreamLeftJoin
+- shouldWrapProcessorsForStreamStreamOuterJoin
+- shouldWrapProcessorsForStreamStreamOuterJoinWithoutSpuriousResultsFix
+- shouldWrapProcessorsForStreamStreamSelfJoin
+- shouldWrapProcessorsForStreamStreamSelfJoinWithSharedStoreOptimization
- shouldWrapProcessorsForStreamTableJoin
- shouldWrapProcessorsForStreamTableJoinWithGracePeriod
- shouldWrapProcessorsForTableAggregate