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
test(cloudflare): Reduce flakiness for cloudflare with sub workers (#20632)
Fixes#20626
It seems that cloudflare integration tests can be flaky.
After some digging into this with some clanker help, the idea came up
that this is due to sub workers not being ready when DEV_SERVER_READY is
emitted. To accomodate this, in the case of a sub worker existing this
just adds a little delay (100ms, random number) to wait for before we
continue, hopefully reducing flakes. AI wanted to look at more complex
things like retrying requests etc. but this felt a bit overkill, I
_think_ this is likely good enough if that is indeed the problem...?
---------
Co-authored-by: JPeer264 <[email protected]>
0 commit comments