MockJobClient c2 = new MockJobClient("testing", COMPLETED);
JobClientProfile profile = new JobClientProfile("testing", list(c1), 1000, 10);
QueueHadoopScriptHandler handler = create();
handler.doConfigure(profile);
ExecutionContext context = context();
HadoopScript script = script();
handler.execute(ExecutionMonitor.NULL, context, script);
handler.execute(ExecutionMonitor.NULL, context, script);
assertThat(c1.count, is(greaterThan(0)));