Michael Brown has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10381 )
Change subject: IMPALA-6983: stress: don't write a null runtime profile ...................................................................... IMPALA-6983: stress: don't write a null runtime profile This patch fixes a problem in which the writing of profiles always assumed profiles would be collected during binary. That's not the case when queries are too expensive to run. The simple fix is to just check for None and not perform the write. Change-Id: Ic8299a8a97ad1f2bd1f2927e3111db8df1d3a3e5 Reviewed-on: http://gerrit.cloudera.org:8080/10381 Reviewed-by: Michael Brown <[email protected]> Tested-by: Michael Brown <[email protected]> --- M tests/stress/concurrent_select.py 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Michael Brown: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/10381 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic8299a8a97ad1f2bd1f2927e3111db8df1d3a3e5 Gerrit-Change-Number: 10381 Gerrit-PatchSet: 4 Gerrit-Owner: Michael Brown <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Nithya Janarthanan <[email protected]>
