mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user