config: the dead record parameters go (#36974)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Cheng Wan
2026-08-29 04:20:55 -07:00
committed by GitHub
co-authored by Claude Opus 5
parent 1a3e152f03
commit f0d621cfa6
11 changed files with 14 additions and 41 deletions
@@ -47,7 +47,6 @@ class TestServerArgsCPUBackend(unittest.TestCase):
class TestServerArgsIBDeviceValidation(unittest.TestCase):
def _validate_ib_devices(self, device_str, available_devices=None):
server_args = ServerArgs.__new__(ServerArgs)
available_devices = available_devices or [
"mlx5_0",
"mlx5_1",
@@ -70,7 +69,7 @@ class TestServerArgsIBDeviceValidation(unittest.TestCase):
else real_listdir(path)
),
):
return validate_ib_devices(server_args, device_str)
return validate_ib_devices(device_str)
def test_validate_ib_devices_accepts_comma_separated(self):
self.assertEqual(