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

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

Issue 2043973002: [Findit] Fracas crash triage dashboard (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 6 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/crash/test/fracas_test.py
diff --git a/appengine/findit/crash/test/fracas_test.py b/appengine/findit/crash/test/fracas_test.py
index 8a2e624717b7e9f8a72f52d5efc39bb9b895711a..a9e6ad65c9798505355718d4ba1afeb2a0d91bf1 100644
--- a/appengine/findit/crash/test/fracas_test.py
+++ b/appengine/findit/crash/test/fracas_test.py
@@ -93,6 +93,7 @@ class FracasTest(CrashTestCase):
'suspected_project': '',
'suspected_components': [],
'suspected_cls': ['DummyResultObject'],
+ 'regression_range': ('50.0.1233.0', '50.0.1234.0')
}
expected_tag = {
'found_suspects': True,
@@ -112,6 +113,7 @@ class FracasTest(CrashTestCase):
'suspected_project': '',
'suspected_components': [],
'suspected_cls': [],
+ 'regression_range': None
}
expected_tag = {
'found_suspects': False,

Powered by Google App Engine
This is Rietveld 408576698