Freezes chromium process(?) on parallel startup with Gauge #2632
Minnesota94
started this conversation in
Development
Replies: 1 comment 1 reply
-
Can you please provide more insights on how is the code organised, specifically |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When run tests with gauge+taiko in parallel mod, random process (all platforms - mac, win, linux (docker)) freezes.
Start command:
gauge run -n=5 --parallel --only parallelStreams --max-retries-count=3
.I don't understand where is the problem, but if open the task manager - I expect to see the number of chromium's processes equal from command (-n=5 or other).
But i see only one chromium process. In console - test stops (need to cancel the command).
Last Gauge log in Docker:
Last taiko log:
I will be grateful for any help/ideas with debagging.
Open/Close browser code:
Beta Was this translation helpful? Give feedback.
All reactions