Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log files never created for long test names #75

Open
asomsiko opened this issue Jun 23, 2020 · 1 comment
Open

Log files never created for long test names #75

asomsiko opened this issue Jun 23, 2020 · 1 comment

Comments

@asomsiko
Copy link

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 #57

@asomsiko
Copy link
Author

@pbos I've drafted a fix in #76. Please share your thoughts there.

The fix is relying on mkstemp unique names generation and still adding test name as a prefix to a log name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant