IMPALA-10366: skip test_runtime_profile_aggregated for EC

The schedule for erasure coded data results in 3 instead
of 4 instances of the fragment with the scan. Skip the
test - we don't need special coverage for erasure coding.

Change-Id: I2bb47d89f6d6c59242f2632c481f26d93e28e33e
Reviewed-on: http://gerrit.cloudera.org:8080/16799
Reviewed-by: Aman Sinha <amsinha@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Tim Armstrong
2020-11-30 19:53:49 -08:00
parent 63146103a7
commit 62c19e6339
2 changed files with 3 additions and 0 deletions

View File

@@ -195,6 +195,7 @@ class SkipIfEC:
fix_later = pytest.mark.skipif(IS_EC, reason="It should work but doesn't.")
contain_full_explain = pytest.mark.skipif(IS_EC, reason="Contain full explain output "
"for hdfs tables.")
different_schedule = pytest.mark.skipif(IS_EC, reason="Query is scheduled differently.")
class SkipIfDockerizedCluster: