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

Traces are not exported when a process is terminated immediately after a test finishes #50

Closed
NomadBlacky opened this issue Jun 13, 2024 · 0 comments · Fixed by #52
Closed
Labels
bug Something isn't working

Comments

@NomadBlacky
Copy link
Owner

NomadBlacky commented Jun 13, 2024

Sometimes, such as when running test commands directly from sbt, the process may exit after the test finishes but before sending the telemetry data.

# worked (run test in sbt shell)
$ sbt
> test

# did not work (run test directly in terminal)
$ sbt test

Implement exporting telemetry data explicitly by the reporter when the test ends.

@NomadBlacky NomadBlacky added the bug Something isn't working label Jun 13, 2024
@NomadBlacky NomadBlacky added this to the Production Ready milestone Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant