| Summary: | build.webkit.org/dashboard should do something nice with "retry exception slave lost" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Horton <thorton> | ||||
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | NEW --- | ||||||
| Severity: | Normal | CC: | ap | ||||
| Priority: | P3 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
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"],
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"],
"text": ["retry", "jscore-test", "2 failing Mozilla tests ", "exception", "slave", "lost"], |
Right now it just spits out the whole string. It would be nice if we could do something smarter ("slave lost" is sufficient).