1d78ddc3df
* test-network-stalls tests... network stalls! in particular, right now, it just tests whether an uplink correctly times out after some amount of time when one of the nodes it's talking to suddenly goes offline. This tool is meant to be run under `storj-sim network test`. Also included here: * fix storj-sim-related test scripts on Mac the default storj config dir on Mac has a space in it ('~/Library/Application Support/Storj'), which breaks everywhere it shows up in an unquoted variable in a sh/bash script. easy enough to fix as a one-off, but quoting bash vars avoids a dozen other potential problems too. change a few things using `head -c` to use `dd`. `head -c` works, but is not as widely understood (as evidenced by each of these scripts getting through code review, one at a time, with the comments not matching the numbers actually used). * storj-sim reports PIDs of worker processes to test so that the tests can cause unfortunate "accidents" to befall the worker processes in the course of the test, and find out whether everything reacts correctly. |
||
---|---|---|
.. | ||
waitlist | ||
cert-gating.sh | ||
check-clean-directory.go | ||
check-copyright.go | ||
check-imports.go | ||
check-travis-tidy.sh | ||
dependencies_test.go | ||
fail-on-race.go | ||
install-awscli.sh | ||
lockedgen.go | ||
protobuf.go | ||
setup-gopath.ps1 | ||
setup-gopath.sh | ||
test-aio.sh | ||
test-certificate-signing.sh | ||
test-network-stalls.go | ||
test-sim-aws.sh | ||
test-sim.sh | ||
test-uplink.sh | ||
use-ports.go | ||
utils.sh |