dice-group/gerbil

Tests are relying on external resources

Opened this issue · 0 comments

Description

Some of our JUnit tests rely on external resources making them unstable. This should be avoided since it may lead to errors that are not bound to the implementation and it leads to timeouts in Travis (e.g., see https://travis-ci.org/dice-group/gerbil/builds/480844126).

List of affected tests

The list can be easily constructed (or checked again), by checking out the project, disabling all networking and rerun all tests.

Proposed fixes

Further suggestions are welcome 😃