Skip to content

QA could hung when stopping trace session #23

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

Closed
hvlad opened this issue Jun 13, 2024 · 0 comments · Fixed by #25
Closed

QA could hung when stopping trace session #23

hvlad opened this issue Jun 13, 2024 · 0 comments · Fixed by #25
Assignees

Comments

@hvlad
Copy link
Member

hvlad commented Jun 13, 2024

The problem was found when run few instances of QA concurrently.

The problem happens when code tries to stop existing trace session.
To do it, it makes new connection to the services manager to run "Stop Trace Session" service.
If that new connection can't be established by any reason, the 'trace_thread' left working and application (QA test) can't exit correctly.

@hvlad hvlad changed the title QA could hung when working with trace session QA could hung when stopping trace session Jun 13, 2024
@hvlad hvlad linked a pull request Jun 13, 2024 that will close this issue
@hvlad hvlad self-assigned this Jun 13, 2024
pavel-zotov added a commit that referenced this issue Aug 6, 2024
Fixed bug #23 : QA could hung when stopping trace session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant