[jira] [Commented] (HIVE-22864) Add option to DatabaseRule to run the Schema Tool in verbose mode for tests

2020-02-11 Thread Miklos Gergely (Jira)


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

Miklos Gergely commented on HIVE-22864:
---

Merged to master, thanks [~abstractdog]!

> Add option to DatabaseRule to run the Schema Tool in verbose mode for tests
> ---
>
> Key: HIVE-22864
> URL: https://issues.apache.org/jira/browse/HIVE-22864
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Fix For: 4.0.0
>
> Attachments: HIVE-22864.01.patch
>
>
> Running the database schema tests in the metastore is always in non-verbose 
> mode, which can be helpful in case there is an error. Let's introduce a new 
> maven argument for the tests (-Dverbose.schematool) with which the output of 
> the Schema Tool is in verbose mode.



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


[jira] [Commented] (HIVE-22864) Add option to DatabaseRule to run the Schema Tool in verbose mode for tests

2020-02-11 Thread Hive QA (Jira)


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

Hive QA commented on HIVE-22864:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12993104/HIVE-22864.01.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 17990 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/20557/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/20557/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-20557/

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
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12993104 - PreCommit-HIVE-Build

> Add option to DatabaseRule to run the Schema Tool in verbose mode for tests
> ---
>
> Key: HIVE-22864
> URL: https://issues.apache.org/jira/browse/HIVE-22864
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Fix For: 4.0.0
>
> Attachments: HIVE-22864.01.patch
>
>
> Running the database schema tests in the metastore is always in non-verbose 
> mode, which can be helpful in case there is an error. Let's introduce a new 
> maven argument for the tests (-Dverbose.schematool) with which the output of 
> the Schema Tool is in verbose mode.



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


[jira] [Commented] (HIVE-22864) Add option to DatabaseRule to run the Schema Tool in verbose mode for tests

2020-02-11 Thread Hive QA (Jira)


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

Hive QA commented on HIVE-22864:


| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} @author {color} | {color:green}  0m  
1s{color} | {color:green} The patch does not contain any @author tags. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
| {color:blue}0{color} | {color:blue} mvndep {color} | {color:blue}  0m 
41s{color} | {color:blue} Maven dependency ordering for branch {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  9m 
17s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  1m 
34s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green}  0m 
41s{color} | {color:green} master passed {color} |
| {color:blue}0{color} | {color:blue} findbugs {color} | {color:blue}  1m 
19s{color} | {color:blue} standalone-metastore/metastore-server in master has 
181 extant Findbugs warnings. {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  1m 
49s{color} | {color:green} master passed {color} |
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:blue}0{color} | {color:blue} mvndep {color} | {color:blue}  0m 
12s{color} | {color:blue} Maven dependency ordering for patch {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  1m 
48s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  1m 
35s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green}  1m 
35s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green}  0m 
43s{color} | {color:green} the patch passed {color} |
| {color:red}-1{color} | {color:red} whitespace {color} | {color:red}  0m  
0s{color} | {color:red} The patch has 1 line(s) that end in whitespace. Use git 
apply --whitespace=fix <>. Refer https://git-scm.com/docs/git-apply 
{color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green}  1m 
19s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  1m 
37s{color} | {color:green} the patch passed {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green}  0m 
13s{color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 23m 22s{color} | 
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Optional Tests |  asflicense  javac  javadoc  findbugs  checkstyle  compile  |
| uname | Linux hiveptest-server-upstream 3.16.0-4-amd64 #1 SMP Debian 
3.16.43-2+deb8u5 (2017-09-19) x86_64 GNU/Linux |
| Build tool | maven |
| Personality | 
/data/hiveptest/working/yetus_PreCommit-HIVE-Build-20557/dev-support/hive-personality.sh
 |
| git revision | master / 8ff1fb9 |
| Default Java | 1.8.0_111 |
| findbugs | v3.0.0 |
| whitespace | 
http://104.198.109.242/logs//PreCommit-HIVE-Build-20557/yetus/whitespace-eol.txt
 |
| modules | C: standalone-metastore standalone-metastore/metastore-server U: 
standalone-metastore |
| Console output | 
http://104.198.109.242/logs//PreCommit-HIVE-Build-20557/yetus.txt |
| Powered by | Apache Yetushttp://yetus.apache.org |


This message was automatically generated.



> Add option to DatabaseRule to run the Schema Tool in verbose mode for tests
> ---
>
> Key: HIVE-22864
> URL: https://issues.apache.org/jira/browse/HIVE-22864
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Fix For: 4.0.0
>
> Attachments: HIVE-22864.01.patch
>
>
> Running the database schema tests in the metastore is always in non-verbose 
> mode, which can be helpful in case there is an error. Let's introduce a new 
> maven argument for the tests (-Dverbose.schematool) with which the output of 
> the Schema Tool is in verbose mode.



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


[jira] [Commented] (HIVE-22864) Add option to DatabaseRule to run the Schema Tool in verbose mode for tests

2020-02-10 Thread Jira


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

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

+1

> Add option to DatabaseRule to run the Schema Tool in verbose mode for tests
> ---
>
> Key: HIVE-22864
> URL: https://issues.apache.org/jira/browse/HIVE-22864
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Fix For: 4.0.0
>
> Attachments: HIVE-22864.01.patch
>
>
> Running the database schema tests in the metastore is always in non-verbose 
> mode, which can be helpful in case there is an error. Let's introduce a new 
> maven argument for the tests (-Dverbose.schematool) with which the output of 
> the Schema Tool is in verbose mode.



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


[jira] [Commented] (HIVE-22864) Add option to DatabaseRule to run the Schema Tool in verbose mode for tests

2020-02-10 Thread Miklos Gergely (Jira)


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

Miklos Gergely commented on HIVE-22864:
---

[~vgarg] please review.

> Add option to DatabaseRule to run the Schema Tool in verbose mode for tests
> ---
>
> Key: HIVE-22864
> URL: https://issues.apache.org/jira/browse/HIVE-22864
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-22864.01.patch
>
>
> Running the database schema tests in the metastore is always in non-verbose 
> mode, which can be helpful in case there is an error. Let's introduce a new 
> maven argument for the tests (-Dverbose.schematool) with which the output of 
> the Schema Tool is in verbose mode.



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