You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current unit tests rely on the InMemTest class, which is a bit of a hack to simulate continuation serialization transport.
It would be much better to create a test framework which can be run as a usual unit test (i.e. with sbt test) that kicks off two real InetTransporter.listen threads (on different local ports) and tests actual serialization and transportation over sockets.
This might be doable with some advanced sbt trickery, or within a class via some clever class loading.
The text was updated successfully, but these errors were encountered:
The current unit tests rely on the InMemTest class, which is a bit of a hack to simulate continuation serialization transport.
It would be much better to create a test framework which can be run as a usual unit test (i.e. with
sbt test
) that kicks off two real InetTransporter.listen threads (on different local ports) and tests actual serialization and transportation over sockets.This might be doable with some advanced sbt trickery, or within a class via some clever class loading.
The text was updated successfully, but these errors were encountered: