Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21647 )
Change subject: IMPALA-13279: Upgrade gcovr to 7.2 ...................................................................... IMPALA-13279: Upgrade gcovr to 7.2 In some environments, the code coverage report is empty even though the tests ran successfully and gcno/gcda files are written properly. This upgrades to gcovr 7.2, which does not show the same problem. gcovr 7.2 requires Python 3.8, so this switches to use Python 3.8 from the toolchain and installs gcovr in the Python 3 virtualenv. gcovr 7.2 outputs logging to stderr, so this also modifies bin/coverage_helper.sh to redirect stderr to stdout. Testing: - Verified that this can generate a report locally and on the affected environment Change-Id: I5b1aaa92c65f54149a3e7230cbe56d5286f1051a Reviewed-on: http://gerrit.cloudera.org:8080/21647 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/coverage_helper.sh M bin/impala-config.sh M bin/impala-gcovr M infra/python/deps/py3-requirements.txt M infra/python/deps/requirements.txt 5 files changed, 14 insertions(+), 7 deletions(-) Approvals: Michael Smith: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/21647 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5b1aaa92c65f54149a3e7230cbe56d5286f1051a Gerrit-Change-Number: 21647 Gerrit-PatchSet: 3 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
