[Impala-ASF-CR] IMPALA-8315: ignore rmtree errors in run stmt in hive()

2019-06-25 Thread Tim Armstrong (Code Review)
Tim Armstrong has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/13720 )

Change subject: IMPALA-8315: ignore rmtree errors in run_stmt_in_hive()
..

IMPALA-8315: ignore rmtree errors in run_stmt_in_hive()

Per Joe's suggestion in the JIRA, we shouldn't fail the
test if rmtree() hits an error.

Change-Id: Ic303b61e4df0a7a3fcabbae812a6d2b9a8aa52df
Reviewed-on: http://gerrit.cloudera.org:8080/13720
Tested-by: Impala Public Jenkins 
Reviewed-by: Joe McDonnell 
---
M tests/common/impala_test_suite.py
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Impala Public Jenkins: Verified
  Joe McDonnell: Looks good to me, approved

--
To view, visit http://gerrit.cloudera.org:8080/13720
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic303b61e4df0a7a3fcabbae812a6d2b9a8aa52df
Gerrit-Change-Number: 13720
Gerrit-PatchSet: 2
Gerrit-Owner: Tim Armstrong 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Reviewer: Tim Armstrong 


[Impala-ASF-CR] IMPALA-8315: ignore rmtree errors in run stmt in hive()

2019-06-25 Thread Joe McDonnell (Code Review)
Joe McDonnell has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13720 )

Change subject: IMPALA-8315: ignore rmtree errors in run_stmt_in_hive()
..


Patch Set 1: Code-Review+2


--
To view, visit http://gerrit.cloudera.org:8080/13720
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic303b61e4df0a7a3fcabbae812a6d2b9a8aa52df
Gerrit-Change-Number: 13720
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Armstrong 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Comment-Date: Tue, 25 Jun 2019 21:30:44 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-8315: ignore rmtree errors in run stmt in hive()

2019-06-25 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13720 )

Change subject: IMPALA-8315: ignore rmtree errors in run_stmt_in_hive()
..


Patch Set 1: Verified+1


--
To view, visit http://gerrit.cloudera.org:8080/13720
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic303b61e4df0a7a3fcabbae812a6d2b9a8aa52df
Gerrit-Change-Number: 13720
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Armstrong 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Comment-Date: Tue, 25 Jun 2019 11:22:16 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-8315: ignore rmtree errors in run stmt in hive()

2019-06-25 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13720 )

Change subject: IMPALA-8315: ignore rmtree errors in run_stmt_in_hive()
..


Patch Set 1:

Build Successful

https://jenkins.impala.io/job/gerrit-code-review-checks/3732/ : Initial code 
review checks passed. Use gerrit-verify-dryrun-external or gerrit-verify-dryrun 
to run full precommit tests.


--
To view, visit http://gerrit.cloudera.org:8080/13720
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic303b61e4df0a7a3fcabbae812a6d2b9a8aa52df
Gerrit-Change-Number: 13720
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Armstrong 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Comment-Date: Tue, 25 Jun 2019 06:30:40 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-8315: ignore rmtree errors in run stmt in hive()

2019-06-24 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13720 )

Change subject: IMPALA-8315: ignore rmtree errors in run_stmt_in_hive()
..


Patch Set 1:

Build started: https://jenkins.impala.io/job/gerrit-verify-dryrun/4534/ 
DRY_RUN=false


--
To view, visit http://gerrit.cloudera.org:8080/13720
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic303b61e4df0a7a3fcabbae812a6d2b9a8aa52df
Gerrit-Change-Number: 13720
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Armstrong 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Joe McDonnell 
Gerrit-Comment-Date: Tue, 25 Jun 2019 05:50:50 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-8315: ignore rmtree errors in run stmt in hive()

2019-06-24 Thread Tim Armstrong (Code Review)
Tim Armstrong has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/13720


Change subject: IMPALA-8315: ignore rmtree errors in run_stmt_in_hive()
..

IMPALA-8315: ignore rmtree errors in run_stmt_in_hive()

Per Joe's suggestion in the JIRA, we shouldn't fail the
test if rmtree() hits an error.

Change-Id: Ic303b61e4df0a7a3fcabbae812a6d2b9a8aa52df
---
M tests/common/impala_test_suite.py
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/20/13720/1
--
To view, visit http://gerrit.cloudera.org:8080/13720
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic303b61e4df0a7a3fcabbae812a6d2b9a8aa52df
Gerrit-Change-Number: 13720
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Armstrong