assertTrue(assertInUpdate, assertInUpdate == null);
assertInUpdate = null;
System.err.println("->Check if the message has reached the master node heron ...");
GetKey gk = new GetKey(glob, oid);
MsgUnit[] msgs = heronCon.get(gk.toXml(), null);
assertTrue("Invalid msgs returned", msgs != null);
assertEquals("Invalid number of messages returned", 1, msgs.length);
assertTrue("Invalid message oid returned", msgs[0].getKey().indexOf(oid) > 0);
log.info("SUCCESS: Got message:" + msgs[0].getKey());