[7/N] Remove fork tests for RPC. (#63443)
authorPritam Damania <pritam.damania@fb.com>
Thu, 19 Aug 2021 18:21:26 +0000 (11:21 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 19 Aug 2021 18:22:40 +0000 (11:22 -0700)
commit535d44141b6a3d99eddfa241c4dfb6fc4aed7cab
tree3ac84698414fd13bbcd1f643716ee6c8f4a5b102
parentbd8608cd5cdaa69384b11f1253b4bcc822032a51
[7/N] Remove fork tests for RPC. (#63443)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63443

After https://github.com/pytorch/pytorch/pull/63442, all distributed
tests can run with opt-asan. As a result, we can now remove all of our fork
based tests.

This is the first PR in a stack, which first removes fork based tests from RPC.
ghstack-source-id: 136177744

Test Plan: waitforbuildbot

Reviewed By: lw

Differential Revision: D30384905

fbshipit-source-id: 86d438aebaa6cb02ae2a966fea244849849a1889
test/distributed/rpc/cuda/test_tensorpipe_agent.py
test/distributed/rpc/test_faulty_agent.py
test/distributed/rpc/test_tensorpipe_agent.py
torch/testing/_internal/distributed/rpc_utils.py