[
https://issues.apache.org/jira/browse/TAJO-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499425#comment-14499425
]
ASF GitHub Bot commented on TAJO-1564:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/537
TAJO-1564: TestFetcher fails occasionally.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1564
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/537.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 #537
----
commit 857e34fdd8718680ded398dcf10e7a1e6cce03bb
Author: Jinho Kim <[email protected]>
Date: 2015-04-17T07:52:51Z
TAJO-1564: TestFetcher fails occasionally.
----
> TestFetcher fails occasionally
> ------------------------------
>
> Key: TAJO-1564
> URL: https://issues.apache.org/jira/browse/TAJO-1564
> Project: Tajo
> Issue Type: Bug
> Components: test
> Affects Versions: 0.9.0, 0.10.0
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Priority: Minor
>
> The problem is that channel is closed before state is changed.
> {noformat}
> Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.859 sec <<<
> FAILURE! - in org.apache.tajo.worker.TestFetcher
> testNoContentFetch(org.apache.tajo.worker.TestFetcher) Time elapsed: 0.531
> sec <<< FAILURE!
> java.lang.AssertionError: expected:<FETCH_FINISHED> but was:<FETCH_FETCHING>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at
> org.apache.tajo.worker.TestFetcher.testNoContentFetch(TestFetcher.java:172)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)