m-lab / ndt

Network Diagnostic Tool
Other
11 stars 7 forks source link

Set the --queueingtest check to exit with code 5 when queueing is det… #103

Closed nkinkade closed 6 years ago

nkinkade commented 6 years ago

Currently, when the --queueingtest invocation of ndt_client.js detects queueing, it exits with code 1, which is the same code as any other error condition under which ndt_client.js might exit/fail. This PR simply sets the script to exit with code 5 when the --queueingtest flag was specified and queueing is detected. This will allow us to identify the queueing condition uniquely.


This change is Reviewable