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

Store files created by tests in separate directories #411

Open
locker opened this issue Jan 9, 2025 · 0 comments
Open

Store files created by tests in separate directories #411

locker opened this issue Jan 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@locker
Copy link
Member

locker commented Jan 9, 2025

Some luatest helpers, for example luatest.server, create temporary files right in the test run directory (/tmp/t/ by default). It may be confusing when more than one test file is executed or more than one instance of luatest is running (as it's the case with using ctest -j in Tarantool). It'd be nice if luatest created a sub-directory for all temporary files and logs per each executed test file. All these files should be saved as artifacts on test failure.

@locker locker added the bug Something isn't working label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant