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

Unified Diff: py/utils/gs_utils_manualtest.py

Issue 424553002: upload_dir_contents(): upload multiple files in parallel (Closed) Base URL: https://skia.googlesource.com/common.git@master
Patch Set: add DEFAULT_UPLOAD_THREADS Created 6 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
« no previous file with comments | « py/utils/gs_utils.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: py/utils/gs_utils_manualtest.py
diff --git a/py/utils/gs_utils_manualtest.py b/py/utils/gs_utils_manualtest.py
index 37621d1e70cdcf6e27fa456c3bd00bb4b80dc2af..0a77d74215f7edd16167331c830030e1f0d2b708 100755
--- a/py/utils/gs_utils_manualtest.py
+++ b/py/utils/gs_utils_manualtest.py
@@ -6,6 +6,7 @@ TODO(epoger): How should we exercise these self-tests? See http://skbug.com/2751
"""
# System-level imports.
+import logging
import os
import posixpath
import random
@@ -355,6 +356,7 @@ def _test_dir_upload_and_download():
if __name__ == '__main__':
+ logging.basicConfig(level=logging.INFO)
_test_upload_if_multiple_files()
_test_upload_if_one_file()
_test_public_read()
« no previous file with comments | « py/utils/gs_utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698