Bug 715499

Summary: [Test run]Can not create new test run with more than 700 cases
Product: [Other] TCMS Reporter: Jin Zhao <jzhao>
Component: ApplicationAssignee: Yang Ren <ryang>
Status: VERIFIED --- QA Contact: Nobody <nobody>
Severity: high Docs Contact:
Priority: high    
Version: 3.4.1CC: junzhang, ryang, vchen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 3.6.z Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jin Zhao 2011-06-23 05:41:41 UTC
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:

Comment 1 Danqing Li 2011-06-23 06:59:11 UTC
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:

Comment 2 Jin Zhao 2011-10-18 06:41:39 UTC
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."

Comment 3 jianchen 2011-10-25 09:28:45 UTC
commit 0d96e805d2cd735989ca918ac4926d37dff13c5c
change write_new_run HTTP method to 'POST' and add a views function to handle request.

Comment 4 Xin Gao 2011-11-02 08:30:48 UTC
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.