google / google/gtest-parallel
Log files never created for long test names
Open
- Dominant language
- Python
- Stars
- 475
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
Using gtest-parallel in projects with long test names (e.g. https://github.com/openvinotoolkit/openvino) I found it does not create log files in --output_dir for the tests exceed OS filename length limits. This blocks using gtest-parallel in Continuous Integration because logs are not available for issues analysis.
There was an issue tackling the similar problem but still not making logs available https://github.com/google/gtest-parallel/issues/57
Contributor guide
Assessment
This issue has not been assessed yet.