Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: appengine/swarming/local_smoke_test.py

Issue 2060983006: luci-py/isolateserver.py: Add archive support when downloading. (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Update hashes as version has changed. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/swarming/local_smoke_test.py
diff --git a/appengine/swarming/local_smoke_test.py b/appengine/swarming/local_smoke_test.py
index a054642d1864d9f782b4aed804464df0082bb5db..c2a2633c442ad66428586c17d355189e22533a11 100755
--- a/appengine/swarming/local_smoke_test.py
+++ b/appengine/swarming/local_smoke_test.py
@@ -57,21 +57,21 @@ ISOLATE_HELLO_WORLD = {
}
RESULT_HEY_ISOLATED_OUT = {
- u'isolated': u'f10f4c42b38ca01726610f9575ba695468c32108',
+ u'isolated': u'b12052452e7246af8bcf135afc8f0b1a883df43c',
u'isolatedserver': u'http://localhost:10050',
u'namespace': u'default-gzip',
u'view_url':
u'http://localhost:10050/browse?namespace=default-gzip'
- '&hash=f10f4c42b38ca01726610f9575ba695468c32108',
+ '&hash=b12052452e7246af8bcf135afc8f0b1a883df43c',
}
RESULT_HEY_OUTPUTS_REF = {
- u'isolated': u'f10f4c42b38ca01726610f9575ba695468c32108',
+ u'isolated': u'b12052452e7246af8bcf135afc8f0b1a883df43c',
u'isolatedserver': u'http://localhost:10050',
u'namespace': u'default-gzip',
u'view_url':
u'http://localhost:10050/browse?namespace=default-gzip'
- '&hash=f10f4c42b38ca01726610f9575ba695468c32108',
+ '&hash=b12052452e7246af8bcf135afc8f0b1a883df43c',
}

Powered by Google App Engine
This is Rietveld 408576698