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)

Reply via email to