Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set sorting reporter as complete if test run failed unexpectedly #2161

Merged
merged 1 commit into from Sep 23, 2022

Commits on Aug 21, 2022

  1. feat: set sorting reporter as complete if test run failed unexpectedly

    If test runner is of sorted type, it buffers all events and eventually emits/prints them upon completion of the test. Now, in case test runner fails unexpectedly it does not flush buffered events until an internal timer kicks off; this won't work with SBT system as all loggers of a task are discarded by the time that internal timer is triggered.
    nimatrueway committed Aug 21, 2022
    Copy the full SHA
    3e83214 View commit details
    Browse the repository at this point in the history