You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (JIRA)" <ji...@apache.org> on 2019/05/07 16:38:00 UTC

[jira] [Resolved] (KUDU-2806) Row count mismatch in testForceIncrementalBackup

     [ https://issues.apache.org/jira/browse/KUDU-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Henke resolved KUDU-2806.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0

Fixed via [https://github.com/apache/kudu/commit/16eae97117f230b25638cf66544318fce25a19ef]

> Row count mismatch in testForceIncrementalBackup
> ------------------------------------------------
>
>                 Key: KUDU-2806
>                 URL: https://issues.apache.org/jira/browse/KUDU-2806
>             Project: Kudu
>          Issue Type: Bug
>          Components: backup
>    Affects Versions: 1.10.0
>            Reporter: Will Berkeley
>            Assignee: Grant Henke
>            Priority: Major
>             Fix For: 1.10.0
>
>         Attachments: test-output.txt
>
>
> Full log attached.
> {noformat}
> testForceIncrementalBackup(org.apache.kudu.backup.TestKuduBackup)
> java.lang.AssertionError: expected:<100> but was:<99>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:834)
> 	at org.junit.Assert.assertEquals(Assert.java:645)
> 	at org.junit.Assert.assertEquals(Assert.java:631)
> 	at org.apache.kudu.backup.TestKuduBackup.validateBackup(TestKuduBackup.scala:384)
> 	at org.apache.kudu.backup.TestKuduBackup.testForceIncrementalBackup(TestKuduBackup.scala:139)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> ...
> {noformat}



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