You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Arina Ielchiieva (Jira)" <ji...@apache.org> on 2020/04/18 13:22:00 UTC

[jira] [Created] (DRILL-7710) Fix TestMetastoreCommands#testDefaultSegment test

Arina Ielchiieva created DRILL-7710:
---------------------------------------

             Summary: Fix TestMetastoreCommands#testDefaultSegment test
                 Key: DRILL-7710
                 URL: https://issues.apache.org/jira/browse/DRILL-7710
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.17.0
            Reporter: Arina Ielchiieva
            Assignee: Vova Vysotskyi
             Fix For: 1.18.0


Test {{TestMetastoreCommands#testDefaultSegment}} sometimes fails:

{noformat}
[ERROR]   TestMetastoreCommands.testDefaultSegment:1870 expected:<SegmentMetadata[
column=null,
path=/root/drillAutomation/builds/drill/exec/java-exec/target/org.apache.drill.exec.sql.TestMetastoreCommands/dfsTestTmp/1587168639522-0/multilevel/parquet/1994/Q1,
partitionValues=null,
locations=[/root/drillAutomation/builds/drill/exec/java-exec/target/org.apache.drill.exec.sql.TestMetastoreCommands/dfsTestTmp/1587168639522-0/multilevel/parquet/1994/Q1/orders_94_q1.parquet],
tableInfo=TableInfo[storagePlugin=dfs, workspace=tmp, name=multilevel/parquet/1994/Q1, type=null, owner=null],
metadataInfo=MetadataInfo[type=SEGMENT, key=DEFAULT_SEGMENT, identifier=null],
schema=null,
columnsStatistics={},
metadataStatistics={},
lastModifiedTime=1587167178000]> but was:<SegmentMetadata[
column=null,
path=/root/drillAutomation/builds/drill/exec/java-exec/target/org.apache.drill.exec.sql.TestMetastoreCommands/dfsTestTmp/1587125640835-0/multilevel/parquet/1994/Q1,
partitionValues=null,
locations=[/root/drillAutomation/builds/drill/exec/java-exec/target/org.apache.drill.exec.sql.TestMetastoreCommands/dfsTestTmp/1587125640835-0/multilevel/parquet/1994/Q1/orders_94_q1.parquet],
tableInfo=TableInfo[storagePlugin=dfs, workspace=tmp, name=multilevel/parquet/1994/Q1, type=null, owner=null],
metadataInfo=MetadataInfo[type=SEGMENT, key=DEFAULT_SEGMENT, identifier=DEFAULT_SEGMENT],
schema=null,
columnsStatistics={},
metadataStatistics={},
lastModifiedTime=1587124183000]>
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)