Skip to content

Commit c5ff316

Browse files
Sam Luryefacebook-github-bot
authored andcommitted
Partial revert of D75106997 (#31)
Summary: Pull Request resolved: #31 D75106997 appears to have broken github CI, and this partial revert doesn't seem to reintroduce any warnings, so hopefully this fixes things. Reviewed By: colin2328 Differential Revision: D75314370 fbshipit-source-id: 16caf12df35e53a20b547d4d9b5c290ea67a4641
1 parent 2e1022b commit c5ff316

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

python/tests/test_controller.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -646,11 +646,10 @@ def test_panicking_worker():
646646

647647
def test_timeout_warning(caplog):
648648
timeout = 3
649-
with local.local_device_mesh(
649+
with local_rust_device_mesh(
650650
1,
651651
2,
652652
True,
653-
rust=True,
654653
controller_params=ControllerParams(1, timeout, 100, False),
655654
) as dm:
656655
for _ in range(3):
@@ -676,11 +675,10 @@ def test_timeout_warning(caplog):
676675

677676
def test_timeout_failure():
678677
timeout = 3
679-
with local.local_device_mesh(
678+
with local_rust_device_mesh(
680679
1,
681680
1,
682681
True,
683-
rust=True,
684682
controller_params=ControllerParams(1, timeout, 100, True),
685683
) as dm:
686684
for _ in range(3):

0 commit comments

Comments
 (0)