Bug 754144

Summary: List returned by testplan.get_test_cases is not sorted according sort key
Product: [Other] TCMS Reporter: Branislav Náter <bnater>
Component: UsabilityAssignee: Yang Ren <ryang>
Status: VERIFIED --- QA Contact: Nobody <nobody>
Severity: high Docs Contact:
Priority: high    
Version: 3.6CC: jcai, jihu, junzhang, ohudlick, ryang, xkuang, yuwang
Target Milestone: ---Flags: psplicha: needinfo? (junzhang)
Target Release: 3.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 3.8.0-1 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 Branislav Náter 2011-11-15 14:09:18 UTC
Description of problem:
When using xmlrpc, list returned by testplan.get_test_cases is not sorted according sort key.

Version-Release number of selected component (if applicable):
Nitrate 3.6.0

How reproducible:
always

Steps to Reproduce:
1. get list of TC in test plan using xmlrpc
  
Actual results:
random TC list order

Expected results:
TC list ordered by sort key

Comment 1 Petr Šplíchal 2012-03-30 06:27:11 UTC
Hello, any progress here? I guess the implementation should be
just adjusting the SQL query to include the appropriate sort
clause. (I believe a similar fix is necessary for bug 725728).

Thanks for looking into this.

Comment 2 yawei Li 2012-05-18 03:10:13 UTC
will implement it in 3.8.0.

Comment 3 jianchen 2012-06-18 04:20:08 UTC
This bug was fixed in tcms 3.8.0.
List returned by TestPlan.get_test_cases(plan_id) sorted according sort key.

Comment 4 jihu 2012-07-25 07:33:16 UTC
Verify 3.8.0-1 on stage -->PASS

Verify steps:
1.get list of TC in test plan using xmlrpc
2.check TC sort order.


Actual result:
TC list ordered by sort key