diff options
| author | MarcoFalke <[email protected]> | 2019-09-22 10:14:45 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-09-22 10:14:50 -0400 |
| commit | 13377b7a695c2fc774946cfd6a9aa01dd338e13c (patch) | |
| tree | 9f10317e2256f413001804a30af8da03bca26ef8 /src/httpserver.cpp | |
| parent | Merge #16870: build: update boost macros to latest upstream for improved erro... (diff) | |
| parent | test: Make PORT_MIN in test runner configurable (diff) | |
| download | discoin-13377b7a695c2fc774946cfd6a9aa01dd338e13c.tar.xz discoin-13377b7a695c2fc774946cfd6a9aa01dd338e13c.zip | |
Merge #16918: test: Make PORT_MIN in test runner configurable
fa69588537bc91c0aedbc89ef1760d89cbffad75 test: Make PORT_MIN in test runner configurable (MarcoFalke)
Pull request description:
This is needed when some ports in the port range are used by other processes. Note that simply assigning the ports dynamically does not work:
* We spin up several nodes per test (each node gets its own port)
* We run several tests in parallel
So to avoid nodes from different tests colliding on ports, the port assignment must be deterministic (can not be dynamic).
Fixes: #10869
ACKs for top commit:
practicalswift:
ACK fa69588537bc91c0aedbc89ef1760d89cbffad75 -- diff looks correct
promag:
ACK fa69588537bc91c0aedbc89ef1760d89cbffad75.
Tree-SHA512: e79adb015e7de79064e2d14336c38bc9672bd779ad6c52917721897e73f617c39d32c068a369c26670002a6c4ab95a71ef3a6878ebdd9710e02f410e2f7bcd14
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions