Open
Description
The test databases are not removed when we SIGINT
the current process. Lets think about the best pattern to overcome this problem.
Basically, the dilemma comes from the fact that we also need to teardown mongo processes but dropping database will only work before those processes are killed. On the other hand managing this type of synchronization when the process is about to exit is not an obvious task. So I was thinking that we could at least print some warning message to the user, telling them which files needs to be removed.