[
https://issues.apache.org/jira/browse/DRILL-7710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arina Ielchiieva updated DRILL-7710:
------------------------------------
Labels: ready-to-commit (was: )
> 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
> Priority: Major
> Labels: ready-to-commit
> 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)