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

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: Surpass pylint errors. 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 647a880b0e233278fc8ca9b2c3f640f1a49ed8a7..3a58e1b77ce081a22793b93e4b44bd8aa660647a 100644
--- a/appengine/findit/crash/test/fracas_test.py
+++ b/appengine/findit/crash/test/fracas_test.py
@@ -94,6 +94,7 @@ class FracasTest(CrashTestCase):
'suspected_project': '',
'suspected_components': [],
'suspected_cls': [dummy_match_result.ToDict()],
+ 'regression_range': ('50.0.1233.0', '50.0.1234.0'),
}
expected_tag = {
'found_suspects': True,
@@ -113,6 +114,7 @@ class FracasTest(CrashTestCase):
'suspected_project': '',
'suspected_components': [],
'suspected_cls': [],
+ 'regression_range': None
}
expected_tag = {
'found_suspects': False,
« no previous file with comments | « appengine/findit/crash/fracas_crash_pipeline.py ('k') | appengine/findit/handlers/crash/fracas_dashboard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698