HomeSort by relevance Sort by last modified time
    Searched full:cloudstorage (Results 1 - 16 of 16) sorted by null

  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/tools/
gcs_file_seg_reader.py 10 # TODO(user): Cleanup imports if/when cloudstorage becomes part of runtime.
12 # Check if the full cloudstorage package exists. The stub part is in runtime.
13 import cloudstorage namespace
14 if hasattr(cloudstorage, "_STUB"):
15 cloudstorage = None variable
17 pass # CloudStorage library not available
89 stat = cloudstorage.stat(filename)
100 self._seg = cloudstorage.open(filename)
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/lib/input_reader/
_gcs.py 23 # TODO(user): Cleanup imports if/when cloudstorage becomes part of runtime.
25 # Check if the full cloudstorage package exists. The stub part is in runtime.
26 import cloudstorage namespace
27 if hasattr(cloudstorage, "_STUB"):
28 cloudstorage = None variable
30 pass # CloudStorage library not available
52 """Input reader from Google Cloud Storage using the cloudstorage library.
110 _account_id: Internal use only. See cloudstorage documentation.
146 self._bucket = cloudstorage.listbucket(filename,
169 cloudstorage.validate_bucket_name
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
base_handler.py 37 # Check if the full cloudstorage package exists. The stub part is in runtime.
38 import cloudstorage namespace
39 if hasattr(cloudstorage, "_STUB"):
40 cloudstorage = None variable
42 cloudstorage = None variable
81 if cloudstorage:
82 cloudstorage.set_default_retry_params(
83 cloudstorage.RetryParams(
output_writers.py 55 # TODO(user): Cleanup imports if/when cloudstorage becomes part of runtime.
57 # Check if the full cloudstorage package exists. The stub part is in runtime.
58 cloudstorage = None variable
59 import cloudstorage namespace
60 if hasattr(cloudstorage, "_STUB"):
61 cloudstorage = None variable
63 if cloudstorage:
64 from cloudstorage import cloudstorage_api
65 from cloudstorage import errors as cloud_errors
67 pass # CloudStorage library not availabl
72 import cloudstorage namespace
    [all...]
shuffler.py 52 # TODO(user): Cleanup imports if/when cloudstorage becomes part of runtime.
54 # Check if the full cloudstorage package exists. The stub part is in runtime.
55 import cloudstorage namespace
56 if hasattr(cloudstorage, "_STUB"):
57 cloudstorage = None variable
59 pass # CloudStorage library not available
154 filehandle = cloudstorage.open(full_filename, mode="w")
304 cloudstorage.open(filename, read_buffer_size=self.GCS_BUFFER_SIZE))
485 filehandles.append(cloudstorage.open(full_filename, mode="w"))
729 retry_params = cloudstorage.RetryParams(min_retries=self._MIN_RETRIES
    [all...]
input_readers.py 79 # TODO(user): Cleanup imports if/when cloudstorage becomes part of runtime.
81 # Check if the full cloudstorage package exists. The stub part is in runtime.
82 cloudstorage = None variable
83 import cloudstorage namespace
84 if hasattr(cloudstorage, "_STUB"):
85 cloudstorage = None variable
87 pass # CloudStorage library not available
89 # Attempt to load cloudstorage from the bundle (availble in some tests)
90 if cloudstorage is None:
92 import cloudstorage namespace
    [all...]
handlers.py 62 import cloudstorage namespace
64 # of cloudstorage. All occurences of the following if condition in MR
67 if hasattr(cloudstorage, "_STUB"):
68 cloudstorage = None variable
70 cloudstorage = None # CloudStorage library not available variable
    [all...]
  /external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
cloud_helper.py 7 import cloudstorage as gcs
__init__.py 17 'cloudstorage',
  /external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/
corpus_cleanup.py 13 import cloudstorage as gcs
upload.py 15 import cloudstorage as gcs
  /external/chromium-trace/catapult/catapult_base/catapult_base/
cloud_storage.py 187 """Copy a file from one location in CloudStorage to another.
288 return 'https://console.developers.google.com/m/cloudstorage/b/%s/o/%s' % (
cloud_storage_unittest.py 91 self.assertEqual('https://console.developers.google.com/m/cloudstorage'
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
system_stub.py 109 # These are used to test for CloudStorage errors.
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py 52 # TODO(user): Cleanup imports if/when cloudstorage becomes part of runtime.
54 # Check if the full cloudstorage package exists. The stub part is in runtime.
55 import cloudstorage namespace
56 if hasattr(cloudstorage, "_STUB"):
57 cloudstorage = None variable
59 pass # CloudStorage library not available
    [all...]
  /external/chromium-trace/catapult/experimental/bisect_lib/test_data/
MOCK_RANGE_RESPONSE_1 236 "message": "[Telemetry] Enable option for telemetry to take screenshot of failed pages.\n\nScreenshot of failed pages are added to telemetry\u0027s results profiling files, and\nhence will be uploaded for all perf benchmarks.\n\nBUG\u003d369490\nTEST\u003dunittest + modifying facebook page locally to raise an exception:\n\n$ ./tools/perf/run_benchmark --browser\u003dsystem smoothness.top_25_smooth --story-filter\u003dFacebook --upload-results[ RUN ] Facebook\n/usr/local/google/home/nednguyen/projects/chromium/src/tools/telemetry/telemetry/page/shared_page_state.py:236: UserWarning: Function RestartBrowserBeforeEachPage is deprecated. It will no longer be supported on October 21, 2015. Please remove it or switch to an alternative before that time. Please use benchmark.ShouldTearDownStateAfterEachStoryRun() in the future.\n\n if self._test.RestartBrowserBeforeEachPage():\nTraceback (most recent call last):\n File \"/usr/local/google/home/nednguyen/projects/chromium/src/tools/telemetry/telemetry/internal/story_runner.py\", line 83, in _RunStoryAndProcessErrorIfNeeded\n state.RunStory(results)\n File \"/usr/local/google/home/nednguyen/projects/chromium/src/tools/telemetry/telemetry/page/shared_page_state.py\", line 320, in RunStory\n self._current_page.Run(self)\n File \"/usr/local/google/home/nednguyen/projects/chromium/src/tools/telemetry/telemetry/page/__init__.py\", line 84, in Run\n shared_state.page_test.RunNavigateSteps(self, current_tab)\n File \"/usr/local/google/home/nednguyen/projects/chromium/src/tools/telemetry/telemetry/page/page_test.py\", line 187, in RunNavigateSteps\n page.RunNavigateSteps(action_runner)\n File \"/usr/local/google/home/nednguyen/projects/chromium/src/tools/perf/page_sets/top_pages.py\", line 200, in RunNavigateSteps\n raise Exception\nException\n\n[ FAILED ] Facebook (4134 ms)\n\nTraceback (most recent call last):\n RunBenchmark at tools/telemetry/telemetry/internal/story_runner.py:302\n benchmark.ShouldTearDownStateAfterEachStoryRun())\n Run at tools/telemetry/telemetry/internal/story_runner.py:222\n _RunStoryAndProcessErrorIfNeeded(story, results, state, test)\n _RunStoryAndProcessErrorIfNeeded at tools/telemetry/telemetry/internal/story_runner.py:83\n state.RunStory(results)\n RunStory at tools/telemetry/telemetry/page/shared_page_state.py:320\n self._current_page.Run(self)\n Run at tools/telemetry/telemetry/page/__init__.py:84\n shared_state.page_test.RunNavigateSteps(self, current_tab)\n RunNavigateSteps at tools/telemetry/telemetry/page/page_test.py:187\n page.RunNavigateSteps(action_runner)\n RunNavigateSteps at tools/perf/page_sets/top_pages.py:200\n raise Exception\nException\n\nLocals:\n action_runner : \u003ctelemetry.page.action_runner.ActionRunner object at 0x7fbaeef63c50\u003e\n\nView generated profiler files online at https://console.developers.google.com/m/cloudstorage/b/chrome-telemetry-output/o/profiler-file-id_0-2015-10-26_15-45-4084089.png for page Facebook\n[ PASSED ] 0 tests.\n[ FAILED ] 1 test, listed below:\n[ FAILED ] Facebook\n\n1 FAILED TEST\n\nPages: []\nRESULT telemetry_page_measurement_results: num_failed\u003d 1 count\nRESULT telemetry_page_measurement_results: num_errored\u003d 0 count\n\nView online at http://storage.googleapis.com/chromium-telemetry/html-results/results-2015-10-26_15-45-42\n\nView result at file:///usr/local/google/home/nednguyen/projects/chromium/src/tools/perf/results.html\n(WARNING) 2015-10-26 15:45:43,718 webpagereplay.StopServer:226 Attempting to stop WPR server that is not running.\n\nReview URL: https://codereview.chromium.org/1425693002\n\nCr-Commit-Position: refs/heads/master@{#356388}\n"

Completed in 1331 milliseconds