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

Hudson commented on GORA-151:
-----------------------------

Integrated in goraOracle #6 (See [https://builds.apache.org/job/goraOracle/6/])
    Fixes GORA-151 to check if keyspace already exists (Revision 
b4be1b3811786a7cba1be1d370989afc03078286)

     Result = FAILURE
kazk : 
Files : 
* 
gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraStore.java
* 
gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraClient.java
* CHANGES.txt

                
> CassandraStore's schemaExists() method always returns false
> -----------------------------------------------------------
>
>                 Key: GORA-151
>                 URL: https://issues.apache.org/jira/browse/GORA-151
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: gora-cassandra
>    Affects Versions: 0.2
>            Reporter: Kazuomi Kashii
>             Fix For: 0.2.1
>
>         Attachments: GORA-151.patch
>
>
> CassandraStore's schemaExisst() method always returns false.
>   public boolean schemaExists() throws IOException {
>     LOG.info("schema exists");
>     return false;
>   }
> It makes gora-cassandra testSchemaExists fail.
> https://issues.apache.org/jira/browse/GORA-53?focusedCommentId=13414694#comment-13414694
> testSchemaExists(org.apache.gora.cassandra.store.TestCassandraStore) Time 
> elapsed: 0.883 sec <<< FAILURE! 
> junit.framework.AssertionFailedError 
>         at junit.framework.Assert.fail(Assert.java:48) 
>         at junit.framework.Assert.assertTrue(Assert.java:20) 
>         at junit.framework.Assert.assertTrue(Assert.java:27) 
>         at 
> org.apache.gora.store.DataStoreTestUtil.testSchemaExists(DataStoreTestUtil.java:131)
>  
>         at 
> org.apache.gora.store.DataStoreTestBase.testSchemaExists(DataStoreTestBase.java:164)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to