[
https://issues.apache.org/jira/browse/TAJO-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501128#comment-14501128
]
Hudson commented on TAJO-1564:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #312 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/312/])
TAJO-1564: TestFetcher fails occasionally. (jinho) (jhkim: rev
048af99fdd765fdcd0d3ab100a4773e89ca4efb2)
* CHANGES
* tajo-core/src/main/java/org/apache/tajo/worker/Fetcher.java
> 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
> Fix For: 0.11.0, 0.10.1
>
> 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)