[
https://issues.apache.org/jira/browse/FLINK-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267495#comment-14267495
]
ASF GitHub Bot commented on FLINK-1363:
---------------------------------------
GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/288
[FLINK-1363] Fix race condition in
ExecutionVertexCancelTest.testSendCancelAndReceiveFail
Fix race condition in
ExecutionVertexCancelTest.testSendCancelAndReceiveFail by letting the mock task
manager return a successful TaskOperationResult.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/flink
fixExecutionVertexCancelTest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/288.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 #288
----
commit 18bcdee9153ecea267b7758d783533dbafabd860
Author: Till Rohrmann <[email protected]>
Date: 2015-01-07T09:29:45Z
[FLINK-1363] [runtime] [tests] Fix race condition in
ExecutionVertexCancelTest.testSendCancelAndReceiveFail
----
> Race condition in ExecutionVertexCancelTest.testSendCancelAndReceiveFail test
> ------------------------------------------------------------------------------
>
> Key: FLINK-1363
> URL: https://issues.apache.org/jira/browse/FLINK-1363
> Project: Flink
> Issue Type: Bug
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
>
> There is a race condition in the
> ExecutionVertexCancelTest.testSendCancelAndReceiveFail test case between the
> future of the Execution.sendCancelRpcCall and the checks in the test case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)