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

Kazuomi Kashii commented on GORA-53:
------------------------------------

Most of errors are "name is null" during tearDown() as follows:

Tests run: 51, Failures: 1, Errors: 48, Skipped: 0, Time elapsed: 92.342 sec 
<<< FAILURE!
testAutoCreateSchema(org.apache.gora.cassandra.store.TestCassandraStore)  Time 
elapsed: 0.31 sec  <<< ERROR!
java.lang.IllegalArgumentException: name is null
        at me.prettyprint.cassandra.utils.Assert.notNull(Assert.java:18)
        at 
me.prettyprint.cassandra.model.HColumnImpl.<init>(HColumnImpl.java:36)
        at 
me.prettyprint.hector.api.factory.HFactory.createColumn(HFactory.java:608)
        at 
org.apache.gora.cassandra.store.CassandraClient.addColumn(CassandraClient.java:152)
        at 
org.apache.gora.cassandra.store.CassandraStore.addOrUpdateField(CassandraStore.java:336)
        at 
org.apache.gora.cassandra.store.CassandraStore.flush(CassandraStore.java:227)
        at 
org.apache.gora.cassandra.store.CassandraStore.close(CassandraStore.java:94)
        at org.apache.gora.GoraTestDriver.tearDown(GoraTestDriver.java:93)
        at 
org.apache.gora.store.DataStoreTestBase.tearDown(DataStoreTestBase.java:115)
...


                
> Add Gora-Cassandra tests
> ------------------------
>
>                 Key: GORA-53
>                 URL: https://issues.apache.org/jira/browse/GORA-53
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: storage-cassandra
>    Affects Versions: 0.1.1-incubating
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Critical
>             Fix For: 0.3
>
>         Attachments: GORA-53-v2.patch, GORA-53.patch, GORA-54-v8.patch
>
>
> As per this thread [1], it is absolutely essential that we get some tests for 
> the Cassandra module. Therefore this task should act as a summary task to 
> manage all test which are hereby proposed.
> Realistically, this is going to take a good while, so I have marked it for 
> 0.2 and 0.3-incubating releases.
> [1] http://www.mail-archive.com/[email protected]/msg00241.html 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to