[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2021-01-29 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=544352=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544352
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 29/Jan/21 16:54
Start Date: 29/Jan/21 16:54
Worklog Time Spent: 10m 
  Work Description: kgyrtkirk merged pull request #1154:
URL: https://github.com/apache/hive/pull/1154


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 544352)
Time Spent: 2h  (was: 1h 50m)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2021-01-29 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=544328=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544328
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 29/Jan/21 15:56
Start Date: 29/Jan/21 15:56
Worklog Time Spent: 10m 
  Work Description: kasakrisz commented on a change in pull request #1154:
URL: https://github.com/apache/hive/pull/1154#discussion_r566916606



##
File path: 
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Mssql.java
##
@@ -72,8 +72,9 @@ public String getInitialJdbcUrl(String hostAddress) {
   }
 
   @Override
-  public boolean isContainerReady(String logOutput) {
-return logOutput.contains(
+  public boolean isContainerReady(ProcessResults pr) {
+return pr.stdout

Review comment:
   ~~Can `pr` or `pr.stdout` be null?~~
   Checked.





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 544328)
Time Spent: 1h 50m  (was: 1h 40m)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2021-01-29 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=544323=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544323
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 29/Jan/21 15:54
Start Date: 29/Jan/21 15:54
Worklog Time Spent: 10m 
  Work Description: kasakrisz commented on a change in pull request #1154:
URL: https://github.com/apache/hive/pull/1154#discussion_r566916606



##
File path: 
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Mssql.java
##
@@ -72,8 +72,9 @@ public String getInitialJdbcUrl(String hostAddress) {
   }
 
   @Override
-  public boolean isContainerReady(String logOutput) {
-return logOutput.contains(
+  public boolean isContainerReady(ProcessResults pr) {
+return pr.stdout

Review comment:
   Can `pr` or `pr.stdout` be null?





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 544323)
Time Spent: 1h 40m  (was: 1.5h)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2021-01-28 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=543650=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-543650
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 28/Jan/21 13:42
Start Date: 28/Jan/21 13:42
Worklog Time Spent: 10m 
  Work Description: kgyrtkirk commented on pull request #1154:
URL: https://github.com/apache/hive/pull/1154#issuecomment-769060118


   @pvary @pvargacl the final patch only adds mysql beyond the existing derby 
and postgres databases - but it enables the precommit tests to run the 
integration tests for those databases during precommit runs



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 543650)
Time Spent: 1.5h  (was: 1h 20m)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2021-01-15 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=536391=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-536391
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 15/Jan/21 09:10
Start Date: 15/Jan/21 09:10
Worklog Time Spent: 10m 
  Work Description: kgyrtkirk opened a new pull request #1154:
URL: https://github.com/apache/hive/pull/1154


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 536391)
Time Spent: 1h 20m  (was: 1h 10m)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2020-12-18 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=526200=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-526200
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 19/Dec/20 00:54
Start Date: 19/Dec/20 00:54
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] closed pull request #1154:
URL: https://github.com/apache/hive/pull/1154


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 526200)
Time Spent: 1h 10m  (was: 1h)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2020-12-11 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=523133=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-523133
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 11/Dec/20 10:30
Start Date: 11/Dec/20 10:30
Worklog Time Spent: 10m 
  Work Description: kgyrtkirk opened a new pull request #1154:
URL: https://github.com/apache/hive/pull/1154


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 523133)
Time Spent: 1h  (was: 50m)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2020-09-28 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=492197=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492197
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 29/Sep/20 00:49
Start Date: 29/Sep/20 00:49
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] closed pull request #1154:
URL: https://github.com/apache/hive/pull/1154


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 492197)
Time Spent: 50m  (was: 40m)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2020-09-22 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=488821=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-488821
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 23/Sep/20 04:12
Start Date: 23/Sep/20 04:12
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] commented on pull request #1154:
URL: https://github.com/apache/hive/pull/1154#issuecomment-696455704


   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the d...@hive.apache.org list if the patch is in 
need of reviews.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 488821)
Time Spent: 40m  (was: 0.5h)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2020-09-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=487463=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-487463
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 22/Sep/20 03:03
Start Date: 22/Sep/20 03:03
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] commented on pull request #1154:
URL: https://github.com/apache/hive/pull/1154#issuecomment-696455704


   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the d...@hive.apache.org list if the patch is in 
need of reviews.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 487463)
Time Spent: 0.5h  (was: 20m)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2020-09-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=487367=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-487367
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 22/Sep/20 00:48
Start Date: 22/Sep/20 00:48
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] commented on pull request #1154:
URL: https://github.com/apache/hive/pull/1154#issuecomment-696455704


   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the d...@hive.apache.org list if the patch is in 
need of reviews.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 487367)
Time Spent: 20m  (was: 10m)

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




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


[jira] [Work logged] (HIVE-23728) Run metastore verification tests during precommit

2020-06-19 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23728?focusedWorklogId=448662=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-448662
 ]

ASF GitHub Bot logged work on HIVE-23728:
-

Author: ASF GitHub Bot
Created on: 19/Jun/20 20:07
Start Date: 19/Jun/20 20:07
Worklog Time Spent: 10m 
  Work Description: kgyrtkirk opened a new pull request #1154:
URL: https://github.com/apache/hive/pull/1154


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 448662)
Remaining Estimate: 0h
Time Spent: 10m

> Run metastore verification tests during precommit
> -
>
> Key: HIVE-23728
> URL: https://issues.apache.org/jira/browse/HIVE-23728
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zoltan Haindrich
>Assignee: Zoltan Haindrich
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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