Contains the AppEngine code to store .isolated files and test data generated by isolateserver.py. isolateserver.py is often used by through ‘isolate.py archive’. See the design doc and main pages for more information.
To test this code, first upload the changes to AppEngine as version test, and then run client/tools/isolateserver_load_test.py.
$ python tools/update.py -A my-isolate-server
Design doc: https://code.google.com/p/swarming/wiki/IsolatedDesign
Reference: https://code.google.com/p/swarming/wiki/IsolatedUserGuide
Client side implementation: https://code.google.com/p/swarming/source/browse?repo=client