GitHub user lewismc opened a pull request:
https://github.com/apache/gora/pull/45
GORA-240 Tests for MemStore
Hi Folks,
This PR is not 100% yet and I wanted to post it to kick off some
conversation regarding behavior of MemStore. First though, this PR
* Fixes issues with
[GORA-446](https://issues.apache.org/jira/browse/GORA-446)
* Fixes [GORA-125](https://issues.apache.org/jira/browse/GORA-125) making
logging libraries consistent across the codebase and modules.
* Implements logic for query execution and results generation please see
MemStore#execute
* Finally, addresses
[GORA-240](https://issues.apache.org/jira/browse/GORA-240) We have to @Ignore
testDeleteByQueryFields and implement testMemStoreDeleteByQueryFields which is
basically the same test however we explicitly set the start and end keys for
the Query.
This PR is not 100% yet there are two tests which are currently failing
however I wanted to put the code here for us to talk about MemStore behaviour.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lewismc/gora GORA-240
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/45.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #45
----
commit 11b1d7accbe787010218152b6eb25b17ecbe5809
Author: Lewis John McGibbney <[email protected]>
Date: 2015-10-03T19:52:21Z
GORA-240 Tests for MemStore
commit 209d6632cb98a6c76a3c634f94222cb8b0d135ed
Author: Lewis John McGibbney <[email protected]>
Date: 2015-10-05T04:35:11Z
GORA-240 Tests for MemStore
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---