Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10207 )
Change subject: IMPALA-6906: disable test that depends on memory estimates on S3 ...................................................................... IMPALA-6906: disable test that depends on memory estimates on S3 S3 divides up scan ranges into synthetic blocks smaller than the equivalent HDFS blocks, which in turn affects the memory estimate calculation, so the test that was tuned for HDFS does not work in the same way as S3. The test is exercising an admission control code path that is independent of the filesystem, so we don't gain important coverage by running this on S3. ADLS can have similar block size issues, so skip that too. Change-Id: Ida763a402203286c02ad3cbcbed5336c70abef7c Reviewed-on: http://gerrit.cloudera.org:8080/10207 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_admission_controller.py 1 file changed, 7 insertions(+), 1 deletion(-) Approvals: Dan Hecht: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10207 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ida763a402203286c02ad3cbcbed5336c70abef7c Gerrit-Change-Number: 10207 Gerrit-PatchSet: 4 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
