onet icon indicating copy to clipboard operation
onet copied to clipboard

Should be able to run tests in parallel

Open jeffallen opened this issue 7 years ago • 1 comments

For now, Coding/bin/Makefile.base uses -p=1 to run tests because some onet tests have port numbers hardcoded in them.

It should be possible to test without -p=1.

jeffallen avatar Nov 20 '17 12:11 jeffallen

Now: network/test* uses static port-numbers Wanted: use port-number 0 to search for a port

Now: Local is sometimes used to refer to localhost, sometimes to a Local connection that uses channel Wanted: Separate LocalNet from Localhost.

ineiti avatar Dec 21 '17 10:12 ineiti