[
https://issues.apache.org/jira/browse/HIVE-23510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17113116#comment-17113116
]
Hive QA commented on HIVE-23510:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/13003589/HIVE-23510.03.patch
{color:red}ERROR:{color} -1 due to build exiting with an error
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/22518/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/22518/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-22518/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Tests exited with: NonZeroExitCodeException
Command 'bash /data/hiveptest/working/scratch/source-prep.sh' failed with exit
status 1 and output '+ date '+%Y-%m-%d %T.%3N'
2020-05-21 11:52:29.447
+ [[ -n /usr/lib/jvm/java-8-openjdk-amd64 ]]
+ export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ export
PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+
PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ export 'ANT_OPTS=-Xmx1g -XX:MaxPermSize=256m '
+ ANT_OPTS='-Xmx1g -XX:MaxPermSize=256m '
+ export 'MAVEN_OPTS=-Xmx1g '
+ MAVEN_OPTS='-Xmx1g '
+ cd /data/hiveptest/working/
+ tee /data/hiveptest/logs/PreCommit-HIVE-Build-22518/source-prep.txt
+ [[ false == \t\r\u\e ]]
+ mkdir -p maven ivy
+ [[ git = \s\v\n ]]
+ [[ git = \g\i\t ]]
+ [[ -z master ]]
+ [[ -d apache-github-source-source ]]
+ [[ ! -d apache-github-source-source/.git ]]
+ [[ ! -d apache-github-source-source ]]
+ date '+%Y-%m-%d %T.%3N'
2020-05-21 11:52:29.449
+ cd apache-github-source-source
+ git fetch origin
>From https://github.com/apache/hive
29db9e6..b047cfa master -> origin/master
+ git reset --hard HEAD
HEAD is now at 29db9e6 HIVE-22971: Eliminate file rename in insert-only
compactor (Karen Coppage via Peter Vary)
+ git clean -f -d
Removing standalone-metastore/metastore-server/src/gen/
+ git checkout master
Already on 'master'
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
(use "git pull" to update your local branch)
+ git reset --hard origin/master
HEAD is now at b047cfa HIVE-23433: Add Deny Policy on Target Database After
Ranger Replication to avoid writes (Aasha Medhi, reviewed by Pravin Kumar Sinha)
+ git merge --ff-only origin/master
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2020-05-21 11:52:31.018
+ rm -rf ../yetus_PreCommit-HIVE-Build-22518
+ mkdir ../yetus_PreCommit-HIVE-Build-22518
+ git gc
+ cp -R . ../yetus_PreCommit-HIVE-Build-22518
+ mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-22518/yetus
+ patchCommandPath=/data/hiveptest/working/scratch/smart-apply-patch.sh
+ patchFilePath=/data/hiveptest/working/scratch/build.patch
+ [[ -f /data/hiveptest/working/scratch/build.patch ]]
+ chmod +x /data/hiveptest/working/scratch/smart-apply-patch.sh
+ /data/hiveptest/working/scratch/smart-apply-patch.sh
/data/hiveptest/working/scratch/build.patch
Trying to apply the patch with -p0
error: patch failed: itests/src/test/resources/testconfiguration.properties:489
Falling back to three-way merge...
Applied patch to 'itests/src/test/resources/testconfiguration.properties' with
conflicts.
Going to apply patch with: git apply -p0
/data/hiveptest/working/scratch/build.patch:4352: trailing whitespace.
x+1 string
/data/hiveptest/working/scratch/build.patch:4353: trailing whitespace.
y&y string
/data/hiveptest/working/scratch/build.patch:4354: trailing whitespace.
~!@#$%^&*()_q<> string
/data/hiveptest/working/scratch/build.patch:4440: trailing whitespace.
Map 1
/data/hiveptest/working/scratch/build.patch:4467: trailing whitespace.
Reducer 2
error: patch failed: itests/src/test/resources/testconfiguration.properties:489
Falling back to three-way merge...
Applied patch to 'itests/src/test/resources/testconfiguration.properties' with
conflicts.
U itests/src/test/resources/testconfiguration.properties
warning: squelched 8 whitespace errors
warning: 13 lines add whitespace errors.
+ result=1
+ '[' 1 -ne 0 ']'
+ rm -rf yetus_PreCommit-HIVE-Build-22518
+ exit 1
'
{noformat}
This message is automatically generated.
ATTACHMENT ID: 13003589 - PreCommit-HIVE-Build
> TestMiniLlapLocalCliDriver should be the default driver for q tests
> -------------------------------------------------------------------
>
> Key: HIVE-23510
> URL: https://issues.apache.org/jira/browse/HIVE-23510
> Project: Hive
> Issue Type: Sub-task
> Reporter: Miklos Gergely
> Assignee: Miklos Gergely
> Priority: Major
> Attachments: HIVE-23510.01.patch, HIVE-23510.02.patch,
> HIVE-23510.03.patch
>
>
> Set TestMiniLlapLocalCliDriver as the default driver. For now the few tests
> still processed by TestCliDriver should be marked in the
> testconfiguration.properties, until it is completely eliminated.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)