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
While these crop up somewhat randomly when we try to run a lot of tests in parallel, it would be really nice to have two things:
Make sure -u never or equivalent is set in all tests unless the update code is what's being tested.
Any tests that do need to call update code should be moved into the long tests "synchronous" group so that we don't try to run them all at once. I thought most of them were in there or the network-may-fail group but we may have missed one or more.
I think those two test fixes are both pretty doable by a beginner. I'd also like to handle a back off and retry when that error is thrown, but I'll put that in a separate issue since it may be harder.
The text was updated successfully, but these errors were encountered:
I'm getting more of these errors in CI lately:
While these crop up somewhat randomly when we try to run a lot of tests in parallel, it would be really nice to have two things:
-u never
or equivalent is set in all tests unless the update code is what's being tested.I think those two test fixes are both pretty doable by a beginner. I'd also like to handle a back off and retry when that error is thrown, but I'll put that in a separate issue since it may be harder.
The text was updated successfully, but these errors were encountered: