Hide Forgot
Created attachment 487482 [details] generated requests Description of problem: Selete more than 500 cases in test plan,in order to batch update the reviewer , status or priority,no response. Open firebug to see the generated requests, refer to attachment. Version-Release number of selected component (if applicable): 3.3-4 How reproducible: 100% Steps to Reproduce: 1.Enter to test plan which are more than 500 cases. Such as https://tcms-stage.englab.bne.redhat.com/plan/3168 2.Select all cases in the list 3.Click reviewer / status / priority to update. Actual results: no response. Expected results: Update successfully. Additional info:
(In reply to comment #0) > Created attachment 487482 [details] > generated requests > > Description of problem: > Selete more than 500 cases in test plan,in order to batch update the reviewer , > status or priority,no response. Open firebug to see the generated requests, > refer to attachment. > > > Version-Release number of selected component (if applicable): > 3.3-4 > > How reproducible: > 100% > > Steps to Reproduce: > 1.Enter to test plan which are more than 500 cases. Such as > https://tcms-stage.englab.bne.redhat.com/plan/3168 > 2.Select all cases in the list > 3.Click reviewer / status / priority to update. > > Actual results: > no response. > > Expected results: > Update successfully. > > Additional info: can't reproduce it. please re-confirm in tcms 3.6.0.2
> can't reproduce it. > please re-confirm in tcms 3.6.0.2 Hi ChenJian, You can have a try: https://tcms.englab.nay.redhat.com/plan/4520/
commit 3cc1167fb12dc1fe8e1b9e90eafc1b1cd262f8a8; Selete more than 500 cases cause URI is longer than the server can handle; change HTTP method to 'POST', and update cases' reviewer / status / priority while through 'POST' method, This bug will fix in tcms 3.6.z.
Verify version: 3.6.z on englab -> PASS Verify steps: 1.Enter to test plan which are more than 500 cases. Such as https://tcms.englab.nay.redhat.com/plan/3168 2.Select all cases in the list 3.Click reviewer / status / priority to update. Actual results: Update successfully.