You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2017/06/12 14:21:00 UTC

[jira] [Commented] (KAFKA-5433) Transient test failure: SaslPlainSslEndToEndAuthorizationTest.testNoProduceWithDescribeAcl

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

Ismael Juma commented on KAFKA-5433:
------------------------------------

Yes, I saw that error too. :( We need a way to detect this as you had done in a previous PR. We could use @AfterClass with a waitUntil to give enough time for shutdown.

> Transient test failure: SaslPlainSslEndToEndAuthorizationTest.testNoProduceWithDescribeAcl
> ------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-5433
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5433
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>
> We seem to be forever committing tests without proper cleanup.
> From https://builds.apache.org/job/kafka-trunk-jdk7/2377/:
> {quote}
> java.lang.SecurityException: zookeeper.set.acl is true, but the verification of the JAAS login file failed.
> 	at kafka.server.KafkaServer.initZk(KafkaServer.scala:325)
> 	at kafka.server.KafkaServer.startup(KafkaServer.scala:191)
> 	at kafka.utils.TestUtils$.createServer(TestUtils.scala:133)
> 	at kafka.integration.KafkaServerTestHarness$$anonfun$setUp$1.apply(KafkaServerTestHarness.scala:91)
> 	at kafka.integration.KafkaServerTestHarness$$anonfun$setUp$1.apply(KafkaServerTestHarness.scala:91)
> 	at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234)
> 	at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234)
> 	at scala.collection.Iterator$class.foreach(Iterator.scala:891)
> 	at scala.collection.AbstractIterator.foreach(Iterator.scala:1334)
> 	at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
> 	at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
> 	at scala.collection.TraversableLike$class.map(TraversableLike.scala:234)
> 	at scala.collection.AbstractTraversable.map(Traversable.scala:104)
> 	at kafka.integration.KafkaServerTestHarness.setUp(KafkaServerTestHarness.scala:91)
> 	at kafka.api.IntegrationTestHarness.setUp(IntegrationTestHarness.scala:64)
> 	at kafka.api.EndToEndAuthorizationTest.setUp(EndToEndAuthorizationTest.scala:158)
> 	at kafka.api.SaslEndToEndAuthorizationTest.setUp(SaslEndToEndAuthorizationTest.scala:47)
> {quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)