Exemplo n.º 1
0
 //	@Test
 //	disabled, introducing definition in deploy.info file causing jenkins job creation
 public void testIntegrationMainChainWorkflow() throws Exception {
   // this is long running test, so we need to increate timeout
   OozieWorkflowTestConfiguration wfConf = new OozieWorkflowTestConfiguration();
   wfConf.setTimeoutInSeconds(7200);
   testWorkflow("eu/dnetlib/iis/workflows/top/integration/primary/processing", wfConf);
 }
Exemplo n.º 2
0
 //	@Test
 //	disabled, introducing definition in deploy.info file causing jenkins job creation
 public void testIntegrationImportWorkflow() throws Exception {
   OozieWorkflowTestConfiguration wfConf = new OozieWorkflowTestConfiguration();
   wfConf.setTimeoutInSeconds(720);
   testWorkflow("eu/dnetlib/iis/workflows/top/integration/import", wfConf);
 }