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

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

Will Berkeley created KUDU-2806:
-----------------------------------

             Summary: 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.9.0
            Reporter: Will Berkeley
         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)