You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Adar Dembo (JIRA)" <ji...@apache.org> on 2017/10/02 03:23:03 UTC

[jira] [Created] (KUDU-2164) AlterTableTest.TestMajorCompactDeltasAfterUpdatingRemovedColumn is flaky

Adar Dembo created KUDU-2164:
--------------------------------

             Summary: AlterTableTest.TestMajorCompactDeltasAfterUpdatingRemovedColumn is flaky
                 Key: KUDU-2164
                 URL: https://issues.apache.org/jira/browse/KUDU-2164
             Project: Kudu
          Issue Type: Bug
          Components: test
    Affects Versions: 1.4.0
            Reporter: Adar Dembo
         Attachments: alter_table-test.txt

Note: I spotted this in a branch-1.4.x; maybe this has been fixed on master?

Here's the failure snippet. I'm attaching the complete test log too.
{noformat}
/home/jenkins-slave/workspace/kudu-branch-1.4.x/1/src/kudu/integration-tests/alter_table-test.cc:912: Failure
Value of: JoinStrings(rows, "\n")
  Actual: "Dumping tablet:\n---------------------------\nMRS memrowset:\nRowSet RowSet(0):\nRowIdxInBlock: 0; Base: (int32 c0=0, int32 c2=12345); Undo Mutations: [@4(DELETE)]; Redo Mutations: [@6(SET [unknown column id 11]=1\\xd4\\x00\\x00)];"
Expected: "Dumping tablet:\n" "---------------------------\n" "MRS memrowset:\n" "RowSet RowSet(0):\n" "RowIdxInBlock: 0; Base: (int32 c0=0, int32 c2=12345); Undo Mutations: [@4(DELETE)]; " "Redo Mutations: [];"
Which is: "Dumping tablet:\n---------------------------\nMRS memrowset:\nRowSet RowSet(0):\nRowIdxInBlock: 0; Base: (int32 c0=0, int32 c2=12345); Undo Mutations: [@4(DELETE)]; Redo Mutations: [];"
{noformat}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)