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

Fix GUI Test non-zero exit code #7501

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

xoriole
Copy link
Contributor

@xoriole xoriole commented Jun 26, 2023

The reason for the non-zero exit code is the core process not being terminated correctly.
With this PR, we wait a max 10 seconds to let the core process terminate properly.

With this PR, GUI tests exits successfully with zero exit code.
GUI waits for core process to terminate by waiting for process finished
signal. If it does not finish within 10 seconds, the test fails which
is expected.
@xoriole xoriole self-assigned this Jun 26, 2023
@xoriole xoriole requested a review from a team as a code owner June 26, 2023 09:33
@xoriole xoriole requested review from drew2a and removed request for a team June 26, 2023 09:33
@xoriole xoriole added this to the 7.13.0 milestone Jun 26, 2023
@xoriole xoriole linked an issue Jun 26, 2023 that may be closed by this pull request
@xoriole xoriole merged commit 2723e7b into Tribler:release/7.13 Jun 26, 2023
17 checks passed
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 this pull request may close these issues.

GUI Tests does not finish properly
3 participants