mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
IMPALA-12300: (addendum) Remove HDFS specific assertion
test_75_percent_availability fail against Ozone and S3 test environment because test expects the string "SCAN HDFS" to be found in the profile. Instead of it there's "SCAN OZONE" and "SCAN S3" for Ozone and S3 test environment respectively. This patch fix the test by removing that assertion from test_75_percent_availability. The remaining assertion is enough to verify that FE planner and BE scheduler can see cluster membership change. Change-Id: Id14934d2fce0f6cf03242c36c0142bc697b4180e Reviewed-on: http://gerrit.cloudera.org:8080/20259 Reviewed-by: Wenzhe Zhou <wzhou@cloudera.com> Reviewed-by: Michael Smith <michael.smith@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
committed by
Impala Public Jenkins
parent
ee069687fc
commit
0d3fc33bbb
@@ -1437,5 +1437,4 @@ class TestExecutorGroups(CustomClusterTestSuite):
|
||||
assert ("Scheduler Warning: Cluster membership might changed between planning and "
|
||||
"scheduling, F00 scheduled instance count (16) is higher than its effective "
|
||||
"count (12)") in profile, profile
|
||||
assert "00:SCAN HDFS 8 16" in profile, profile
|
||||
self.client.close_query(handle)
|
||||
|
||||
Reference in New Issue
Block a user