sbt / sbt-remote-control

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

Log class or manifest when we can't find dynamic serializer #254

Closed havocp closed 9 years ago

havocp commented 9 years ago

This is just to make diagnosis of problems easier

eed3si9n commented 9 years ago

LGTM

Likely not related to this PR, but the following worries me a bit:

[error] Test sbt.serialization.spec.BasicPicklerTest.testLong failed: assertion failed: List(package io, package io), took 0.001 sec
[error] Test sbt.serialization.spec.BasicPicklerTest.testThrowable failed: assertion failed: List(package io, package io), took 0.0 sec
[error] Test sbt.serialization.spec.BasicPicklerTest.testBoolean failed: assertion failed: List(package io, package io), took 0.001 sec
[error] Test sbt.serialization.spec.BasicPicklerTest.testRoundtrip failed: assertion failed: List(package io, package io), took 0.0 sec
[error] Test sbt.serialization.spec.BasicPicklerTest.testDouble failed: assertion failed: List(package io, package io), took 0.0 sec
[error] Test sbt.serialization.spec.BasicPicklerTest.testString failed: assertion failed: List(package io, package io), took 0.0 sec
[error] Test sbt.protocol.spec.ProtocolTest.testTaskEvents failed: assertion failed: List(package io, package io), took 0.04 sec
havocp commented 9 years ago

that happened on openjdk6 only I guess?