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

Unified Diff: dashboard/dashboard/delete_test_data.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge 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
« no previous file with comments | « dashboard/dashboard/delete_old_tests.py ('k') | dashboard/dashboard/elements/primary-button.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/delete_test_data.py
diff --git a/dashboard/dashboard/delete_test_data.py b/dashboard/dashboard/delete_test_data.py
index a845c30c807dff695e17231ae9b7530073b24e0b..8c0fb3f691581157112c080ef54305322e608c43 100644
--- a/dashboard/dashboard/delete_test_data.py
+++ b/dashboard/dashboard/delete_test_data.py
@@ -14,6 +14,8 @@ Rows. Datastore operations often time out after a few hundred deletes(), so this
task is split up using the task queue.
"""
+import logging
+
from google.appengine.api import mail
from google.appengine.api import taskqueue
from google.appengine.ext import ndb
@@ -133,6 +135,7 @@ def _DeleteTest(test_key_urlsafe):
def _DeleteTestData(test_key):
+ logging.info('DELETING TEST DATA FOR %s', utils.TestPath(test_key))
futures = []
num_tests_processed = 0
finished = True
« no previous file with comments | « dashboard/dashboard/delete_old_tests.py ('k') | dashboard/dashboard/elements/primary-button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698