RESOLVED FIXED Bug 170158
Fix dashboard test results on the dashboard
https://bugs.webkit.org/show_bug.cgi?id=170158
Summary Fix dashboard test results on the dashboard
Alexey Proskuryakov
Reported 2017-03-27 19:40:59 PDT
- El Capitan test results are currently yellow, because dashboard tests fail there. - Link to dashboard test results points to stdio, which is not useful for these.
Attachments
proposed fix (5.52 KB, patch)
2017-03-27 20:31 PDT, Alexey Proskuryakov
no flags
Jason Marcell
Comment 1 2017-03-27 20:09:52 PDT
The following commits broke the botwatcher's dashboard unit tests. https://bugs.webkit.org/show_bug.cgi?id=156595 https://bugs.webkit.org/show_bug.cgi?id=157680 I'm working with the authors of these commits to resolve the unit tests. You can run the tests in a headless terminal sessions via WebKitTestRunner as follows: run-dashboard-tests You can also run the tests in Safari: open ./Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/index.html
Jason Marcell
Comment 2 2017-03-27 20:12:02 PDT
(In reply to Alexey Proskuryakov from comment #0) > - Link to dashboard test results points to stdio, which is not useful for > these. I followed the same convention as the layout tests. There is a link that shows a diff of expected vs. actual.
Jason Marcell
Comment 3 2017-03-27 20:13:59 PDT
(In reply to Jason Marcell from comment #2) > (In reply to Alexey Proskuryakov from comment #0) > > - Link to dashboard test results points to stdio, which is not useful for > > these. > > I followed the same convention as the layout tests. There is a link that > shows a diff of expected vs. actual. e.g. https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r214433%20(174)/dashboard-layout-test-results/results.html
Alexey Proskuryakov
Comment 4 2017-03-27 20:31:27 PDT
Created attachment 305554 [details] proposed fix
Alexey Proskuryakov
Comment 5 2017-03-27 20:34:36 PDT
> I'm working with the authors of these commits to resolve the unit tests. Do you expect that this will happen soon (tomorrow)? If not, we should hide dashboard test results, so that the dashboard is not constantly red.
Jason Marcell
Comment 6 2017-03-27 20:39:23 PDT
(In reply to Alexey Proskuryakov from comment #5) > > I'm working with the authors of these commits to resolve the unit tests. > > Do you expect that this will happen soon (tomorrow)? If not, we should hide > dashboard test results, so that the dashboard is not constantly red. I doubt it will be fixed tomorrow. Hiding the results sounds fine. I didn't even know we could do that!
Alexey Proskuryakov
Comment 7 2017-03-27 20:46:35 PDT
I don't think that there is existing support for hiding a step, we would need to add a temporary hack to the dashboard. Or it may be easier to mark the step as "hidden" in buildbot itself - the dashboard already checks for that. Would you be willing to look into that? I'm unlikely to have another opportunity to look at the code until Wednesday at best.
Jason Marcell
Comment 8 2017-03-27 20:51:00 PDT
(In reply to Alexey Proskuryakov from comment #7) > I don't think that there is existing support for hiding a step, we would > need to add a temporary hack to the dashboard. Or it may be easier to mark > the step as "hidden" in buildbot itself - the dashboard already checks for > that. > > Would you be willing to look into that? I'm unlikely to have another > opportunity to look at the code until Wednesday at best. Yep. No problem.
Aakash Jain
Comment 9 2017-03-28 13:23:24 PDT
(In reply to Alexey Proskuryakov from comment #5) > Do you expect that this will happen soon (tomorrow)? I have fixed all the dashboard tests, pending review(170191 and 170193).
Jason Marcell
Comment 10 2017-03-28 16:51:00 PDT
I think we need to update Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/index-expected.txt
Jason Marcell
Comment 11 2017-03-28 17:05:01 PDT
WebKit Commit Bot
Comment 12 2017-03-28 18:31:32 PDT
Comment on attachment 305554 [details] proposed fix Clearing flags on attachment: 305554 Committed r214512: <http://trac.webkit.org/changeset/214512>
WebKit Commit Bot
Comment 13 2017-03-28 18:31:35 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.