New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 645203 link

Starred by 0 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug

Blocked on:
issue 605361

Blocking:
issue 669725
issue 685868



Sign in to add a comment

[Findit] Findit integretion with Cracas and Clusterfuzz

Project Member Reported by kateso...@chromium.org, Sep 8 2016

Issue description

[Findit] Findit integretion with Cracas and Clusterfuzz

Based on design doc https://docs.google.com/a/google.com/document/d/1XkGjz7O2WNoGz2_x2JpbaCFZKsKqYpeLy9LiwfgKsZA/edit?usp=sharing

Refactor findit pipeline to integrate with Cracas and Clusterfuzz.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Sep 21 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/bdee0f60631fbffc47f4ca7c58b9b1241da8af86

commit bdee0f60631fbffc47f4ca7c58b9b1241da8af86
Author: katesonia <katesonia@chromium.org>
Date: Wed Sep 21 18:42:41 2016

[Findit] Add findit_for_client to do analysis based on client_id

Add findit_for_client on top of findit_for_fracas and findit_for_clusterfuzz(to be implemented) to do client-specific checking and call different module to do analysis based on client_id.

Doc: https://docs.google.com/a/google.com/document/d/1XkGjz7O2WNoGz2_x2JpbaCFZKsKqYpeLy9LiwfgKsZA/edit?usp=sharing

BUG= 645203 

Review-Url: https://codereview.chromium.org/2299883005

[modify] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/common/appengine_util.py
[modify] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/common/constants.py
[modify] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/crash/crash_pipeline.py
[rename] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/crash/findit_for_chromecrash.py
[add] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/crash/findit_for_client.py
[modify] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/crash/test/crash_pipeline_test.py
[rename] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/crash/test/findit_for_chromecrash_test.py
[add] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/crash/test/findit_for_client_test.py
[modify] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/crash/type_enums.py
[modify] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/handlers/crash/crash_handler.py
[modify] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/handlers/crash/test/crash_handler_test.py
[modify] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/model/crash/crash_config.py
[modify] https://crrev.com/bdee0f60631fbffc47f4ca7c58b9b1241da8af86/appengine/findit/model/crash/test/crash_config_test.py

Project Member

Comment 2 by bugdroid1@chromium.org, Sep 21 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/aaedba6f2626f2493ba5b7a2814bf16ba6806799

commit aaedba6f2626f2493ba5b7a2814bf16ba6806799
Author: katesonia <katesonia@chromium.org>
Date: Wed Sep 21 20:06:06 2016

[Findit] Add cracas_crash_analysis

Add CracasCrashAnalysis, the model is identical as FracasCrashAnalysis, so just make a copy to help findit seperate analysis from Fracas and Cracas in database.

BUG= 645203 

Review-Url: https://codereview.chromium.org/2322133002

[modify] https://crrev.com/aaedba6f2626f2493ba5b7a2814bf16ba6806799/appengine/findit/crash/findit_for_client.py
[add] https://crrev.com/aaedba6f2626f2493ba5b7a2814bf16ba6806799/appengine/findit/model/crash/chrome_crash_analysis.py
[add] https://crrev.com/aaedba6f2626f2493ba5b7a2814bf16ba6806799/appengine/findit/model/crash/cracas_crash_analysis.py
[modify] https://crrev.com/aaedba6f2626f2493ba5b7a2814bf16ba6806799/appengine/findit/model/crash/crash_analysis.py
[modify] https://crrev.com/aaedba6f2626f2493ba5b7a2814bf16ba6806799/appengine/findit/model/crash/fracas_crash_analysis.py
[add] https://crrev.com/aaedba6f2626f2493ba5b7a2814bf16ba6806799/appengine/findit/model/crash/test/chrome_crash_analysis_test.py
[add] https://crrev.com/aaedba6f2626f2493ba5b7a2814bf16ba6806799/appengine/findit/model/crash/test/cracas_crash_analysis_test.py
[modify] https://crrev.com/aaedba6f2626f2493ba5b7a2814bf16ba6806799/appengine/findit/model/crash/test/crash_analysis_test.py
[modify] https://crrev.com/aaedba6f2626f2493ba5b7a2814bf16ba6806799/appengine/findit/model/crash/test/fracas_crash_analysis_test.py

Components: Tools>Test>Predator
Components: -Tools>Test>FindIt>Crash
Blocking: 685868
Blockedon: 605361
Blocking: 669725
Status: Fixed (was: Assigned)

Sign in to add a comment