[webkit-changes] [WebKit/WebKit] 526f1b: 'may_need_more_requests' field of a hidden test gr...

dewei-zhu noreply at github.com
Mon Mar 20 12:45:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 526f1bce0bbe24ac00f8433542646f0b10d1fdec
      https://github.com/WebKit/WebKit/commit/526f1bce0bbe24ac00f8433542646f0b10d1fdec
  Author: Dewei Zhu <dewei_zhu at apple.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M Websites/perf.webkit.org/public/api/build-requests.php
    M Websites/perf.webkit.org/server-tests/api-build-requests-tests.js
    M Websites/perf.webkit.org/server-tests/resources/mock-data.js

  Log Message:
  -----------
  'may_need_more_requests' field of a hidden test group should not be updated to true.
https://bugs.webkit.org/show_bug.cgi?id=253045
rdar://106004266

Reviewed by Stephanie Lewis.

'/api/build-requests' may set 'may_need_more_requests' to true even if the test group is hidden.

* Websites/perf.webkit.org/public/api/build-requests.php: Add logic to only set 'may_need_more_requests'
when the test group is not hidden.
* Websites/perf.webkit.org/server-tests/api-build-requests-tests.js: Added a unit test.
* Websites/perf.webkit.org/server-tests/resources/mock-data.js: Added support to mock hidden test groups.
(MockData.addMockData):

Canonical link: https://commits.webkit.org/261888@main




More information about the webkit-changes mailing list