https://bugzilla.wikimedia.org/show_bug.cgi?id=60940

       Web browser: ---
            Bug ID: 60940
           Summary: Gerrit throwing internal server error with
                    "status:closed" queries
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Git/Gerrit
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: b...@mzmcbride.com
                CC: christ...@quelltextlich.at, innocentkil...@gmail.com,
                    marcin.cies...@gmail.com, rlan...@gmail.com
    Classification: Unclassified
   Mobile Platform: ---

Something goofy is going on with "status:closed" queries in Gerrit lately.

Works (status:abandoned):

$ curl "https://gerrit.wikimedia.org/r/changes/?q=status:abandoned&n=1";
)]}'
[
  {
    "kind": "gerritcodereview#change",
    "id":
"mediawiki%2Fextensions%2FFlow~master~Iade500a4c2fb8b96e88e5074c7ceff484f02cce9",
    "project": "mediawiki/extensions/Flow",
    "branch": "master",
    "change_id": "Iade500a4c2fb8b96e88e5074c7ceff484f02cce9",
    "subject": "Implement former SimpleAntiSpam extension in \\Flow\\View",
    "status": "ABANDONED",
    "created": "2014-02-06 04:22:23.000000000",
    "updated": "2014-02-06 04:30:14.000000000",
    "mergeable": true,
    "_sortkey": "002af04e0001b469",
    "_number": 111721,
    "owner": {
      "name": "Legoktm"
    },
    "_more_changes": true
  }
]


Fails (status:closed):

$ curl "https://gerrit.wikimedia.org/r/changes/?q=status:closed&n=1";
Internal server error

You can reproduce the same behavior by going to <https://gerrit.wikimedia.org>
and inputting "status:closed" into the search input. Doing so results in:

---
Code Review - Error

500 Internal server error

[Continue]
---

This is a breaking change in the Gerrit Web API, causing [[mw:Gerrit/Reports]]
to stop updating.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to