diff --git a/screening/sourceTest/java/ch/systemsx/cisd/openbis/dss/screening/server/dropbox/JythonScreeningDropboxRecoveryTest.java b/screening/sourceTest/java/ch/systemsx/cisd/openbis/dss/screening/server/dropbox/JythonScreeningDropboxRecoveryTest.java index 07f5669594de23a0ff674bba0b3e3a607ddd72b4..37ca0b0258bba3ab0fe87f05c29e817df8f08a89 100644 --- a/screening/sourceTest/java/ch/systemsx/cisd/openbis/dss/screening/server/dropbox/JythonScreeningDropboxRecoveryTest.java +++ b/screening/sourceTest/java/ch/systemsx/cisd/openbis/dss/screening/server/dropbox/JythonScreeningDropboxRecoveryTest.java @@ -67,6 +67,13 @@ public class JythonScreeningDropboxRecoveryTest extends AbstractJythonDataSetHan throws IOException { setUpHomeDataBaseExpectations(); + context.checking(new Expectations() + { + { + ignoring(openBisService).heartbeat(); + } + }); + Properties properties = createThreadPropertiesRelativeToScriptsFolder("hcs-simple-test.py"); properties.put("TEST_V2_API", ""); TopLevelDataSetRegistratorGlobalState globalState = createGlobalState(properties); @@ -276,8 +283,8 @@ public class JythonScreeningDropboxRecoveryTest extends AbstractJythonDataSetHan registerDataSetsAndThrow(true); one(openBisService).didEntityOperationsSucceed(with(any(TechId.class))); will(returnValue(EntityOperationsState.NO_OPERATION)); - //this is check at the retry phase - to trigger going into recovery mode - + // this is check at the retry phase - to trigger going into recovery mode + one(openBisService).didEntityOperationsSucceed(with(any(TechId.class))); will(returnValue(EntityOperationsState.OPERATION_SUCCEEDED));