You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/19 05:45:01 UTC

[jira] [Updated] (CASSANDRA-9732) SelectOrderByTest.testInOrderByWithoutSelecting

     [ https://issues.apache.org/jira/browse/CASSANDRA-9732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

C. Scott Andreas updated CASSANDRA-9732:
----------------------------------------
    Component/s: Testing

> SelectOrderByTest.testInOrderByWithoutSelecting
> -----------------------------------------------
>
>                 Key: CASSANDRA-9732
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9732
>             Project: Cassandra
>          Issue Type: Test
>          Components: Testing
>            Reporter: Robert Stupp
>            Priority: Major
>
> Just want to verify whether the SELECT-tests in {{SelectOrderByTest.testInOrderByWithoutSelecting}} are correct. Shouldn't the 5th SELECT-test not use {{ORDER BY c2 DESC}}?
> Test case excerpt:
> {noformat}
>         assertRows(execute("SELECT v FROM %s WHERE k=0 AND c1 = 0 AND c2 IN (2, 0) ORDER BY c1 DESC"),
>                    row(2),
>                    row(0));
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org