[ 
https://issues.apache.org/jira/browse/HIVE-22617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16993592#comment-16993592
 ] 

László Bodor commented on HIVE-22617:
-------------------------------------

uploaded 01.patch, by which it seems to pass consistently
the main problem is that missingTable HashSet hasn't been shared between qtest 
dataset handlers as static, but it should be shared, similarly so srcTables, 
because this way multiple datasethandlers could go for initializing the same 
table
reproduced and tested with minimal script:
{code}
for (( c=1; c<=100; c++ ))
do
        banner "$c"
        mvn clean test -Pitests,hadoop-2 -Denforcer.skip=true 
-Dtest=TestMTQueries -pl ./itests/hive-unit
        success=$?
        [ $success -eq 0 ] || break;
done
{code}

> Re-Enable PreCommit test 
> org.apache.hadoop.hive.ql.TestMTQueries.testMTQueries1
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-22617
>                 URL: https://issues.apache.org/jira/browse/HIVE-22617
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Oliver Draese
>            Assignee: László Bodor
>            Priority: Major
>         Attachments: HIVE-22617.01.patch, hive.log, initialize.log
>
>
> The test was disabled via HIVE-22616 because it was flaky. If the test is 
> considered valid, it needs to be fixed and re-enabled.



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

Reply via email to