Repository: impala
Updated Branches:
  refs/heads/master 12fa20d1a -> d2fe9f437


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
Reviewed-on: http://gerrit.cloudera.org:8080/8809
Reviewed-by: Michael Brown <mi...@cloudera.com>
Reviewed-by: Philip Zeyliger <phi...@cloudera.com>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/b4cf5f21
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/b4cf5f21
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/b4cf5f21

Branch: refs/heads/master
Commit: b4cf5f2174b338c097e42d43c32b494a6e0b46c0
Parents: 12fa20d
Author: Thomas Tauber-Marshall <tmarsh...@cloudera.com>
Authored: Mon Dec 11 10:02:45 2017 -0800
Committer: Impala Public Jenkins <impala-public-jenk...@gerrit.cloudera.org>
Committed: Mon Dec 11 21:45:43 2017 +0000

----------------------------------------------------------------------
 tests/query_test/test_observability.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/b4cf5f21/tests/query_test/test_observability.py
----------------------------------------------------------------------
diff --git a/tests/query_test/test_observability.py 
b/tests/query_test/test_observability.py
index ee7177d..a7c3d29 100644
--- a/tests/query_test/test_observability.py
+++ b/tests/query_test/test_observability.py
@@ -109,6 +109,7 @@ class TestObservability(ImpalaTestSuite):
         "NUM_NODES=1,NUM_SCANNER_THREADS=1,RUNTIME_FILTER_MODE=0,MT_DOP=0\n" \
         in runtime_profile
 
+  @SkipIfLocal.multiple_impalad
   def test_profile_fragment_instances(self):
     """IMPALA-6081: Test that the expected number of fragment instances and 
their exec
     nodes appear in the runtime profile, even when fragments may be quickly 
cancelled when

Reply via email to