diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2025-08-07 16:03:14 +0200 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2025-08-07 16:03:14 +0200 |
| commit | 8e4b0ab719788bfcbc76f635bb50fa307aa8b7f4 (patch) | |
| tree | 91f436c6eaaf4e247512c9e9f8501bcdcc91bc77 /pkgs/development/python-modules/httpserver/default.nix | |
| parent | 38384587c58dd1b58784e945916a8be79defcfa9 (diff) | |
valkey: set upper limit for parallelism in test-suite
On machines with many build cores, the tests either fail repeatedly or
don't even manage to start because all ports are blocked. For instance,
on a heavy machine with >350 threads, valkey was busy trying to find
ports for its tests for several hours:
[...]
Port 23380 was already busy, trying another port...
Port 23381 was already busy, trying another port...
Port 23382 was already busy, trying another port...
Port 23383 was already busy, trying another port...
Port 23384 was already busy, trying another port...
Port 23385 was already busy, trying another port...
Port 23386 was already busy, trying another port...
Port 23387 was already busy, trying another port...
Port 23388 was already busy, trying another port...
Port 23389 was already busy, trying another port...
Port 23390 was already busy, trying another port...
It should be noted that the tests seem to repeatedly use the same,
smallish range given it always tried to allocate ports in the range of
233xx.
Diffstat (limited to 'pkgs/development/python-modules/httpserver/default.nix')
0 files changed, 0 insertions, 0 deletions
