fishtest
fishtest copied to clipboard
Stockfish testing
The fishtest Pyramid project files are now a bit outdated with respect to those created with the latest Pyramid cookiecutter https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/project.html The latest version of `setuptools` (60.9.0) just released doesn't...
But.. Why? All I see is that very often one NUMA node is heavy loaded more than another from the start.
an exchange in discord about a crashing worker getraideBFF https://tests.stockfishchess.org/tests/view/61d800f1f5fd40f357469b0a revealed that that worker was running into https://github.com/official-stockfish/Stockfish/issues/3424 This can't be easily fixed in SF, but maybe the worker code...
A user who is not logged in or that it doesn't have the required permissions to perform a certaint action shouldn't even be able to see (in my opinion) certain...
`pymongo 4.x` drop all the APIs already deprecated in `pymongo 3.x` References: https://pymongo.readthedocs.io/en/stable/changelog.html https://pymongo.readthedocs.io/en/stable/migrate-to-pymongo4.html
github proxy
it might be a good idea to add the option of a github proxy, in light of the problem access github by noob's workers. https://github.com/glinscott/fishtest/blob/c95857e5ae55018858841cb8952939e2b7e541c2/worker/games.py#L184 would need to insert https://ghproxy.com/...
https://tests.stockfishchess.org/html/live_elo.html?61a9d4bf9e8855bba1a35c4f was stopped by hand after reaching 3.11 maybe related to the fact that there are many purged workers ?
Issue opened to collect info about possible future SPSA improvements. ### SPSA references SPSA is a fairly simple algorithm to be used for local optimization (not global optimization). The wiki...
When running a python program with `systemd` both `stdout` and `stderr` are fully buffered, so there is a delay (sometimes big) to view the entries in the journal. - test...
https://tests.stockfishchess.org/actions?count=3&before=1637403710.599 This is an assertion error in the conversion to pentanomial which is a bit scary. However it seems that all the Windows workers were affected and no Linux workers....