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

Blake Eggleston commented on CASSANDRA-9893:
--------------------------------------------

here are the various bugfixes rebased against the latest cassandra-3.0: 
https://github.com/bdeggleston/cassandra/tree/9893-3

{{cql_tests:TestCQL.static_columns_cas_test}} was failing because calls to 
{{UnfilteredRowIterators.noRowsIterator}} discard the static Columns data, 
which causes problems deserializing the static row. The call to noRowsIterator 
from {{SelectNoSlices.makeSliceIterator}} was also discarding the static row 
entirely. This wasn't strictly a problem with upgrades either, 3.0-3.0 queries 
were also failing.

{{paging_test:TestPagingSize.test_with_equal_results_to_page_size}}, 
{{cql_tests:TestCQL.select_distinct_with_deletions_test}}, 
{{paging_test:TestPagingData.basic_compound_paging_test}}, and 
{{paging_test:TestPagingSize.test_undefined_page_size_default}} failures are 
also caused by CASSANDRA-9857

> Fix upgrade tests from #9704 that are still failing
> ---------------------------------------------------
>
>                 Key: CASSANDRA-9893
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9893
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Sylvain Lebresne
>            Assignee: Blake Eggleston
>             Fix For: 3.0 beta 2
>
>
> The first things to do on this ticket would be to commit Tyler's branch 
> (https://github.com/thobbs/cassandra-dtest/tree/8099-backwards-compat) to the 
> dtests so cassci run them. I've had to do a few minor modifications to have 
> them run locally so someone which access to cassci should do it and make sure 
> it runs properly.
> Once we have that, we should fix any test that isn't passing. I've ran the 
> tests locally and I had 8 failures. for 2 of them, it sounds plausible that 
> they'll get fixed by the patch of CASSANDRA-9775, though that's just a guess. 
>  The rest where test that timeouted without a particular error in the log, 
> and running some of them individually, they passed.  So we'll have to see if 
> it's just my machine being overly slow when running them all.



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

Reply via email to