diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2025-02-18 15:27:05 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-02-18 20:03:10 +0000 |
commit | af5950518853b8899f243db9d57a8f0781c45922 (patch) | |
tree | 0de7a41b939a8188c0952d047982c74224883af8 /server/sonar-docs/src/pages/analysis/test-coverage/python-test-coverage.md | |
parent | 9bb834b708470f34a930a8970822cd82c844818a (diff) | |
download | sonarqube-master.tar.gz sonarqube-master.zip |
Maintaining a custom implementation started to be quite complex, and error prone. The initial use of this class
was to run simple commands, getting stdout synchronously.
But when used for more complex commands, it started to show its limits:
* dead lock when not consumming stdout/stderr buffers
* poor management of exceptions
Using commons-exec will also allow us to set timeout if needed.
Diffstat (limited to 'server/sonar-docs/src/pages/analysis/test-coverage/python-test-coverage.md')
0 files changed, 0 insertions, 0 deletions