Phabricator/TestPlan/ExpectationT15: Difference between revisions

Jump to navigation Jump to search
Use pretty-printed expected json for easier diff
(Created page with "<syntaxhighlight lang="bash"> { "error": null, "errorMessage": null, "response": "{\"data\":{\"events\":[{\"eventKind\":\"revision-created\",\"isSecure\":false,\"actorNa...")
 
(Use pretty-printed expected json for easier diff)
Line 1: Line 1:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
{
{
  "error":
  "data": {
    "events": [
      {
        "eventKind": "revision-created",
        "isSecure": false,
        "actorName": "phab-email-qa-author",
        "revision": {
          "revisionId": 2942,
          "name": "Bug 1629001: public revision r?phab-email-qa-reviewer-1",
          "link": "https://phabricator-dev.allizom.org/D2942",
          "bug": {
            "bugId": 1629038,
            "name": "Phabricator Email QA Other Public Bug",
            "link": "https://bugzilla-dev.allizom.org/show_bug.cgi?id=1629038"
          }
        },
        "body": {
          "affectedFiles": [
            {
              "path": "/new_file",
              "change": "added"
            },
            {
              "path": "/README",
              "change": "modified"
            }
          ],
          "reviewers": [
            {
              "name": "phab-email-qa-reviewer-1",
              "isActionable": false,
              "status": "accepted",
              "recipients": [
                {
                  "email": "mhentges+phab-email-qa-reviewer-1@mozilla.com",
                  "username": "phab-email-qa-reviewer-1",
                  "timezoneOffset": 0,
                  "isActor": false
                }
              ]
            },
            {
              "name": "phab-email-qa-reviewer-2",
              "isActionable": false,
              "status": "unreviewed",
              "recipients": [
                {
                  "email": "mhentges+phab-email-qa-reviewer-2@mozilla.com",
                  "username": "phab-email-qa-reviewer-2",
                  "timezoneOffset": 0,
                  "isActor": false
                }
              ]
            }
          ]
        },
        "key": "6853094760238900775",
        "timestamp": 1595610464
      },
      {
        "eventKind": "revision-abandoned",
        "isSecure": false,
        "actorName": "phab-email-qa-author",
        "revision": {
          "revisionId": 2942,
          "name": "Bug 1629001: public revision r?phab-email-qa-reviewer-1",
          "link": "https://phabricator-dev.allizom.org/D2942",
          "bug": {
            "bugId": 1629038,
            "name": "Phabricator Email QA Other Public Bug",
            "link": "https://bugzilla-dev.allizom.org/show_bug.cgi?id=1629038"
          }
        },
        "body": {
          "mainComment": null,
          "inlineComments": [],
          "transactionLink": "https://phabricator-dev.allizom.org/D2942#57822",
          "reviewers": [
            {
              "email": "mhentges+phab-email-qa-reviewer-1@mozilla.com",
              "username": "phab-email-qa-reviewer-1",
              "timezoneOffset": 0,
              "isActor": false
            },
            {
              "email": "mhentges+phab-email-qa-reviewer-2@mozilla.com",
              "username": "phab-email-qa-reviewer-2",
              "timezoneOffset": 0,
              "isActor": false
            }
          ]
        },
        "key": "6853094812423263585",
        "timestamp": 1595610476
      },
      {
        "eventKind": "revision-reclaimed",
        "isSecure": false,
        "actorName": "phab-email-qa-author",
        "revision": {
          "revisionId": 2942,
          "name": "Bug 1629001: public revision r?phab-email-qa-reviewer-1",
          "link": "https://phabricator-dev.allizom.org/D2942",
          "bug": {
            "bugId": 1629038,
            "name": "Phabricator Email QA Other Public Bug",
            "link": "https://bugzilla-dev.allizom.org/show_bug.cgi?id=1629038"
          }
        },
        "body": {
          "mainComment": null,
          "inlineComments": [],
          "transactionLink": "https://phabricator-dev.allizom.org/D2942#57823",
          "reviewers": [
            {
              "email": "mhentges+phab-email-qa-reviewer-1@mozilla.com",
              "username": "phab-email-qa-reviewer-1",
              "timezoneOffset": 0,
              "isActor": false
            },
            {
              "email": "mhentges+phab-email-qa-reviewer-2@mozilla.com",
              "username": "phab-email-qa-reviewer-2",
              "timezoneOffset": 0,
              "isActor": false
            }
          ]
        },
        "key": "6853094824846402584",
        "timestamp": 1595610479
      },
      {
        "eventKind": "revision-metadata-edited",
        "isSecure": false,
        "actorName": "phab-email-qa-author",
        "revision": {
          "revisionId": 2942,
          "name": "Bug 1629001: public revision r?phab-email-qa-reviewer-1",
          "link": "https://phabricator-dev.allizom.org/D2942",
          "bug": {
            "bugId": 1629038,
            "name": "Phabricator Email QA Other Public Bug",
            "link": "https://bugzilla-dev.allizom.org/show_bug.cgi?id=1629038"
          }
        },
        "body": {
          "isReadyToLand": false,
          "isTitleChanged": false,
          "isBugChanged": false,
          "author": {
            "email": "mhentges+phab-email-qa-author@mozilla.com",
            "username": "phab-email-qa-author",
            "timezoneOffset": 0,
            "isActor": true
          },
          "reviewers": [
            {
              "name": "phab-email-qa-reviewer-1",
              "isActionable": false,
              "status": "unreviewed",
              "metadataChange": "removed",
              "recipients": [
                {
                  "email": "mhentges+phab-email-qa-reviewer-1@mozilla.com",
                  "username": "phab-email-qa-reviewer-1",
                  "timezoneOffset": 0,
                  "isActor":
26

edits

Navigation menu