// with too many messages sent after activation -- we want
// to compare transferred state with the sender
stressors[i].stopPuts();
log.info("TEST: Run " + x + "-- /" + names[i] + " activated on A");
// Reacquire one semaphore ticket
boolean acquired = semaphore.attempt(60000);
if (!acquired)
fail("failed to acquire semaphore " + names[i]);
log.info("TEST: Run " + x + "-- acquired semaphore from " + names[i]);
// Pause to allow other work to proceed