Gerrit set-review api doesn't work
问题 I tried to add review comments by using this "set-review" api: https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#set-review I can get a json response from this interface, but nothing is changed. I can't see any new comments from Gerrit web page. Here is the example of my client side code: url = '/changes/16148/revisions/1/review' data = json.dumps({ 'message': 'test', 'labels': {}, 'comments': { 'tools/docpreview.py': [{ 'line': 20, 'message': 'hehe', }], }, 'notify':