You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/15 16:52:00 UTC

[jira] [Commented] (HIVE-19197) TestReplicationScenarios is flaky

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

ASF GitHub Bot commented on HIVE-19197:
---------------------------------------

GitHub user sankarh opened a pull request:

    https://github.com/apache/hive/pull/333

    HIVE-19197: TestReplicationScenarios is flaky

    

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

    $ git pull https://github.com/sankarh/hive HIVE-19197

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

    https://github.com/apache/hive/pull/333.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 #333
    
----
commit 07cb28befb39978abffe0ec270df6324ef4a22ae
Author: Sankar Hariappan <ma...@...>
Date:   2018-04-15T12:56:37Z

    HIVE-19197: TestReplicationScenarios is flaky

----


> TestReplicationScenarios is flaky
> ---------------------------------
>
>                 Key: HIVE-19197
>                 URL: https://issues.apache.org/jira/browse/HIVE-19197
>             Project: Hive
>          Issue Type: Sub-task
>          Components: repl, Test
>            Reporter: Ashutosh Chauhan
>            Assignee: Sankar Hariappan
>            Priority: Major
>              Labels: pull-request-available
>
> Fails once in a while.
> {code}
> java.lang.AssertionError: expected:<1> but was:<0>
> 	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:555)
> 	at org.junit.Assert.assertEquals(Assert.java:542)
> 	at org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.verifyResults(TestReplicationScenarios.java:3629)
> 	at org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.verifyRun(TestReplicationScenarios.java:3711)
> 	at org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.verifyRun(TestReplicationScenarios.java:3706)
> 	at org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.verifyAndReturnTblReplStatus(TestReplicationScenarios.java:3600)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)