Skip to content

On SIGINT the databases are not removed #85

Open
@apendua

Description

@apendua

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions