We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running integration tests, a large number of logs are produced, one for each integration test each time they are run..
Simply run an integration test set locally and observe your ./logs directory fill up with temp_location_*.log files 😦
./logs
temp_location_*.log
We don't want all of these logs to be generated and kept; logs should probably only be kept so long as the run failed.
(please complete the following information)
git clone
5.0.2
master
No applicable modifications have been made.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When running integration tests, a large number of logs are produced, one for each integration test each time they are run..
To Reproduce
Simply run an integration test set locally and observe your
./logs
directory fill up withtemp_location_*.log
files 😦Expected behaviour
We don't want all of these logs to be generated and kept; logs should probably only be kept so long as the run failed.
Additional Information
Desktop
(please complete the following information)
git clone
from Github5.0.2
onwards, after 🚀 Integration testing #73 was deployed as part of the 🚀 Release CLOVER5.0.2
#86 release.master
, but all downstream branches affected.Modifications
No applicable modifications have been made.
The text was updated successfully, but these errors were encountered: