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

Enis Soztutar commented on GORA-53:
-----------------------------------

Hi Lewis, 

At first, we should target the default tests for DataStores. There is a 
DataStoreTestBase class which delegates tests to DataStoreTestUtil class in 
gora-core/src/test. The idea is to gather all data-store-agnostic tests under 
gora-core, and have each store module run all the tests against itself. So, 
similar to TestHBaseStore and TestSqlStore classes, we should have a 
TestCassandraStore test class which will run the generic tests. Note that the 
assertion of the data store operations would have to be written for cassandra. 

If we want to add generic tests that can be applicable to all data stores, we 
should add them in gora-core, and have cassandra module run those tests. We can 
also devise Cassandra-specific tests, which will go under gora-cassandra module.
                
> Add Gora-Cassandra tests
> ------------------------
>
>                 Key: GORA-53
>                 URL: https://issues.apache.org/jira/browse/GORA-53
>             Project: Gora
>          Issue Type: Improvement
>          Components: storage-cassandra
>    Affects Versions: 0.1.1-incubating
>            Reporter: Lewis John McGibbney
>            Priority: Critical
>             Fix For: 0.2-incubating, 0.3-incubating
>
>
> 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