Skip to content

Exception is swallowed masking error and creates confusing log output #49

@simbo1905

Description

@simbo1905

This line has a swallow of a throwable that hides bugs:

System.err.println("Exception while running test " + description + " from " + group);

When I fix up my own copy of the code to get the full test suite to pass there is suspicious logging from that line about swallowing the exception. When I remove the catch of throwable then 7 test fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions