DescriptionPreparation work to enable isolateserver.py download to use a local cache.
- Move many file functions from run_isolated.py to utils/file_path.py
- Move DiskCache from run_isolated to isolateserver.
- Move relevant tests.
This is in preparation to be able to use a local cache when downloading files.
It's useful for developpers not desiring to use run_isolated at all but just to
use isolateserver as a mean to efficiently transfert isolated trees around.
There's no functional change exception exception type change in link_file(), the
rest is only moving code around. The functional change will be done as a
separate change to make it more readable.
R=pgervais@chromium.org
BUG=
Committed: https://code.google.com/p/swarming/source/detail?repo=client&r=e4ad07ed10d0af2238f19af00d8ad0101a6ff1ed
Patch Set 1 : . #
Total comments: 14
MessagesTotal messages: 4
|