Skip to content

Commit

Permalink
IndexStatisticsTest doesn't reuse NodeValueIndexCursor when verifying
Browse files Browse the repository at this point in the history
Due to some bug there... we'll get to it later
  • Loading branch information
tinwelint committed Sep 24, 2018
1 parent b926464 commit 6bcb904
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -431,6 +431,7 @@ private void assertIndexedNodesMatchesStoreNodes() throws Exception
}

// Node count == indexed node count
cursor = ktx.cursors().allocateNodeValueIndexCursor();
ktx.dataRead().nodeIndexSeek( index, cursor, IndexOrder.NONE, false, IndexQuery.exists( propertyKeyId ) );
int nodesInIndex = 0;
while ( cursor.next() )
Expand Down

0 comments on commit 6bcb904

Please sign in to comment.