- Notifications
You must be signed in to change notification settings - Fork25.8k
Commit8deb4fe
Fix flaky NCCL error handling tests. (#42149)
Summary:Pull Requestresolved:#42149Some of these tests were flaky since we could kill the process in someway without cleaning up the ProcessGroup. This resulted in issues where theFileStore didn't clean up appropriately resulting in other processes in thegroup to crash.Fixed this by explicitly deleting the process_group before we bring a processdown forcibly.ghstack-source-id: 108629057Test Plan: waitforbuildbotReviewed By: mrshenliDifferential Revision: D22785042fbshipit-source-id: c31d0f723badbc23b7258e322f75b57e0a1a42cf1 parentb6a9f42 commit8deb4fe
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3413 | 3413 | | |
3414 | 3414 | | |
3415 | 3415 | | |
| 3416 | + | |
| 3417 | + | |
3416 | 3418 | | |
3417 | 3419 | | |
3418 | 3420 | | |
| |||
3494 | 3496 | | |
3495 | 3497 | | |
3496 | 3498 | | |
3497 | | - | |
| 3499 | + | |
3498 | 3500 | | |
3499 | 3501 | | |
3500 | 3502 | | |
| |||
0 commit comments
Comments
(0)