-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Bug]: After updating to 1.50, it happens that Worker Cleanup job take a lot of time (more than 2/3 minutes) when test are failing. (UI mode) #34598
Comments
We need more information to act on this issue. Could you please provide a repro that we can run locally? |
I can't send access to our company project, but I will try to do a little github project that reproduce it (but as I mentioned, it's not happening every time ...) |
@dgozman https://github.com/samixchoumi/issue_34598_playwright_example here you can find a project sample where I reproduced the issue multiple time. |
@samixchoumi Thank you for the repro. Unfortunately, I was not able to reproduce after running 20 times with/without UI mode. Note that I have removed |
Let me check without it, if it’s the case it’s strange because I didn’t
changed anything regarding this report, it was already this version before
upgrading playwright to 1.50.0
…On Tue, Feb 4, 2025 at 13:01 Dmitry Gozman ***@***.***> wrote:
@samixchoumi <https://github.com/samixchoumi> Thank you for the repro.
Unfortunately, I was not able to reproduce after running 20 times
with/without UI mode. Note that I have removed playwright-slack-report
when reproducing. Perhaps it could be a culprit?
—
Reply to this email directly, view it on GitHub
<#34598 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFJFCGE72FXGBSC5ZD4I5ZD2OCTZTAVCNFSM6AAAAABWMRK6RSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTGY4TONZYGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I still reproduce without this package. |
Unfortunately, that does not help me to reproduce the issue. A few ideas I have:
|
Version
1.50.0
Steps to reproduce
Just have failing tests, it happens sometime. (Using UI mode)
Similar behavior happen when you launch a series of test and then when they're all executed, the Run button is still not available if I don't hard kill the execution.
Expected behavior
Cleanup step is executed as fast as before.
Don't need to hard kill test execution to have the Run button available when the execution is already finished.
Actual behavior
As described in the Steps to reproduce. It wasn't the case before and their is no log in the terminal.
Additional context
Big E2E test project, I use UI mode.
Environment
The text was updated successfully, but these errors were encountered: