You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
We've been noticing more and more that Edge 14 seems to be getting "stuck" when running tests. (FWIW we're using browserstack via testswarm-browserstack). After a bit of debugging, I'm seeing this happen on about 25% of the Edge 14 runs:
For whatever reason we have an onlineClient and a pendingRuns, but it's just sitting there not executing the job. I'm curious if anyone else has seen this problem?
EDIT: Also worth noting that when I watch the automated runs, I can see that all the tests pass, the runner goes into "cooling down mode", then cycles back to what looks like "polling mode". But it didn't report the successful test run, and it doesn't seem to pick up the test for a rerun.
Maybe the runner knows it just ran that specific test? IDK. But it definitely seems like when it gets into this funk state, it's like it failed to report the successful run back to testswarm.
The text was updated successfully, but these errors were encountered:
We're seeing a related issue in jQuery Core tests: http://swarm.jquery.org/project/jquery. Edge 14 times out on AJAX tests all the time; the other ones pass. Note that on Edge 13 they all mostly pass.
@mgol Man that's good to know. I thought I was going crazy. I have some cycles I can dedicate to this, but I don't really know where to begin. Do you have any thoughts?
Closing for now. I believe the issue was a combination of Edge 14's user-agent being slightly off, ua-parser not detecting it as such, browserstack running a point-version of it, and testswarm-browserstack not mapping it.
Given it seems to have resolved it self, closing this issue for now.
We've been noticing more and more that Edge 14 seems to be getting "stuck" when running tests. (FWIW we're using browserstack via testswarm-browserstack). After a bit of debugging, I'm seeing this happen on about 25% of the Edge 14 runs:
For whatever reason we have an
onlineClient
and apendingRuns
, but it's just sitting there not executing the job. I'm curious if anyone else has seen this problem?EDIT: Also worth noting that when I watch the automated runs, I can see that all the tests pass, the runner goes into "cooling down mode", then cycles back to what looks like "polling mode". But it didn't report the successful test run, and it doesn't seem to pick up the test for a rerun.
Maybe the runner knows it just ran that specific test? IDK. But it definitely seems like when it gets into this funk state, it's like it failed to report the successful run back to testswarm.
The text was updated successfully, but these errors were encountered: