Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6.2
-
Fix Version/s: 6.1.1
-
Component/s: CI tests
-
Labels:None
-
Sprint:2021-9
Description
mtr test mcs51_cpimport_select_from does a select with order by on column 1, but the rows aren't unique. There are multiple values of column 2 for each value of column 1, so the order by is insufficient. We need to order by both columns.