Hide Forgot
Description of problem: Create new test run with more than 700 cases will warning 414 error Version-Release number of selected component (if applicable): 3.4.1-2 How reproducible: always Steps to Reproduce: 1.https://tcms.engineering.redhat.com/plan/3677/ 2.Select all cases then create new test 3. Actual results: Request-URI Too Large The requested URL's length exceeds the capacity limit for this server. Expected results: Create run successfully. Additional info:
I just tried a try more then 1000 cases. the run created successfully. (In reply to comment #0) > Description of problem: > Create new test run with more than 700 cases will warning 414 error > > Version-Release number of selected component (if applicable): > 3.4.1-2 > > How reproducible: > always > > Steps to Reproduce: > 1.https://tcms.engineering.redhat.com/plan/3677/ > 2.Select all cases then create new test > 3. > > Actual results: > Request-URI Too Large > The requested URL's length exceeds the capacity limit for this server. > > Expected results: > Create run successfully. > > Additional info:
Reproduce as the following steps: 1.Browse https://tcms-stage.englab.bne.redhat.com/plan/3677/ 2.Select all cases 3.Click Run->write new run Actual result :warning that "Request-URI Too Large,The requested URL's length exceeds the capacity limit for this server."
commit 0d96e805d2cd735989ca918ac4926d37dff13c5c change write_new_run HTTP method to 'POST' and add a views function to handle request.
Verify version: 3.6.z on englab -> PASS Verify steps: 1. click link https://tcms.englab.nay.redhat.com/plan/3677 2. Select all cases then create new test Actual results: Create run successfully.