-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
FaultIntegrationTestAllProtocols / Timed out waiting for listeners flake #12480
Comments
Saw this on an ARM run:
There must be same race on listener startup. |
I think this is an issue w/ simulated time and waiting for listeners to come up. We probably need to actually do a real sleep while waiting for listeners to come up. cc @jmarantz |
Discussed with @jmarantz offline. I will work on some type of fix here. |
To connect the dots back in case anyone needs this info, see #11904 (comment) We're seeing generally on Windows as well (the issue seems exacerbated there) that integration tests are not actually waiting for real time as fake/simulated time systems are in use in these tests |
The text was updated successfully, but these errors were encountered: