This is an automated email from the ASF dual-hosted git repository.

dajac pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5fdfb3afaf8 MINOR: Disable 
FetchFromFollowerIntegrationTest.testRackAwareRangeAssignor (#14876)
5fdfb3afaf8 is described below

commit 5fdfb3afaf8e45525ff181bb65e56505ffac9189
Author: David Jacot <dja...@confluent.io>
AuthorDate: Fri Dec 1 09:05:46 2023 +0100

    MINOR: Disable FetchFromFollowerIntegrationTest.testRackAwareRangeAssignor 
(#14876)
    
    `FetchFromFollowerIntegrationTest.testRackAwareRangeAssignor` is extremely 
flaky and we have never been able to fix it. This patch disables it until we 
find a solution to make it reliable with 
https://issues.apache.org/jira/browse/KAFKA-15020.
    
    Reviewers: Stanislav Kozlovski <stanis...@confluent.io>
---
 .../integration/kafka/server/FetchFromFollowerIntegrationTest.scala    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core/src/test/scala/integration/kafka/server/FetchFromFollowerIntegrationTest.scala
 
b/core/src/test/scala/integration/kafka/server/FetchFromFollowerIntegrationTest.scala
index d15d0147608..b5495dc2bd8 100644
--- 
a/core/src/test/scala/integration/kafka/server/FetchFromFollowerIntegrationTest.scala
+++ 
b/core/src/test/scala/integration/kafka/server/FetchFromFollowerIntegrationTest.scala
@@ -26,7 +26,7 @@ import org.apache.kafka.common.protocol.{ApiKeys, Errors}
 import org.apache.kafka.common.requests.FetchResponse
 import org.apache.kafka.common.serialization.ByteArrayDeserializer
 import org.junit.jupiter.api.Assertions.{assertEquals, assertTrue}
-import org.junit.jupiter.api.Timeout
+import org.junit.jupiter.api.{Disabled, Timeout}
 import org.junit.jupiter.params.ParameterizedTest
 import org.junit.jupiter.params.provider.ValueSource
 
@@ -179,6 +179,7 @@ class FetchFromFollowerIntegrationTest extends 
BaseFetchRequestTest {
     }
   }
 
+  @Disabled
   @ParameterizedTest(name = TestInfoUtils.TestWithParameterizedQuorumName)
   @ValueSource(strings = Array("zk", "kraft"))
   def testRackAwareRangeAssignor(quorum: String): Unit = {

Reply via email to