Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3424 by wildh...@gmail.com: PUT request on reviews always last 10 minuts.
http://code.google.com/p/reviewboard/issues/detail?id=3424

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
2.0.2

What's the URL of the page containing the problem?
The URL is not accessible on Internet

What steps will reproduce the problem?
1.Post a review
2.Publish it
3.Wait 10 minuts

What is the expected output? What do you see instead?
The expected output is to publish a review quickly, instead it print "loading..." for 10 minuts.

What operating system are you using? What browser?
Linux Debian stable (7.4) / chrome on linux Version 35.0.1916.114

Please provide any additional information below.
When I post a review, the steps are :

1 - GET the draft (=> lead to 404 error, see screenshot)
2 - POST the review (=> create the reply and return the id 10 here)
3 - PUT the review with "public": true (=> publish the review, lead to 200 OK but last 10 minuts!)

The result is fine, but the last PUT last 10 minuts.

If I do not wait and refresh the page, the result is fine, so the PUT request is handled correctly and quickly.

In the apache log file I have :

[18/Jun/2014:09:32:06 +0000] "GET /api/review-requests/3/reviews/1/replies/draft/?1403083927028&api_format=json HTTP/1.1" 404 531 "http://rb.local/r/3/"; "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36"

[18/Jun/2014:09:32:06 +0000] "POST /api/review-requests/3/reviews/1/replies/ HTTP/1.1" 201 937 "http://rb.local/r/3/"; "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36"

[18/Jun/2014:09:34:24 +0000] "PUT /api/review-requests/3/reviews/1/replies/10/ HTTP/1.1" 200 837 "http://rb.local/r/3/"; "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36"

If more info is needed, just ask.

Thank you

Attachments:
        2014-06-18-115517_1502x749_scrot.png  118 KB
        2014-06-18-115458_1418x737_scrot.png  51.8 KB
        2014-06-18-120009_1317x689_scrot.png  109 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to