Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assert that loaded key count is 2000 after commit #1273

Open
wants to merge 1 commit into
base: titan11
Choose a base branch
from

Commits on Mar 2, 2016

  1. Assert that loaded key count is 2000 after commit

    This test makes the assumption that the underlying store has the ability to read uncommitted transactions.
    http://docs.oracle.com/cd/E17277_02/html/java/com/sleepycat/je/Cursor.html
    This may very well be the behavior of Berkeley JE transactions as they are created in titan-berkeleyje, but it is not part of the OrderedKeyValueStore interface/specification. Actually, it seems like the isolation/lock modes are configurable in titan-berkeleyje.
    Alexander Patrikalakis committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    d97016e View commit details
    Browse the repository at this point in the history