From fd5da81fdd76c0a78ef935d077a93b48b78fca3a Mon Sep 17 00:00:00 2001 From: Paul de Supinski Date: Fri, 31 Oct 2025 22:49:56 +0000 Subject: [PATCH] [AI Codemod][DevmateFBSourceTestFailureBot] Fix for T243177299 ("Your diff, D85182174, broke some tests") (#166753) Summary: As per title, a bot created this diff because this test broke due to [a different PR.](https://github.com/pytorch/pytorch/pull/166026) Test Plan: Bot ran the tests and they passed. Differential Revision: D85745809 Pull Request resolved: https://github.com/pytorch/pytorch/pull/166753 Approved by: https://github.com/d4l3k --- test/distributed/elastic/multiprocessing/api_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/distributed/elastic/multiprocessing/api_test.py b/test/distributed/elastic/multiprocessing/api_test.py index 5c31645e6b7..c05c0884c78 100644 --- a/test/distributed/elastic/multiprocessing/api_test.py +++ b/test/distributed/elastic/multiprocessing/api_test.py @@ -800,6 +800,7 @@ if not (TEST_WITH_DEV_DBG_ASAN or IS_WINDOWS or IS_MACOS or IS_CI): stderr_redirects={0: stderr_redir}, ret_vals={0: queue}, queue_finished_reading_event=worker_finished_event_mock, + numa_options=None, ) self.assertEqual("hello_0", queue.get()) if stdout_redir: