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

Unified Diff: appengine/findit/crash/test/crash_testcase.py

Issue 2514413003: [Predator] Monitor found_suspects, has_regression_range and found_components using ts_mon (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « appengine/findit/crash/monitoring.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/test/crash_testcase.py
diff --git a/appengine/findit/crash/test/crash_testcase.py b/appengine/findit/crash/test/crash_testcase.py
index 970a983633318400566a1865815fec5d2d5fb98c..94fece276e9d0963f7944e2a862b1c3bed0dc5f7 100644
--- a/appengine/findit/crash/test/crash_testcase.py
+++ b/appengine/findit/crash/test/crash_testcase.py
@@ -5,6 +5,7 @@
import copy
import re
+import gae_ts_mon
from google.appengine.api import users
from gae_libs.testcase import TestCase
@@ -89,6 +90,7 @@ class CrashTestCase(TestCase): # pragma: no cover.
super(CrashTestCase, self).setUp()
CrashConfig.Get().Update(
users.User(email='admin@chromium.org'), True, **DEFAULT_CONFIG_DATA)
+ gae_ts_mon.reset_for_unittest(disable=True)
def GetDummyChangeLog(self):
return DUMMY_CHANGELOG
« no previous file with comments | « appengine/findit/crash/monitoring.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698