Search in sources :

Example 1 with CompositeExecution

use of alluxio.job.workflow.composite.CompositeExecution in project alluxio by Alluxio.

the class WorkflowExecutionRegistryTest method getExecutionFactoryTest.

@Test
public void getExecutionFactoryTest() throws Exception {
    WorkflowExecution execution = WorkflowExecutionRegistry.INSTANCE.getExecution(new CompositeConfig(Lists.newArrayList(), true));
    assertTrue(execution instanceof CompositeExecution);
}
Also used : CompositeExecution(alluxio.job.workflow.composite.CompositeExecution) CompositeConfig(alluxio.job.workflow.composite.CompositeConfig) Test(org.junit.Test)

Aggregations

CompositeConfig (alluxio.job.workflow.composite.CompositeConfig)1 CompositeExecution (alluxio.job.workflow.composite.CompositeExecution)1 Test (org.junit.Test)1