You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Carl Yeksigian (JIRA)" <ji...@apache.org> on 2015/05/04 23:22:10 UTC

[jira] [Commented] (CASSANDRA-9287) CQLSSTableWriterLongTest is failing

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

Carl Yeksigian commented on CASSANDRA-9287:
-------------------------------------------

Changes look good; this should be applied to 2.1 as well since it looks like CQLSSTableWriterTest has this pattern there as well. Small nit: the three import statement changes should be dropped.

> CQLSSTableWriterLongTest is failing
> -----------------------------------
>
>                 Key: CASSANDRA-9287
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9287
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Ariel Weisberg
>            Assignee: Ariel Weisberg
>             Fix For: 3.x
>
>
> When I ran it I get an error in setup related the auth keyspace not existing. It exists, but it's not in the Schema singleton. Lost half a day on this before looking at other usages of StorageService.instance.initServer() and finding that the other usages also have 
> {noformat}
>         SchemaLoader.cleanupAndLeaveDirs();
>         Keyspace.setInitialized();
> {noformat}
> first. So some magic was apparently missing.



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