Bug 126594 - build.webkit.org/dashboard should do something nice with "retry exception slave lost"
Summary: build.webkit.org/dashboard should do something nice with "retry exception sla...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-07 14:01 PST by Tim Horton
Modified: 2017-01-18 23:38 PST (History)
1 user (show)

See Also:


Attachments
JSON for this case (9.13 KB, text/plain)
2014-01-07 15:21 PST, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-01-07 14:01:14 PST
Right now it just spits out the whole string. It would be nice if we could do something smarter ("slave lost" is sufficient).
Comment 1 Alexey Proskuryakov 2014-01-07 15:21:06 PST
Created attachment 220555 [details]
JSON for this case

I'm not quite sure how these result strings are formed by Buildbot.

For compile-webkit step, we have this:
        "results": [5, ["exception", "slave", "lost"]],
        "text": ["compiled", "exception", "slave", "lost"],

And then the overall results are:
    "results": 5,
    "text": ["retry", "exception", "slave", "lost"],
Comment 2 Alexey Proskuryakov 2014-01-07 15:34:15 PST
Some other overall texts:

    "text": ["build", "successful"],
    "text": ["failed", "compile-webkit"],
    "text": ["failed", "layout-test"],
    "text": ["failed", "Exiting early after 500 failures. 7842 tests run.", "499 failures", "11 new passes", "1 missing results"],
    "text": ["failed", "Exiting early after 500 failures. 6283 tests run.", "499 failures", "11 new passes", "1 missing results", "API tests"],
    "text": ["failed", "Exiting early after 500 failures. 6805 tests run.", "495 failures", "1 new passes", "5 missing results", "4 API tests failed, 0 crashed, 2 timed out, 26 skipped"],
    "text": ["failed", "1 failures", "16 new passes", "5 flakes"],
    "text": ["failed", "1 API tests failed, 0 crashed, 0 timed out, 26 skipped"],
    "text": ["failed", "jscore-test", "Exiting early after 50 crashes and 0 timeouts. 19576 tests run.", "50 failures"],
    "text": ["failed", "4 failures", "10 new passes", "6 flakes", "1 unit tests failed or timed out"],
Comment 3 Alexey Proskuryakov 2014-01-09 10:02:24 PST
    "text": ["retry", "jscore-test", "2 failing Mozilla tests ", "exception", "slave", "lost"],