GitHub user ijuma opened a pull request:
https://github.com/apache/kafka/pull/4142
MINOR: Use Scala Future in CoreUtils test
Also rename UtilsTest to CoreUtilsTest and note
that `getOrElseUpdate` has the right behaviour
in Scala 2.12.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijuma/kafka
use-scala-futures-in-core-utils-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4142.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 #4142
----
commit 5a1b360f29dbecca0e66e74e0516b51f686baaef
Author: Ismael Juma <[email protected]>
Date: 2017-10-27T02:46:46Z
MINOR: Use Scala Future in CoreUtils test
Also rename UtilsTest to CoreUtilsTest.
----
---