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

#1168 Fix uncaught CancellationException when stopping reporter with … #1170

Merged
merged 1 commit into from Aug 3, 2017
Merged

#1168 Fix uncaught CancellationException when stopping reporter with … #1170

merged 1 commit into from Aug 3, 2017

Commits on Jul 28, 2017

  1. #1168 Fix uncaught CancellationException when stopping reporter with …

    …externally managed executor:
    
    - Do not try to wait the end of current reporting phase, when stopping reporter with externally managed executor, because JDK ScheduledExecutorService does not provide this feature, and handy implementation of this feature requires big amount of complex concurrent code.
    - Do not mock executors(where sensible) in order to make tests more realistic.
    vladimir-bukhtoyarov committed Jul 28, 2017
    Copy the full SHA
    40f6e62 View commit details
    Browse the repository at this point in the history