Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: 1. Use unix sockets, rather than tcp. For some reason using TCP results in a lot of noise coming in (logs spamming) - I have an unconfirmed theory that devservers come with some sort of system that continuously probes open TCP ports. This system tries connecting to frequently used ports (such as our TCP port during stress test). No such issue with unix sockets. 2. Add a dial timeout to make sure the test never hangs. 3. Add log statements to make errors more visible. Reviewed By: mahmednabil109 Differential Revision: D68249101 fbshipit-source-id: 368efe901cc30f46cb1900766242072402010ba8
- Loading branch information