[MCOL-4789] mtr test mcs51_cpimport_select_from is nondeterministic Created: 2021-07-01 Updated: 2021-07-06 Resolved: 2021-07-02 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | CI |
| Affects Version/s: | 5.6.2 |
| Fix Version/s: | 6.1.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hall (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| 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. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2021-07-02 ] |
|
Verified the change is in the latest code in the develop branch. |