nethad / clustermeister

Clustermeister provides a framework for easy code execution and testing on remote and distributed Java Virtual Machines (JVM). Specifically it provides utilities to facilitate remote code deployment scenarios and an API to execute code on remote JVMs.
Apache License 2.0
6 stars 2 forks source link

RMIInfrastructure tests fail when CLI is running locally. #33

Closed danielspicar closed 12 years ago

danielspicar commented 12 years ago

Because the RMI port is in use.

Best solution might be to make RMI port configurable and configure it differently for tests. This would also allow a user to choose a different port in case the default port is used or blocked.