assertEquals(getCurrentTxId(primary), getCurrentTxId(standby));
}
@Test
public void testIngestFailureSetupStream() throws Exception {
InjectionEvent event = InjectionEvent.STANDBY_JOURNAL_GETSTREAM;
TestAvatarIngestingHandler h = new TestAvatarIngestingHandler(event);
InjectionHandler.set(h);
h.setDisabled(false);
setUp(3, "testIngestFailure: " + event, false, true);