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 17c517dbbe2 Update test catalog data for GHA workflow run 12909578698
17c517dbbe2 is described below

commit 17c517dbbe264231c227dd48813583739d08b563
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 22 16:07:58 2025 +0000

    Update test catalog data for GHA workflow run 12909578698
    
    Commit: 
https://github.com/apache/kafka/commit/5a57473a524797d1b4f95df4a7899802a876e380
    GitHub Run: https://github.com/apache/kafka/actions/runs/12909578698
---
 test-catalog/coordinator-common/tests.yaml |  2 ++
 test-catalog/raft/tests.yaml               | 11 -----------
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index 93032a046df..c8f30a79bad 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -30,6 +30,7 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testCoordinatorExecutor
 - testEmptyBatch
 - testHighWatermarkUpdate
+- testHighWatermarkUpdateWithDeferredEventExceptions
 - testNonRetryableTimer
 - testOnNewMetadataImage
 - testPartitionLoadGeneratesSnapshotAtHighWatermark
@@ -61,6 +62,7 @@ 
org.apache.kafka.coordinator.common.runtime.CoordinatorRuntimeTest:
 - testScheduleTransactionalWriteOperationWithBatching
 - testScheduleUnloading
 - testScheduleUnloadingWhenContextDoesntExist
+- testScheduleUnloadingWithDeferredEventExceptions
 - testScheduleUnloadingWithEmptyEpoch
 - testScheduleUnloadingWithStalePartitionEpoch
 - testScheduleWriteAllOperation
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index ba5410be8b9..12a8ddc85c8 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -534,14 +534,6 @@ 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
@@ -660,10 +652,7 @@ 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