Bug 754144 - List returned by testplan.get_test_cases is not sorted according sort key [NEEDINFO]
Summary: List returned by testplan.get_test_cases is not sorted according sort key
Keywords:
Status: VERIFIED
Alias: None
Product: TCMS
Classification: Other
Component: Usability
Version: 3.6
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 3.8.0
Assignee: Yang Ren
QA Contact: Nobody
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-15 14:09 UTC by Branislav Náter
Modified: 2022-03-14 03:26 UTC (History)
7 users (show)

Fixed In Version: 3.8.0-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
psplicha: needinfo? (junzhang)


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.