Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
2185
Description
In this code review, several things were noticed that we'd like to see fixed in auster.
- Default to not sending results to maloo
- Use $test_logs_dir in the default value in reset_logging:
231 # Add this to test-framework somewhere.
232 reset_logging() {
233 export LOGDIR=${1:-/tmp/test_logs/$(date +%Y-%m-%d)/$(date +%H%M%S)}
Oleg Drokin 8:56 PM
I guess we should not specify the path here as well and stick to the $test_logs_dir as well?
- Running maloo should not use relative path. I think $LUSTRE/tests/maloo_upload.sh is the right thing.