pytorch/test/distributed
Aliaksandr Ivanou 060e4c96ee Torchelastic: forbid mp tests running with *san (#56827)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/56827

The diff makes sure that mp tests are not executed in modes that allow *san, since python mp does not behave well with tsan and asan.

Test Plan: buck test mode/opt-tsan //caffe2/test/distributed/launcher/... -- --run-disabled

Reviewed By: cbalioglu

Differential Revision: D27976626

fbshipit-source-id: 7747d67687fa0fd095f799b3708038f672119e73
2021-04-23 17:55:26 -07:00
..
algorithms/ddp_comm_hooks Properly skip distributed tests when distributed module is not built (#52945) 2021-03-05 10:28:47 -08:00
bin Pytorch resolve bug around incorrect rdzv handler resolution (#56386) 2021-04-19 23:50:28 -07:00
elastic Torchelastic: make process failure init error non-fatal (#56739) 2021-04-23 00:49:47 -07:00
launcher Torchelastic: forbid mp tests running with *san (#56827) 2021-04-23 17:55:26 -07:00
nn/jit Properly skip distributed tests when distributed module is not built (#52945) 2021-03-05 10:28:47 -08:00
optim Add lint for unqualified type: ignore (#56290) 2021-04-21 08:07:23 -07:00
pipeline/sync Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
rpc Skip RPC's CPU-only tests on CircleCI GPU jobs (#55778) 2021-04-15 11:20:44 -07:00
argparse_util_test.py [19/n][torch/elastic][upstream] Replace pytorch.distributed.launch with torchelastic launcher (#56214) 2021-04-16 13:38:23 -07:00
test_c10d_common.py [c10d] Increment sequence numbers on collectives. (#55718) 2021-04-23 10:06:56 -07:00
test_c10d_gloo.py [c10d] Increment sequence numbers on collectives. (#55718) 2021-04-23 10:06:56 -07:00
test_c10d_nccl.py [torch distributed] Implementing all_gather_base (#56315) 2021-04-23 14:16:47 -07:00
test_c10d_spawn.py Split test_c10d.py to test_c10d_common.py, test_c10d_gloo.py, test_c10d_nccl.py (#56598) 2021-04-21 22:10:41 -07:00
test_c10d_spawn_gloo.py Split test_c10d_spawn.py to test_c10d_spawn_gloo.py,test_c10d_spawn_nccl.py (#56599) 2021-04-21 22:11:49 -07:00
test_c10d_spawn_nccl.py Split test_c10d_spawn.py to test_c10d_spawn_gloo.py,test_c10d_spawn_nccl.py (#56599) 2021-04-21 22:11:49 -07:00
test_data_parallel.py [ROCm] Enable test cases in test_data_parallel.py for ROCm (#52708) 2021-03-11 18:29:37 -08:00
test_distributed_fork.py [RFC]fix test_ddp_logging_data_cpu with tsan (#54465) 2021-04-13 11:20:43 -07:00
test_distributed_spawn.py Disable TF32 on DDP tests (#52941) 2021-03-11 18:31:28 -08:00
test_jit_c10d.py Fix distributed.test_jit_c10d flaky tests (#56410) 2021-04-20 09:28:27 -07:00
test_launcher.py Pytorch resolve bug around incorrect rdzv handler resolution (#56386) 2021-04-19 23:50:28 -07:00
test_nccl.py