[Impala-ASF-CR] IMPALA-6298: Skip test profile fragment instances on local filesystem

2017-12-11 Thread Michael Brown (Code Review)
Michael Brown has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/8809 )

Change subject: IMPALA-6298: Skip test_profile_fragment_instances on local 
filesystem
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I2c98f160406081626f17709809b8efee9eae1450
Gerrit-Change-Number: 8809
Gerrit-PatchSet: 1
Gerrit-Owner: Thomas Tauber-Marshall 
Gerrit-Reviewer: Michael Brown 
Gerrit-Comment-Date: Mon, 11 Dec 2017 18:08:22 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-6298: Skip test profile fragment instances on local filesystem

2017-12-11 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/8809 )

Change subject: IMPALA-6298: Skip test_profile_fragment_instances on local 
filesystem
..


Patch Set 1:

Build started: https://jenkins.impala.io/job/gerrit-verify-dryrun/1605/


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I2c98f160406081626f17709809b8efee9eae1450
Gerrit-Change-Number: 8809
Gerrit-PatchSet: 1
Gerrit-Owner: Thomas Tauber-Marshall 
Gerrit-Reviewer: Impala Public Jenkins
Gerrit-Reviewer: Michael Brown 
Gerrit-Reviewer: Philip Zeyliger 
Gerrit-Comment-Date: Mon, 11 Dec 2017 18:09:14 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-6298: Skip test profile fragment instances on local filesystem

2017-12-11 Thread Thomas Tauber-Marshall (Code Review)
Thomas Tauber-Marshall has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/8809


Change subject: IMPALA-6298: Skip test_profile_fragment_instances on local 
filesystem
..

IMPALA-6298: Skip test_profile_fragment_instances on local filesystem

test_profile_fragment_instances was recently added to verify that the
final runtime profile for a query has the expected fragments and exec
nodes. The test fails on local filesystem builds, though, as it
assumes there will be 3 impalads and therefore 3 fragment instances,
but there is only 1 impalad on local filesystem builds.

The fix is to disable the test on local filesystem builds.

Change-Id: I2c98f160406081626f17709809b8efee9eae1450
---
M tests/query_test/test_observability.py
1 file changed, 1 insertion(+), 0 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c98f160406081626f17709809b8efee9eae1450
Gerrit-Change-Number: 8809
Gerrit-PatchSet: 1
Gerrit-Owner: Thomas Tauber-Marshall