handling the logs produced when test is run
-------------------------------------------

                 Key: DERBY-5129
                 URL: https://issues.apache.org/jira/browse/DERBY-5129
             Project: Derby
          Issue Type: Improvement
            Reporter: Siddharth Srivastava
            Priority: Minor


When a single test or a test suite is run, the logs produced for the test are 
written in the current working directory. These logs are required to be 
relocated or deleted manually before another test can be run(or another 
directory i used for running tests).

It would be better to generate these files in a separate directory within the 
current directory or a directory specified in ant.properties.  
The test logs can be generated in a directory whose identification/name can be 
generated from the test being run, which would not require the deletion of logs 
as well as would also be a good way to keep the records of the tests which have 
already been executed.

Another option that can be added is that depending upon the user command or say 
a parameter "CLEAN_LOG=TRUE", the previous logs would be cleaned automatically 
when a test is run.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to