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

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

It seems that setUp() is called at the beginning (twice), but not called every 
time,
though tearDown() is called every time.

...
12/07/12 09:04:58 INFO store.CassandraMapping: Added super column family: 'sc'
12/07/12 09:04:58 INFO gora.GoraTestDriver: setting up test
12/07/12 09:04:58 INFO store.CassandraClient: Keyspace 'Employee' in cluster 
'Gora Cassandra Test Cluster' was created on host 'localhost'
12/07/12 09:04:58 INFO store.CassandraClient: Keyspace 'Employee' in cluster 
'Gora Cassandra Test Cluster' was created on host 'localhost'
12/07/12 09:04:58 INFO store.DataStoreTestBase: test method: testNewInstance
12/07/12 09:04:58 INFO store.DataStoreTestBase: tearing down test
12/07/12 09:04:58 INFO gora.GoraTestDriver: tearing down test
12/07/12 09:04:58 INFO store.CassandraClient: 
me.prettyprint.hector.api.exceptions.HInvalidRequestException: 
InvalidRequestException(why:Cannot drop non existing keyspace 'Employee'.)
12/07/12 09:04:58 INFO store.DataStoreTestBase: test method: testCreateSchema
12/07/12 09:04:58 INFO store.DataStoreTestBase: tearing down test
12/07/12 09:04:58 INFO gora.GoraTestDriver: tearing down test
12/07/12 09:04:58 INFO store.DataStoreTestBase: test method: 
testAutoCreateSchema
12/07/12 09:04:58 INFO store.DataStoreTestBase: tearing down test
12/07/12 09:04:58 INFO gora.GoraTestDriver: tearing down test
12/07/12 09:04:58 INFO store.DataStoreTestBase: test method: testTruncateSchema
12/07/12 09:04:58 INFO store.DataStoreTestBase: tearing down test
12/07/12 09:04:58 INFO gora.GoraTestDriver: tearing down test
12/07/12 09:04:58 INFO store.DataStoreTestBase: test method: testDeleteSchema
12/07/12 09:04:58 INFO store.DataStoreTestBase: tearing down test
12/07/12 09:04:58 INFO gora.GoraTestDriver: tearing down test
...
                
> 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/gora-dev@incubator.apache.org/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