You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ariel Weisberg (JIRA)" <ji...@apache.org> on 2015/05/01 21:27:06 UTC

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

Ariel Weisberg created CASSANDRA-9287:
-----------------------------------------

             Summary: 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)