2821: post_review.py posts duplicate posts for same changeno from perforce
- UnableToReproduce
- Review Board
km.mural********@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Aug. 11, 2013 |
What version are you running? 1.5.1 What's the URL of the page containing the problem? http://reviewboard.infinera.com/r/27257 >>> p4 change -o 788689 http://reviewboard.infinera.com/r/27272 >>> p4 change -o 788689 What steps will reproduce the problem? 1.Submit new posts for changelist x 2. publish it 3. resubmit post after a while with some changes for changelist x Not necessarily these steps create duplicate post every time. This behavior is random What is the expected output? What do you see instead? post-review should update the same post for changelist x every time updated What operating system are you using? What browser? OS: Windows 7 Professional 64 bit Browser: Firefox 14.0.1 Please provide any additional information below.
I've never seen this behavior in years of using perforce. Can you check with your server admin and make sure there are no custom modifications? Also, 1.5.1 is extremely old (more than two years).
-
+ NeedInfo
Hi, There are no customization in review board. I debugged and the review board API to check for the existing post is failing some times. ( even though message says >>> Review request already exists. Updating it...). Also observed that sometimes the performance of review board slows down considerably and need a restart to fix the problem.