[ 
https://issues.apache.org/jira/browse/CASSANDRA-10473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14961192#comment-14961192
 ] 

Benjamin Lerer edited comment on CASSANDRA-10473 at 10/16/15 6:46 PM:
----------------------------------------------------------------------

The patch is 
[here|https://github.com/apache/cassandra/compare/trunk...blerer:10473-3.0].

* The unit test results are 
[here|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-10473-3.0-testall/2/]
* The dtest results are 
[here|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-10473-3.0-dtest/2/]

The  select distinct with static column is failing on CI due to the fact that 
the upgrade is done from 2.2.1 to 3.0 HEAD. The patch fix the test for the 
upgrade from 2.2.0 or 2.2.2 to 3.0 HEAD. It fails on 2.2.1 with a 
ClassCastException.

I have modified the {{NEWS.txt}} to advise users to only upgrade from 2.2.2+.  


was (Author: blerer):
The patch is 
[here|https://github.com/apache/cassandra/compare/trunk...blerer:10473-3.0].

* The unit test results are [here|
* The dtest results are 
[here|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-10473-3.0-dtest/2/]

The  select distinct with static column is failing on CI due to the fact that 
the upgrade is done from 2.2.1 to 3.0 HEAD. The patch fix the test for the 
upgrade from 2.2.0 or 2.2.2 to 3.0 HEAD. It fails on 2.2.1 with a 
ClassCastException.

I have modified the {{NEWS.txt}} to advise users to only upgrade from 2.2.2+.  

> fix failing dtest for select distinct with static columns on 2.2->3.0 upgrade 
> path
> ----------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-10473
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10473
>             Project: Cassandra
>          Issue Type: Sub-task
>            Reporter: Jim Witschey
>            Assignee: Benjamin Lerer
>             Fix For: 3.0.0 rc2
>
>
> {{upgrade_tests/cql_tests.py:TestCQL.static_columns_with_distinct_test}} 
> fails on the upgrade path from 2.2 to 3.0:
> http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-22_tarball-30_HEAD/lastCompletedBuild/testReport/upgrade_tests.cql_tests/TestCQL/static_columns_with_distinct_test/
> Once [this dtest PR|https://github.com/riptano/cassandra-dtest/pull/586] is 
> merged, these tests should also run with this upgrade path on normal 3.0 
> jobs. Until then, you can run it with the following command:
> {code}
> SKIP=false CASSANDRA_VERSION=binary:2.2.0 UPGRADE_TO=git:cassandra-3.0 
> nosetests upgrade_tests/cql_tests.py:TestCQL.static_columns_with_distinct_test
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to