expect(statsProvider.makeCounter(LOST_TASKS_STAT_NAME)).andReturn(lostTasks);
expect(statsProvider.makeCounter(INSUFFICIENT_OFFERS_STAT_NAME)).andReturn(insufficientOffers);
control.replay();
gcExecutorLauncher = new GcExecutorLauncher(
new GcExecutorSettings(Amount.of(1L, Time.HOURS), Optional.<String>absent()),
storageUtil.storage,
clock,
MoreExecutors.sameThreadExecutor(),
driver,
statsProvider,