[torch/elastic] Improvements to the existing rendezvous types and a set of new unit tests for increased code coverage.#54807
[torch/elastic] Improvements to the existing rendezvous types and a set of new unit tests for increased code coverage.#54807cbalioglu wants to merge 4 commits intopytorch:masterfrom cbalioglu:export-D27342444
Conversation
💊 CI failures summary and remediationsAs of commit f9a89f3 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
|
This pull request was exported from Phabricator. Differential Revision: D27342444 |
RendezvousParameters and add its unit tests.Differential Revision: D27327505 fbshipit-source-id: d13fa6c0b730c87608e1be8ba62bf3efcfd5a16a
Differential Revision: D27327495 fbshipit-source-id: eed0e83018603050734615933505e94deab79c0d
…nd add their unit tests. Differential Revision: D27327898 fbshipit-source-id: fa389490b47f7a76ffe20ff92de4c25039eab781
…and add its unit tests. (#146) Summary: Pull Request resolved: pytorch/elastic#146 Pull Request resolved: #54807 Improve the implementation and the unit test coverage of `RendezvousParameters`. Test Plan: Run the existing and newly-introduced unit tests. Differential Revision: D27342444 fbshipit-source-id: fdeee778d49cd82e97a0a11ef3cc3c0da9a92d04
|
This pull request was exported from Phabricator. Differential Revision: D27342444 |
Codecov Report
@@ Coverage Diff @@
## master #54807 +/- ##
==========================================
- Coverage 77.44% 77.01% -0.43%
==========================================
Files 1892 1892
Lines 186259 186272 +13
==========================================
- Hits 144243 143453 -790
- Misses 42016 42819 +803 |
|
This pull request has been merged in 359d0a0. |
|
As reported on Slack, there's multiple issues with this PR and it broke mypy CI: @t-vi: df299db broke the CI (mypy) because typing.final is Python 3.8+ @rgommers: This particular commit was landed together with #54807, however the commit itself is not part of that PR. Plus that PR landed as 4 commits instead of 1. On top of that, mypy CI for that PR was failing already on a different commit, and it was landed anyway. So it seems the regular review process wasn't followed here. |
Summary: Improve the implementation and the unit test coverage of
RendezvousParameters.Differential Revision: D27342444