[
https://issues.apache.org/jira/browse/TAJO-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499569#comment-14499569
]
ASF GitHub Bot commented on TAJO-1564:
--------------------------------------
Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/537#issuecomment-93957178
+1 LGTM!
> 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
> Attachments: TAJO-1564.patch
>
>
> 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)