Jinho Kim created TAJO-1564:
-------------------------------
Summary: 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.10.0, 0.9.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)