Skip to content

Missing @WebHealthCheck or @TCPHealthCheck doesn't clear the containers on error #17

@DarthSeppius

Description

@DarthSeppius

ISSUE
If we are missing the @TCPHealthCheck or @WebHealthCheck on the descriptior definition we got an error saying:

java.lang.RuntimeException: No svc name detected. Make sure you have defined a health-check by using @WebHealthCheck or @TCPHealthCheck

but then the cleanup phase is not executed correctly because I still see the previously spawned containers before the actual failure.

We should check why the cleanup phase is not completed properly in this scenario.

DOCKERUNIT VERSION: 0.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    MinorbugSomething isn't workingduplicateThis issue or pull request already exists

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions