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:
Riza Suminto
2023-07-24 08:02:13 -07:00
committed by Impala Public Jenkins
parent ee069687fc
commit 0d3fc33bbb

View File

@@ -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)