sbt / sbt-remote-control

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

Remove protocol type aliases from sbt.client #203

Closed havocp closed 10 years ago

havocp commented 10 years ago
corruptmemory commented 10 years ago

LGTM

corruptmemory commented 10 years ago

This passed for me the second time:

[info]  --- Integration Test Report ---
[info]  *           com.typesafe.sbtrc.it.execution.TestExecution [ PASSED ]
[info]  *            com.typesafe.sbtrc.it.loading.CanCancelTasks [ PASSED ]
[info]  *             com.typesafe.sbtrc.it.loading.CanKillServer [ PASSED ]
[info]  *      com.typesafe.sbtrc.it.loading.CanLoadSimpleProject [ PASSED ]
[info]  * com.typesafe.sbtrc.it.loading.CanUseUiInteractionPlugin [ PASSED ]
[success] Total time: 95 s, completed Sep 16, 2014 3:21:56 PM

But the first time this failed the com.typesafe.sbtrc.it.loading.CanCancelTasks test. I suspect a race condition.

havocp commented 10 years ago

CanCancelTasks has had a race for a while, it fails on Travis sometimes too. Needs investigation.