You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/25 21:47:00 UTC

[jira] [Commented] (KAFKA-4948) Failure in kafka.admin.DescribeConsumerGroupTest.testDescribeExistingGroupWithNoMembersWithNewConsumer

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

ASF GitHub Bot commented on KAFKA-4948:
---------------------------------------

hachikuji closed pull request #2734: KAFKA-4948: Failure in kafka.admin.DescribeConsumerGroupTest...
URL: https://github.com/apache/kafka/pull/2734
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/core/src/test/scala/unit/kafka/admin/DescribeConsumerGroupTest.scala b/core/src/test/scala/unit/kafka/admin/DescribeConsumerGroupTest.scala
index 905d1133b38..f726bd903ea 100644
--- a/core/src/test/scala/unit/kafka/admin/DescribeConsumerGroupTest.scala
+++ b/core/src/test/scala/unit/kafka/admin/DescribeConsumerGroupTest.scala
@@ -52,7 +52,10 @@ class DescribeConsumerGroupTest extends KafkaServerTestHarness {
   val props = new Properties
 
   // configure the servers and clients
-  override def generateConfigs() = TestUtils.createBrokerConfigs(1, zkConnect, enableControlledShutdown = false).map(KafkaConfig.fromProps(_, overridingProps))
+  override def generateConfigs() = TestUtils.createBrokerConfigs(1, zkConnect, enableControlledShutdown = false).map { config =>
+    config.setProperty(KafkaConfig.OffsetsTopicPartitionsProp, "5")
+    KafkaConfig.fromProps(config, overridingProps)
+  }
 
   @Before
   override def setUp() {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Failure in kafka.admin.DescribeConsumerGroupTest.testDescribeExistingGroupWithNoMembersWithNewConsumer
> ------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-4948
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4948
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: unit tests
>            Reporter: Guozhang Wang
>            Assignee: Rajini Sivaram
>            Priority: Major
>             Fix For: 0.11.0.0
>
>
> We have seen this failure happening quite frequently in Jenkins.
> {code}
> TBD
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)