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

Goth reruns spawn duplicated yagna instances #2554

Open
nieznanysprawiciel opened this issue Apr 26, 2023 · 1 comment
Open

Goth reruns spawn duplicated yagna instances #2554

nieznanysprawiciel opened this issue Apr 26, 2023 · 1 comment
Labels
bug Something isn't working impact: low impact: some users affected severity: minor severity: loss of minor functionality

Comments

@nieznanysprawiciel
Copy link
Contributor

nieznanysprawiciel commented Apr 26, 2023

Caused by change:

goth-tests = "pytest -svx . --reruns 3 --only-rerun AssertionError --only-rerun TimeoutError --only-rerun ApiException --only-rerun goth.runner.exceptions.TemporalAssertionError --only-rerun urllib.error.URLError --only-rerun goth.runner.exceptions.CommandError"

When test fails it is rerun by pytest. We can see that many instance of yagna and provider daemon are spawned:

[2023-04-26T03:36:32.590+0000 INFO  yagna] Starting yagna service! Version: 0.13.0-rc1 (aed28404 2023-01-26 build #1673).
[2023-04-26T03:36:32.590+0000 INFO  yagna] Starting yagna service! Version: 0.13.0-rc1 (aed28404 2023-01-26 build #1673).
Log is written to /yagna_rCURRENT.log
Log is written to /yagna_rCURRENT.log

Example:
https://github.com/golemfactory/yagna/actions/runs/4804430161

@nieznanysprawiciel nieznanysprawiciel added the bug Something isn't working label Apr 26, 2023
@evik42 evik42 added severity: minor severity: loss of minor functionality impact: low impact: some users affected labels May 4, 2023
@nieznanysprawiciel
Copy link
Contributor Author

It seems that only logs are duplicated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working impact: low impact: some users affected severity: minor severity: loss of minor functionality
Projects
None yet
Development

No branches or pull requests

2 participants