GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/3237
KAFKA-4948: Create offsets topic in setup of DescribeConsumerGroupTest This should fix transient failures due to timeouts caused by slow auto creation of the offsets topic. Also simplified resource handling and removed the usage of EasyMock that didn't make sense. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-49480-describe-consumer-group-test-failure Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3237.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3237 ---- commit 8c90c4e0597b29051cf6cbba9e0199ea44719516 Author: Ismael Juma <ism...@juma.me.uk> Date: 2017-06-05T11:02:09Z MINOR: Default GroupInitialRebalanceDelayMsProp to 0 and OffsetsTopicPartitionsProp to 5 in tests This should make tests faster. Tests that require specific values can override these values. commit d3fb7c157888011f98fe82f2e0ee159d10278010 Author: Ismael Juma <ism...@juma.me.uk> Date: 2017-06-05T11:07:53Z KAFKA-4948; Create offsets topic in setup of DescribeConsumerGroupTest This should fix transient failures due to timeouts caused by slow auto creation of the offsets topic. Also simplified resource handling and removed the usage of EasyMock that didn't make sense. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---