[
https://issues.apache.org/jira/browse/KAFKA-3678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304237#comment-15304237
]
ASF GitHub Bot commented on KAFKA-3678:
---------------------------------------
GitHub user enothereska opened a pull request:
https://github.com/apache/kafka/pull/1439
KAFKA-3678: Removed sleep
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/enothereska/kafka KAFKA-3678-timeouts1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1439.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 #1439
----
commit 353bff74a853f41e0722eebbff6517ce7123c71a
Author: Eno Thereska <[email protected]>
Date: 2016-05-27T15:55:19Z
Removed sleep as per Guozhang's suggestion
commit 4a6750418daa810ffe40ce9332be014777aa8cbb
Author: Eno Thereska <[email protected]>
Date: 2016-05-27T15:56:46Z
Removed comment
----
> Fix stream integration test timeouts
> ------------------------------------
>
> Key: KAFKA-3678
> URL: https://issues.apache.org/jira/browse/KAFKA-3678
> Project: Kafka
> Issue Type: Sub-task
> Affects Versions: 0.10.1.0
> Reporter: Eno Thereska
> Assignee: Eno Thereska
> Labels: transient-unit-test-failure
> Fix For: 0.10.1.0
>
>
> The integration tests for streams rely on timeouts to check when data has
> been processed. The timeouts are often large (e.g, 10 seconds) and still
> occasionally they trigger prematurely. They need to be replaced by
> waitUntilTrue and some logic that checks when processing in streams is
> complete.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)