Joe McDonnell has uploaded this change for review. ( 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 --- 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, 13 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/47/21647/1 -- 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: newchange Gerrit-Change-Id: I5b1aaa92c65f54149a3e7230cbe56d5286f1051a Gerrit-Change-Number: 21647 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
