[ https://issues.apache.org/jira/browse/HIVE-22899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17039790#comment-17039790 ]
Hive QA commented on HIVE-22899: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12993778/HIVE-22899.patch {color:green}SUCCESS:{color} +1 due to 11 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 18026 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[avro_alter_table_update_columns] (batchId=37) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[stats_noscan_2] (batchId=42) org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[stats_noscan_2] (batchId=133) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/20725/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/20725/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-20725/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12993778 - PreCommit-HIVE-Build > Make sure qtests clean up copied files from test directories > ------------------------------------------------------------ > > Key: HIVE-22899 > URL: https://issues.apache.org/jira/browse/HIVE-22899 > Project: Hive > Issue Type: Improvement > Reporter: Zoltan Chovan > Assignee: Zoltan Chovan > Priority: Minor > Attachments: HIVE-22899.patch > > > Several qtest files are copying schema or test files to the test directories > (such as ${system:test.tmp.dir} and > ${hiveconf:hive.metastore.warehouse.dir}), many times without changing the > name of the copied file. When the same files is copied by another qtest to > the same directory the copy and hence the test fails. This can lead to flaky > tests when any two of these qtests gets scheduled to the same batch. > > In order to avoid these failures, we should make sure the files copied to the > test dirs have unique names and we should make sure these files are cleaned > up by the same qtest files that copies the file. -- This message was sent by Atlassian Jira (v8.3.4#803005)