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

Unified Diff: appengine/findit/util_scripts/crash_queries/delta_test/run-delta-test.py

Issue 2605943002: Removing the mutation in the factories for getting dep repositories (Closed)
Patch Set: rebase Created 3 years, 12 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/findit/util_scripts/crash_queries/delta_test/run-delta-test.py
diff --git a/appengine/findit/util_scripts/crash_queries/delta_test/run-delta-test.py b/appengine/findit/util_scripts/crash_queries/delta_test/run-delta-test.py
index 2d793a544a5c79688ee8c7650ed4f9c8da2c20bd..44ab22b91bd9d32538ad67e9d59de6b29403fd59 100644
--- a/appengine/findit/util_scripts/crash_queries/delta_test/run-delta-test.py
+++ b/appengine/findit/util_scripts/crash_queries/delta_test/run-delta-test.py
@@ -139,6 +139,7 @@ def RunDeltaTest():
delta_result_prefix)
# Check if delta results already existed.
+ # TODO: this code has race conditions for interacting with the file system.
if os.path.exists(delta_csv_path):
print 'Delta results existed in\n%s' % delta_csv_path
if not os.path.exists(delta_path):

Powered by Google App Engine
This is Rietveld 408576698