vdbergh

Results 434 comments of vdbergh

The reason for this scaling is that mongodb documents have a size upperbound, which was hit in the past. So one wants to limit the total number of tasks, not...

Note: the number of games for an SPRT tests after which it is stopped, and the number used for task size computation, does not have to be the same (it...

You are really exaggerating the seriousness of this issue. Depending on the number of submitted tests, a certain number of tasks is available. If there are more workers than tasks...

`LOS` as used by fishtest is `1-p` where `p` is the `p`-value of the test with the null hypothesis being that the elo difference between "test" and "base" is zero....

> Tested it with the position that you used (`R7/8/8/3k4/8/8/8/K7 w - - 0 1`). 1600 Elo can't mate (0/80 games), but 3000 can (80/80 games). So it all comes...

I also installed some time ago Fishtest on 22.04. I recall that there were some issues with file or directory permissions. I don't remember how I fixed this.

This problem occurs when a worker disconnects with `kill -9` (instead of using SIGTERM). In that case the worker cannot inform the server of the disconnection and from the server's...

So the problem is to distinguish between people that genuinely use workers with duplicate names (like noob used to do at one point I think) and people that brutally disconnect...