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

Unified Diff: tests/isolateserver_smoke_test.py

Issue 25093003: Client side implementation of new /content-gs isolate protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Created 7 years, 3 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
« no previous file with comments | « isolateserver.py ('k') | tests/isolateserver_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolateserver_smoke_test.py
diff --git a/tests/isolateserver_smoke_test.py b/tests/isolateserver_smoke_test.py
index 71cc650773801c80b18e85971f23e382b7683117..fb56c93a660d9f85b4305fd21aa82625988a49c5 100755
--- a/tests/isolateserver_smoke_test.py
+++ b/tests/isolateserver_smoke_test.py
@@ -28,6 +28,10 @@ ISOLATE_SERVER = 'https://isolateserver.appspot.com/'
TEST_DATA_DIR = os.path.join(ROOT_DIR, 'tests', 'isolateserver')
+# TODO(vadimsh): This test is a bit frankensteinish now. It uses new /content-gs
+# protocol for uploads via 'isolateserver.py archive', but uses old /content
+# protocol for validity check and fetches.
+
class IsolateServerArchiveSmokeTest(unittest.TestCase):
def setUp(self):
# The namespace must end in '-gzip' since all files are now compressed
« no previous file with comments | « isolateserver.py ('k') | tests/isolateserver_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698