You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/19 07:13:18 UTC

[jira] [Commented] (TAJO-1866) TestHAServiceHDFSImpl:: testAutoFailOver fails occasionally in the Travis CI build.

    [ https://issues.apache.org/jira/browse/TAJO-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153771#comment-15153771 ] 

ASF GitHub Bot commented on TAJO-1866:
--------------------------------------

GitHub user blrunner opened a pull request:

    https://github.com/apache/tajo/pull/966

    TAJO-1866: TestHAServiceHDFSImpl:: testAutoFailOver fails occasionally in the Travis CI build.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/blrunner/tajo TAJO-1866

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/966.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 #966
    
----
commit c34a03cd5f82a53390ca156a52190174820afaff
Author: JaeHwa Jung <bl...@apache.org>
Date:   2016-02-19T05:04:39Z

    TAJO-1866: TestHAServiceHDFSImpl:: testAutoFailOver fails occasionally in the Travis CI build.

commit d0cd5b1935b5d6a67cafbc7e03c46f3efc681a30
Author: JaeHwa Jung <bl...@apache.org>
Date:   2016-02-19T05:41:51Z

    Remove unused codes

commit 597fe0e4c6fcc5a0a258f216f39ebbfbdb824ac5
Author: JaeHwa Jung <bl...@apache.org>
Date:   2016-02-19T05:42:17Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into TAJO-1866

commit 6937257e2d258d3fdf1444d1c547957ca9208145
Author: JaeHwa Jung <bl...@apache.org>
Date:   2016-02-19T05:50:40Z

    Clean up codes

commit 2020db4c710a6e0051b6c2d0fc1ef4ae517bfbc3
Author: JaeHwa Jung <bl...@apache.org>
Date:   2016-02-19T05:51:54Z

    Remove unnecessary lines

commit 522267fc9e55a43a8ac823a2cb48a9d13d4b504d
Author: JaeHwa Jung <bl...@apache.org>
Date:   2016-02-19T05:54:17Z

    Shutdown backup TajoMaster

----


> TestHAServiceHDFSImpl:: testAutoFailOver fails occasionally in the Travis CI build.
> -----------------------------------------------------------------------------------
>
>                 Key: TAJO-1866
>                 URL: https://issues.apache.org/jira/browse/TAJO-1866
>             Project: Tajo
>          Issue Type: Bug
>          Components: Build
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>
> TajoMaster  HA unit test fails occasionally as following:
> {code:xml}
> testAutoFailOver(org.apache.tajo.ha.TestHAServiceHDFSImpl)  Time elapsed: 23.34 sec  <<< FAILURE!
> junit.framework.AssertionFailedError
> 	at junit.framework.Assert.fail(Assert.java:55)
> 	at junit.framework.Assert.assertTrue(Assert.java:22)
> 	at junit.framework.Assert.assertTrue(Assert.java:31)
> 	at org.apache.tajo.ha.TestHAServiceHDFSImpl.testAutoFailOver(TestHAServiceHDFSImpl.java:84)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)