You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (Jira)" <ji...@apache.org> on 2021/03/02 18:07:00 UTC

[jira] [Commented] (KAFKA-8003) Flaky Test TransactionsTest #testFencingOnTransactionExpiration

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

Matthias J. Sax commented on KAFKA-8003:
----------------------------------------

A third test method:
{quote}org.opentest4j.AssertionFailedError: Consumed 0 records before timeout instead of the expected 1000 records at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39) at org.junit.jupiter.api.Assertions.fail(Assertions.java:117) at kafka.utils.TestUtils$.pollUntilAtLeastNumRecords(TestUtils.scala:852) at kafka.utils.TestUtils$.consumeRecords(TestUtils.scala:1476) at kafka.api.TransactionsTest.testMultipleMarkersOneLeader(TransactionsTest.scala:588){quote}
STDOUT
{quote}[2021-03-02 10:31:53,233] ERROR [ZooKeeperClient Kafka server] Auth failed. (kafka.zookeeper.ZooKeeperClient:74) [2021-03-02 10:31:53,315] WARN SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/tmp/kafka5762171763596437663.tmp'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it. (org.apache.zookeeper.ClientCnxn:1094){quote}
Seems to be the same issue as above? 

> Flaky Test TransactionsTest #testFencingOnTransactionExpiration
> ---------------------------------------------------------------
>
>                 Key: KAFKA-8003
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8003
>             Project: Kafka
>          Issue Type: Bug
>          Components: core, unit tests
>    Affects Versions: 2.2.0
>            Reporter: Matthias J. Sax
>            Assignee: Jason Gustafson
>            Priority: Critical
>              Labels: flaky-test
>             Fix For: 2.2.3
>
>
> To get stable nightly builds for `2.2` release, I create tickets for all observed test failures.
> [https://jenkins.confluent.io/job/apache-kafka-test/job/2.2/34/]
> {quote}java.lang.AssertionError: expected:<1> but was:<0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at kafka.api.TransactionsTest.testFencingOnTransactionExpiration(TransactionsTest.scala:510){quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)