about summary refs log tree commit diff stats
path: root/088file.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-23 20:26:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-23 20:34:38 -0700
commit9da067db49bda56fe339264c48bb7c0c227d17f9 (patch)
tree94f0124763081b16bd71115185ffc9c16ab2e544 /088file.mu
parent28191d317a46a1aeb3ec2034de2da626c38b6d73 (diff)
downloadmu-9da067db49bda56fe339264c48bb7c0c227d17f9.tar.gz
3572 - new way to write server tests
This time we're opening real sockets so we might run into issues on
machines with firewalls. Macs for example flash up a dialog warning
people about a port being opened, though it shuts down immediately if
the test passes.

On the flip side, the test has greater verisimilitude. You don't really
need fakes except when you want to pin down the environment a test runs
in. The only way this test might be flaky is on a machine that has lots
of sockets open (so the random port opened by the test is in use for
something else). That and the firewall concern above. Hmm.
Diffstat (limited to '088file.mu')
0 files changed, 0 insertions, 0 deletions