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

Ensure traces sent before process ends #195

Merged
merged 10 commits into from
Oct 2, 2017
Merged

Commits on Sep 29, 2017

  1. Configuration menu
    Copy the full SHA
    30eff3d View commit details
    Browse the repository at this point in the history
  2. Cleanup of shutdown method

    Rachel Lo committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    88b47b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8e71b View commit details
    Browse the repository at this point in the history
  4. change instance var

    Rachel Lo committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    08bd23f View commit details
    Browse the repository at this point in the history
  5. Moves shutdown method and flag to the worker

    Rachel Lo committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    6d328e9 View commit details
    Browse the repository at this point in the history
  6. Allows trace buffer to be closed. Makes sure it is closed before work…

    …er is shut down. Adds tests for these changes
    Rachel Lo committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    948b72d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c709b2e View commit details
    Browse the repository at this point in the history
  8. Fixes test for CI

    Rachel Lo committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    e3f20cc View commit details
    Browse the repository at this point in the history
  9. Shutdown method tells worker thread to stop, and waits for it to fini…

    …sh before exiting
    Rachel Lo committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    98a826c View commit details
    Browse the repository at this point in the history
  10. Fixes check for shutdown method so that traces send when buffer is cl…

    …eared but the traces are still being sent. Updates test to use a thread to make sure shutdown is not called more than once
    Rachel Lo committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    47b0dd2 View commit details
    Browse the repository at this point in the history