[Webkit-unassigned] [Bug 185790] New: bisect-builds --list not showing all builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 15:34:48 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=185790

            Bug ID: 185790
           Summary: bisect-builds --list not showing all builds
           Product: WebKit
           Version: Safari 11
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lforschler at apple.com
                CC: lforschler at apple.com

running this command does not get me all builds:
bisect-builds -p mac-highsierra --list

my initial research suggests we have reached the 1MB payload limit on amazon lambda functions.

This is visible when testing the API gateway function. The following is returned:

  "LastEvaluatedKey": {
      "revision": {
        "N": "231282"
      },
      "identifier": {
        "S": "mac-highsierra-x86_64-release"
      }
    },
    "ScannedCount": 5271

LastEvaluatedKey is used to signal when we have reached the limit. If there is an entry there, it means more rows exist. We need to query again, using the LastEvaluatedKey as our starting point.

Apparently, we have so many builds on this OS, that we need to investigate this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180518/49c1539a/attachment-0001.html>


More information about the webkit-unassigned mailing list