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

Allow for test history cleanup after execution #636

Merged
merged 5 commits into from Feb 19, 2015

Conversation

amolenaar
Copy link
Collaborator

Changed the SuiteResponder so it can do (optional) cleanup actions on the
suite's test history. This prevents the test history from filling up the file
system. In the configuration file a property test.history.days can be added
and assigned a number, the number of days for which to maintain the history.

Is a request parameter is also desired? It might make it easier from CI's to
execute tests and clean up afterwards.

Also the user manual still needs to be updated.

@amolenaar amolenaar added this to the Next release milestone Feb 19, 2015
@amolenaar amolenaar merged commit df21a07 into unclebob:master Feb 19, 2015
amolenaar added a commit that referenced this pull request Feb 19, 2015
Allow for test history cleanup after execution
@floppyrom
Copy link

Great!

It would be very useful that after the clean-up happens and old stuff gets deleted, we should still keep the last successful test run log, even if this is older than those certain number of days. Like that you can always have a reference in your test history with an OK run!

@amolenaar amolenaar deleted the purge-history branch November 14, 2015 20:16
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

Successfully merging this pull request may close these issues.

None yet

2 participants