assertEquals(0, cancelCount.get());
assertEquals(1, commands.getSize());
// Execute the command
// And wait until the other thread is waiting
Future<?> future = commands.executeAsync();
latch1.await();
assertEquals(Status.EVALUATING, ((AsyncProcess)ctx.getProcess()).getStatus());
assertEquals(0, cancelCount.get());
//