[ https://issues.apache.org/jira/browse/KAFKA-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943378#comment-14943378 ]
Ismael Juma commented on KAFKA-2587: ------------------------------------ Another failure, output looks different: kafka.security.auth.SimpleAclAuthorizerTest > testAclManagementAPIs FAILED java.lang.AssertionError: expected:<Map(Topic:* -> Set(User:bob has Allow permission for operations: Read from hosts: *), Cluster:* -> Set(User:bob has Allow permission for operations: Read from hosts: host1), Topic:86ea4eba-dba9-4500-8d8a-546f70763860 -> Set(User:alice has Allow permission for operations: Write from hosts: host1, User:bob has Allow permission for operations: Write from hosts: host2, User:bob has Allow permission for operations: Read from hosts: host2, User:alice has Allow permission for operations: Read from hosts: host1, User:bob has Allow permission for operations: Read from hosts: *), ConsumerGroup:test-ConsumerGroup -> Set(User:alice has Allow permission for operations: Write from hosts: host1, User:bob has Allow permission for operations: Write from hosts: host2, User:bob has Allow permission for operations: Read from hosts: host2, User:alice has Allow permission for operations: Read from hosts: host1, User:bob has Allow permission for operations: Read from hosts: *), ConsumerGroup:* -> Set(User:alice has Allow permission for operations: Write from hosts: host1, User:bob has Allow permission for operations: Write from hosts: host2, User:bob has Allow permission for operations: Read from hosts: host2, User:alice has Allow permission for operations: Read from hosts: host1, User:bob has Allow permission for operations: Read from hosts: *))> but was:<Map(Topic:* -> Set(User:bob has Allow permission for operations: Read from hosts: *), Cluster:* -> Set(User:bob has Allow permission for operations: Read from hosts: host1), Topic:86ea4eba-dba9-4500-8d8a-546f70763860 -> Set(User:bob has Allow permission for operations: Write from hosts: host2, User:alice has Allow permission for operations: Write from hosts: host1, User:alice has Allow permission for operations: Read from hosts: host1, User:bob has Allow permission for operations: Read from hosts: host2), ConsumerGroup:test-ConsumerGroup -> Set(User:alice has Allow permission for operations: Write from hosts: host1, User:bob has Allow permission for operations: Write from hosts: host2, User:bob has Allow permission for operations: Read from hosts: host2, User:alice has Allow permission for operations: Read from hosts: host1, User:bob has Allow permission for operations: Read from hosts: *), ConsumerGroup:* -> Set(User:alice has Allow permission for operations: Write from hosts: host1, User:bob has Allow permission for operations: Write from hosts: host2, User:bob has Allow permission for operations: Read from hosts: host2, User:alice has Allow permission for operations: Read from hosts: host1, User:bob has Allow permission for operations: Read from hosts: *))> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:144) at kafka.security.auth.SimpleAclAuthorizerTest.testAclManagementAPIs(SimpleAclAuthorizerTest.scala:214) https://builds.apache.org/job/kafka-trunk-git-pr/670/console > Transient test failure: `SimpleAclAuthorizerTest` > ------------------------------------------------- > > Key: KAFKA-2587 > URL: https://issues.apache.org/jira/browse/KAFKA-2587 > Project: Kafka > Issue Type: Sub-task > Reporter: Ismael Juma > Assignee: Parth Brahmbhatt > Fix For: 0.9.0.0 > > > I've seen `SimpleAclAuthorizerTest ` fail a couple of times since its recent > introduction. Here's one such build: > https://builds.apache.org/job/kafka-trunk-git-pr/576/console > [~parth.brahmbhatt], can you please take a look and see if it's an easy fix? -- This message was sent by Atlassian JIRA (v6.3.4#6332)