You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2019/08/13 17:04:00 UTC

[jira] [Created] (KAFKA-8798) SaslOAuthBearerSslEndToEndAuthorizationTest.testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl

Gwen Shapira created KAFKA-8798:
-----------------------------------

             Summary: SaslOAuthBearerSslEndToEndAuthorizationTest.testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl
                 Key: KAFKA-8798
                 URL: https://issues.apache.org/jira/browse/KAFKA-8798
             Project: Kafka
          Issue Type: Improvement
    Affects Versions: 2.4.0
            Reporter: Gwen Shapira


https://builds.apache.org/job/kafka-pr-jdk11-scala2.12/6937/testReport/junit/kafka.api/SaslOAuthBearerSslEndToEndAuthorizationTest/testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl/

```
Error Message
org.scalatest.exceptions.TestFailedException: Consumed 0 records before timeout instead of the expected 1 records
Stacktrace
org.scalatest.exceptions.TestFailedException: Consumed 0 records before timeout instead of the expected 1 records
	at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:530)
	at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:529)
	at org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1389)
	at org.scalatest.Assertions.fail(Assertions.scala:1091)
	at org.scalatest.Assertions.fail$(Assertions.scala:1087)
	at org.scalatest.Assertions$.fail(Assertions.scala:1389)
	at kafka.utils.TestUtils$.waitUntilTrue(TestUtils.scala:822)
	at kafka.utils.TestUtils$.pollRecordsUntilTrue(TestUtils.scala:781)
	at kafka.utils.TestUtils$.pollUntilAtLeastNumRecords(TestUtils.scala:1312)
	at kafka.utils.TestUtils$.consumeRecords(TestUtils.scala:1320)
	at kafka.api.EndToEndAuthorizationTest.consumeRecords(EndToEndAuthorizationTest.scala:522)
	at kafka.api.EndToEndAuthorizationTest.testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl(EndToEndAuthorizationTest.scala:361)
```



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)