Repository: kafka Updated Branches: refs/heads/trunk 5033b9613 -> 31f621716
kafka-2103; kafka.producer.AsyncProducerTest failure; patched by Ewen Cheslack-Postava; reviewed by Jun Rao Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/31f62171 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/31f62171 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/31f62171 Branch: refs/heads/trunk Commit: 31f621716ebace5a05d5cbf65d7d5bf2a902ea7b Parents: 5033b96 Author: Ewen Cheslack-Postava <[email protected]> Authored: Thu Jul 16 17:57:12 2015 -0700 Committer: Jun Rao <[email protected]> Committed: Thu Jul 16 17:57:12 2015 -0700 ---------------------------------------------------------------------- core/src/test/scala/unit/kafka/utils/TestUtils.scala | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/31f62171/core/src/test/scala/unit/kafka/utils/TestUtils.scala ---------------------------------------------------------------------- diff --git a/core/src/test/scala/unit/kafka/utils/TestUtils.scala b/core/src/test/scala/unit/kafka/utils/TestUtils.scala index 17e9fe4..eb169d8 100755 --- a/core/src/test/scala/unit/kafka/utils/TestUtils.scala +++ b/core/src/test/scala/unit/kafka/utils/TestUtils.scala @@ -158,6 +158,7 @@ object TestUtils extends Logging { props.put("controlled.shutdown.enable", enableControlledShutdown.toString) props.put("delete.topic.enable", enableDeleteTopic.toString) props.put("controlled.shutdown.retry.backoff.ms", "100") + props.put("port", port.toString) props }
