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 b0be7e99660 Update test catalog data for GHA workflow run 13510264890
b0be7e99660 is described below
commit b0be7e99660d05c46570df210e7008d718308bca
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 25 02:18:40 2025 +0000
Update test catalog data for GHA workflow run 13510264890
Commit:
https://github.com/apache/kafka/commit/d23a61738ac44b8ecc6a7f69a83f3d94edaa8f90
GitHub Run: https://github.com/apache/kafka/actions/runs/13510264890
---
test-catalog/core/tests.yaml | 30 +---------------------
test-catalog/raft/tests.yaml | 2 ++
.../test-common/test-common-util/tests.yaml | 19 ++++++++------
3 files changed, 14 insertions(+), 37 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 7acf307b5e4..e4d6b2f82be 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2160,10 +2160,9 @@ kafka.server.AbstractFetcherThreadTest:
- testFetcherThreadHandlingPartitionFailureDuringTruncation
- testFollowerFetchOutOfRangeHigh
- testFollowerFetchOutOfRangeLow
-- testLeaderEpochChangeDuringFencedFetchEpochsFromLeader
-- testLeaderEpochChangeDuringSuccessfulFetchEpochsFromLeader
- testMaybeUpdateTopicIds
- testMetricsRemovedOnShutdown
+- testParameterizedLeaderEpochChangeDuringFetchEpochsFromLeader
- testPartitionsInError
- testRetryAfterUnknownLeaderEpochInLatestOffsetFetch
- testSimpleFetch
@@ -2177,33 +2176,6 @@ kafka.server.AbstractFetcherThreadTest:
-
testTruncationThrowsExceptionIfLeaderReturnsPartitionsNotRequestedInFetchEpochs
- testUnknownLeaderEpochInTruncation
- testUnknownLeaderEpochWhileFetching
-kafka.server.AbstractFetcherThreadWithIbp26Test:
-- testConsumerLagRemovedWithPartition
-- testCorruptMessage
-- testDelay
-- testDivergingEpochs
-- testFencedFetch
-- testFencedOffsetResetAfterOutOfRange
-- testFencedTruncation
-- testFetcherThreadHandlingPartitionFailureDuringAppending
-- testFetcherThreadHandlingPartitionFailureDuringTruncation
-- testFollowerFetchOutOfRangeHigh
-- testFollowerFetchOutOfRangeLow
-- testLeaderEpochChangeDuringFencedFetchEpochsFromLeader
-- testLeaderEpochChangeDuringSuccessfulFetchEpochsFromLeader
-- testMaybeUpdateTopicIds
-- testMetricsRemovedOnShutdown
-- testPartitionsInError
-- testRetryAfterUnknownLeaderEpochInLatestOffsetFetch
-- testSimpleFetch
-- testTruncateToEpochEndOffsetsDuringRemovePartitions
-- testTruncateToHighWatermarkDuringRemovePartitions
-- testTruncateToHighWatermarkIfLeaderEpochInfoNotAvailable
-- testTruncation
-- testTruncationSkippedIfNoEpochChange
--
testTruncationThrowsExceptionIfLeaderReturnsPartitionsNotRequestedInFetchEpochs
-- testUnknownLeaderEpochInTruncation
-- testUnknownLeaderEpochWhileFetching
kafka.server.AddPartitionsToTxnManagerTest:
- testAddPartitionsToTxnHandlerErrorHandling
- testAddPartitionsToTxnManagerMetrics
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index 6aa20bd44f9..245369a4a60 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -543,6 +543,8 @@ org.apache.kafka.raft.RaftEventSimulationTest:
- canMakeProgressIfMajorityIsReachable
- canRecoverAfterAllNodesKilled
- canRecoverFromSingleNodeCommittedDataLoss
+- leadershipAssignedOnlyOnceWithNetworkPartitionIfThereExistsMajority
+- leadershipWillNotChangeDuringNetworkPartitionIfMajorityStillReachable
org.apache.kafka.raft.RaftUtilTest:
- testErrorResponse
- testFetchRequestV17Compatibility
diff --git a/test-catalog/test-common/test-common-util/tests.yaml
b/test-catalog/test-common/test-common-util/tests.yaml
index 140e3c44fc7..8f4c24fad91 100644
--- a/test-catalog/test-common/test-common-util/tests.yaml
+++ b/test-catalog/test-common/test-common-util/tests.yaml
@@ -1,12 +1,15 @@
-org.apache.kafka.common.test.junit.AutoQuarantinedTestFilterTest:
+org.apache.kafka.common.test.junit.CatalogTestFilterTest:
- testEmptyCatalog
- testLoadCatalog
- testMissingCatalog
-org.apache.kafka.common.test.junit.QuarantinedPostDiscoveryFilterTest:
-- testExistingTestFlaky
+org.apache.kafka.common.test.junit.KafkaPostDiscoveryFilterTest:
+- testExcludeExistingNonFlaky
+- testExcludeFlaky
+- testExcludeFlakyAndNew
- testExistingTestNonFlaky
-- testNewTest
-- testNoCatalogQuarantinedTest
-- testQuarantinedExistingTestFlaky
-- testQuarantinedExistingTestNonFlaky
-- testQuarantinedNewTest
+- testIncludeAutoQuarantinedAndFlaky
+- testIncludeAutoQuarantinedNoFlaky
+- testIncludeExistingFlaky
+- testNoCatalogRunFlakyTests
+- testNoCatalogRunMainTests
+- testNoCatalogRunNewTest