context.assertIsSatisfied(); //asserts that this is no longer probabalistic
Session session = null;
try {
session = factory.openSession(asia);
Collection<Integer> nodeIds = hive.directory().getNodeIdsOfPrimaryIndexKey(asia);
assertEquals(2, nodeIds.size());
Node node = getNodeForFirstId(hive, nodeIds);
assertCorrectNode(session, node);
fail("No exception thrown");
} catch (IllegalStateException e) {