The issue here is that upon finishing the test, a cache is cleared and then stopped: https://gist.github.com/4037718
Clearing is not needed now, so you avoid potential issues coming from shutting down nodes and doing some work on the cache before stopping.
This failure had other side effects as shown by: https://gist.github.com/4037727
The issue here is that upon finishing the test, a cache is cleared and then stopped: https://gist.github.com/4037718
Clearing is not needed now, so you avoid potential issues coming from shutting down nodes and doing some work on the cache before stopping.
This failure had other side effects as shown by: https://gist.github.com/4037727