[
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)