andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Recover or account for 56576 dangling bugs #211

Closed andymeneely closed 9 years ago

andymeneely commented 9 years ago

Latest build with the new bug data has these bugs left to be recovered:

verify_dangling_bug_commits
[ [0;31;49mFAIL [0m]
    Expected: <4202>
    Actual:   <56576>
    Message: Number of expected dangling bug commits was wrong
    In ProductionCountVerify

Now it doesn't have to go back to 4202, but we need to know that the dangling bug commits are denied from the server, like a 500-error or a 404.

@kayladavis I'm giving this to @Felivel

Felivel commented 9 years ago

I have placed the recovered bugs in /tmp/bugs. They need to be integrated to the production data.

7156 could not be fetched, the details with the specific ids and responce codes are located at /tmp/bugs/error_log.csv.

andymeneely commented 9 years ago

Ok, I put them into production and kicked it off just now. I'll close this bug once we get past the parsing on that.