Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22300 )
Change subject: IMPALA-13643: Add scan_multithread_constraint in test_scanners.py ...................................................................... IMPALA-13643: Add scan_multithread_constraint in test_scanners.py Debug action HDFS_SCANNER_THREAD_CHECK_SOFT_MEM_LIMIT exist inside HdfsScanNode (hdfs-scan-node.cc) code path. MT_DOP > 0 executes using HdfsScanNodeMt (hdfs-scan-node-mt.cc) rather than HdfsScanNode, and always start single scanner thread per ScanNode. Thus, there is no need to exercise HDFS_SCANNER_THREAD_CHECK_SOFT_MEM_LIMIT and MT_DOP > 0 combination. This patch adds scan_multithread_constraint in test_scanners.py where 'mt_dop' exec option dimension is declared. This reduce core test vector combination from 1254 to 1138 and exhaustive test vector combination from 7530 to 6774. Testing: - Run and pass test_scanners.py in core exploration. Change-Id: I77c2e6f9bbd4bc1825fa1f006a22ee1a6ea5a606 Reviewed-on: http://gerrit.cloudera.org:8080/22300 Reviewed-by: Impala Public Jenkins <[email protected]> Reviewed-by: Jason Fehr <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_scanners.py 1 file changed, 17 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified Jason Fehr: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/22300 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I77c2e6f9bbd4bc1825fa1f006a22ee1a6ea5a606 Gerrit-Change-Number: 22300 Gerrit-PatchSet: 3 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
