RESOLVED WONTFIX 238807
[resultsdb] Change termination condition to allow hashes in test results
https://bugs.webkit.org/show_bug.cgi?id=238807
Summary [resultsdb] Change termination condition to allow hashes in test results
Angelos Oikonomopoulos
Reported 2022-04-05 09:06:50 PDT
[resultsdb] Change termination condition to allow hashes in test results
Attachments
Patch (2.68 KB, patch)
2022-04-05 09:10 PDT, Angelos Oikonomopoulos
jbedard: review-
Angelos Oikonomopoulos
Comment 1 2022-04-05 09:10:09 PDT
Jonathan Bedard
Comment 2 2022-04-05 12:32:10 PDT
Comment on attachment 456706 [details] Patch I want to deploy this to our staging instance before landing.
Jonathan Bedard
Comment 3 2022-04-05 14:32:17 PDT
(In reply to Jonathan Bedard from comment #2) > Comment on attachment 456706 [details] > Patch > > I want to deploy this to our staging instance before landing. This would be why we deploy things to the staging instance: Looking at https://results.webkit.org/api/upload?suite=layout-tests&limit=1, looks like we don't always specify the "actual" result if a test passes. So our check needs to be a bit more sophisticated, I think. Probably the old check, plus an extra check that recognizes that a set of keys that can be nested?
Angelos Oikonomopoulos
Comment 4 2022-04-08 01:12:13 PDT
(In reply to Jonathan Bedard from comment #3) > (In reply to Jonathan Bedard from comment #2) > > Comment on attachment 456706 [details] > > Patch > > > > I want to deploy this to our staging instance before landing. > > This would be why we deploy things to the staging instance: > > Looking at https://results.webkit.org/api/upload?suite=layout-tests&limit=1, > looks like we don't always specify the "actual" result if a test passes. So > our check needs to be a bit more sophisticated, I think. Probably the old > check, plus an extra check that recognizes that a set of keys that can be > nested? Thanks for the extra testing! I've looked at the layout tests code and I think it's probably safer in the long run to keep the current termination check. I've modified https://bugs.webkit.org/show_bug.cgi?id=238806 to use two new fields in the existing test result instead of a nested dict.
Note You need to log in before you can comment on or make changes to this bug.