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 075e40e10a7 Update test catalog data for GHA workflow run 12693712240
075e40e10a7 is described below

commit 075e40e10a7f46f1210908c7b7193ee4c0c02b1f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 18:20:39 2025 +0000

    Update test catalog data for GHA workflow run 12693712240
    
    Commit: 
https://github.com/apache/kafka/commit/307059c770377a7f13de574aab1f0c2b8d1052e0
    GitHub Run: https://github.com/apache/kafka/actions/runs/12693712240
---
 test-catalog/core/tests.yaml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 2395a1b06fa..5a3be9827c1 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2742,16 +2742,12 @@ kafka.server.KRaftClusterTest:
 kafka.server.KafkaApisTest:
 - requiredAclsNotPresentWriteTxnMarkersThrowsAuthorizationException
 - shouldAppendToLogOnWriteTxnMarkersWhenCorrectMagicVersion
-- shouldNotResignCoordinatorsIfStopReplicaReceivedWithoutDeleteFlag
 - 
shouldReplaceCoordinatorNotAvailableWithLoadInProcessInTxnOffsetCommitWithOlderClient
 - 
shouldReplaceProducerFencedWithInvalidProducerEpochInAddOffsetToTxnWithOlderClient
 - 
shouldReplaceProducerFencedWithInvalidProducerEpochInAddPartitionToTxnWithOlderClient
 - shouldReplaceProducerFencedWithInvalidProducerEpochInEndTxnWithOlderClient
 - 
shouldReplaceProducerFencedWithInvalidProducerEpochInInitProducerIdWithOlderClient
 - shouldReplaceProducerFencedWithInvalidProducerEpochInProduceResponse
-- shouldResignCoordinatorsIfStopReplicaReceivedWithDeleteFlagAndDeleteSentinel
-- shouldResignCoordinatorsIfStopReplicaReceivedWithDeleteFlagAndLeaderEpoch
-- shouldResignCoordinatorsIfStopReplicaReceivedWithDeleteFlagAndNoEpochSentinel
 - 
shouldRespondWithUnknownTopicOrPartitionForBadPartitionAndNoErrorsForGoodPartition
 - shouldRespondWithUnknownTopicWhenPartitionIsNotHosted
 - testAddPartitionsToTxnOperationNotAttempted
@@ -2893,9 +2889,6 @@ kafka.server.KafkaApisTest:
 - testInvalidMetadataRequestReturnsError
 - testJoinGroupProtocolNameBackwardCompatibility
 - testKRaftControllerThrottleTimeEnforced
-- testLeaderAndIsrRequestWithCurrentBrokerEpoch
-- testLeaderAndIsrRequestWithNewerBrokerEpochIsValid
-- testLeaderAndIsrRequestWithStaleBrokerEpochIsRejected
 - testLeaderReplicaIfLocalRaisesFencedLeaderEpoch
 - testLeaderReplicaIfLocalRaisesNotLeaderOrFollower
 - testLeaderReplicaIfLocalRaisesUnknownLeaderEpoch
@@ -2956,9 +2949,6 @@ kafka.server.KafkaApisTest:
 - testRaftShouldNeverHandleAlterPartitionRequest
 - testRaftShouldNeverHandleControlledShutdownRequest
 - testRaftShouldNeverHandleEnvelope
-- testRaftShouldNeverHandleLeaderAndIsrRequest
-- testRaftShouldNeverHandleStopReplicaRequest
-- testRaftShouldNeverHandleUpdateMetadataRequest
 - testReadCommittedConsumerListOffsetLatest
 - testReadShareGroupStateAuthorizationFailed
 - testReadShareGroupStateSuccess
@@ -2975,17 +2965,11 @@ kafka.server.KafkaApisTest:
 - testShareGroupHeartbeatRequestFutureFailed
 - testShareGroupHeartbeatReturnsUnsupportedVersion
 - testSizeOfThrottledPartitions
-- testStopReplicaRequestWithCurrentBrokerEpoch
-- testStopReplicaRequestWithNewerBrokerEpochIsValid
-- testStopReplicaRequestWithStaleBrokerEpochIsRejected
 - testSyncGroupProtocolTypeAndNameAreMandatorySinceV5
 - testTransactionalParametersSetCorrectly
 - testTxnOffsetCommitWithInvalidPartition
 - testUnauthorizedTopicMetadataRequest
 - testUpdateFeaturesWithForwarding
-- testUpdateMetadataRequestWithCurrentBrokerEpoch
-- testUpdateMetadataRequestWithNewerBrokerEpochIsValid
-- testUpdateMetadataRequestWithStaleBrokerEpochIsRejected
 - testWriteShareGroupStateAuthorizationFailed
 - testWriteShareGroupStateSuccess
 - testWriteTxnMarkersShouldAllBeIncludedInTheResponse

Reply via email to