You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Kvicii.Yu (Jira)" <ji...@apache.org> on 2022/01/21 16:24:00 UTC

[jira] [Comment Edited] (KAFKA-13583) Fix FetchRequestBetweenDifferentIbpTest flaky tests

    [ https://issues.apache.org/jira/browse/KAFKA-13583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480165#comment-17480165 ] 

Kvicii.Yu edited comment on KAFKA-13583 at 1/21/22, 4:23 PM:
-------------------------------------------------------------

[~dajac] hi, I followed your advice and tried less polling time, reproduced this issue.So I think the polling time should be increased


was (Author: JIRAUSER283467):
[~dajac] hi, I followed your advice and tried less polling time, reproduced this issue.

> Fix FetchRequestBetweenDifferentIbpTest flaky tests
> ---------------------------------------------------
>
>                 Key: KAFKA-13583
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13583
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: David Jacot
>            Priority: Minor
>
> FetchRequestBetweenDifferentIbpTest's tests often fails with:
> {noformat}
> org.opentest4j.AssertionFailedError: expected: <2> but was: <1>
>  at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
>  at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
>  at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
>  at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
>  at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:510)
>  at integration.kafka.server.FetchRequestBetweenDifferentIbpTest.testControllerSwitchingIBP(FetchRequestBetweenDifferentIbpTest.scala:113)
>  at integration.kafka.server.FetchRequestBetweenDifferentIbpTest.testControllerOldToNewIBP(FetchRequestBetweenDifferentIbpTest.scala:87)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:498)
> {noformat}
> This might be due to [https://github.com/apache/kafka/commit/e8818e234a879d5ca45accba0121f43f45381f4a] where we reduced the poll timeout.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)