[
https://issues.apache.org/jira/browse/TAJO-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991396#comment-14991396
]
ASF GitHub Bot commented on TAJO-1965:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/849
TAJO-1965: TestBlockingRpc::testServerShutdown occassionally fails.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1965
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/849.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 #849
----
commit 79d2e15445e0a43fc91d9212522d77cc777a54b0
Author: Jinho Kim <[email protected]>
Date: 2015-11-05T09:29:04Z
TAJO-1965: TestBlockingRpc::testServerShutdown occassionally fails.
----
> TestBlockingRpc::testServerShutdown occassionally fails
> -------------------------------------------------------
>
> Key: TAJO-1965
> URL: https://issues.apache.org/jira/browse/TAJO-1965
> Project: Tajo
> Issue Type: Bug
> Components: RPC, Unit Test
> Affects Versions: 0.11.0
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Priority: Trivial
> Fix For: 0.12.0, 0.11.1
>
>
> RPC server should shutdown gracefully for testing
> {noformat}
> Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.522 sec
> <<< FAILURE! - in org.apache.tajo.rpc.TestBlockingRpc
> testServerShutdown2(org.apache.tajo.rpc.TestBlockingRpc) Time elapsed: 0.012
> sec <<< FAILURE!
> java.lang.AssertionError: TestBlockingRpc
> at org.junit.Assert.fail(Assert.java:88)
> at
> org.apache.tajo.rpc.TestBlockingRpc.testServerShutdown2(TestBlockingRpc.java:241)
> Results :
> Failed tests:
> TestBlockingRpc.testServerShutdown2:241 TestBlockingRpc
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)