-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[Gloo] Tests for Gloo Async Work Wait-level Timeouts #41265
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
Conversation
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/) [ghstack-poisoned]
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/) ghstack-source-id: 107533389 Pull Request resolved: #41265
💊 CI failures summary and remediationsAs of commit 4fbf401 (more details on the Dr. CI page):
🕵️ 3 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/) [ghstack-poisoned]
Pull Request resolved: #41265 This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR ghstack-source-id: 107555960 Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/) [ghstack-poisoned]
Pull Request resolved: #41265 This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR ghstack-source-id: 107649144 Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)
| using namespace c10d::test; | ||
|
|
||
| constexpr auto kSendDelay = std::chrono::milliseconds(100); | ||
| constexpr auto kWaitDelay = std::chrono::milliseconds(1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: kWaitTimeout
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/) [ghstack-poisoned]
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/) [ghstack-poisoned]
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/) [ghstack-poisoned]
Pull Request resolved: #41265 This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR ghstack-source-id: 107835732 Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)
|
This pull request has been merged in 81e9649. |
Stack from ghstack:
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR
Differential Revision: D22470084