madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

'cleanup' command does not appear to work #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add 'cleanup': 'data' to testrun file
2. run swarm test

What is the expected output? What do you see instead?
zip files and all unzipped files should be deleted.  Instead all files still 
exist until we run out of space.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by hin...@google.com on 9 Sep 2011 at 6:27

GoogleCodeExporter commented 9 years ago
In _BuildTestRun in test_manager.py the cleanup argument isn't passed to the 
TestRun constructor.

The initial cleanup value passed in needs to be stored in the test_request so 
it can be retrieved at this point.

Original comment by csh...@google.com on 28 Mar 2012 at 1:46

GoogleCodeExporter commented 9 years ago

Original comment by maruel@chromium.org on 3 Dec 2013 at 3:22