Class IndexTest


  • public class IndexTest
    extends Object
    Some functional tests on KeyValueStorage/TransactionalKVS
    • Constructor Detail

      • IndexTest

        public IndexTest()
    • Method Detail

      • setUp

        public void setUp()
      • tearDown

        public void tearDown()
      • testMerge

        public void testMerge()
                       throws Exception
        Create some index in XMDB and updates map with few records. Merge updates into index and test result: * in one mergeCommit * one by one
        Throws:
        Exception