Apostolos Giannakidis created GORA-273:
------------------------------------------
Summary: Add test cases in DataStoreTestBase to test Keys other
than String keys
Key: GORA-273
URL: https://issues.apache.org/jira/browse/GORA-273
Project: Apache Gora
Issue Type: Bug
Components: testing
Affects Versions: 0.3
Reporter: Apostolos Giannakidis
Assignee: Apostolos Giannakidis
Fix For: 0.4
Apache Gora has a full suite of test cases that validate the proper
funcationality of a data store module. However, it is possible for a data store
module to successfully pass all the test cases, but still have a significant
limitation:
All the test cases use as a key for the persistent object a key of String data
type. However, as it is apparent from the LogManager sample application, Gora
supports other data types for keys too. For example, the LogManager uses Long
data types.
I propose to include some new test cases in DataStoreTestBase to also test for
other data types for the keys of the persistent objects. Please let me know
your opinions on this.
--
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