sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Fix incorrect assertions in CanCancelTasks test #206

Closed havocp closed 10 years ago

havocp commented 10 years ago

The asserted ordering of events was not in fact guaranteed. We asserted that two executions waited, started, waited, started; but in fact both could wait, then one could start, then the other could start. Changed around the assertions to test only orderings that should be guaranteed.

henrikengstrom commented 10 years ago

LGTM