fishtest
fishtest copied to clipboard
Stockfish testing
as a debugging aid, introduce a signal handler for printing stack traces `kill -USR1 ` will result in a stack dump needs testing on dev. The signal handler must be...
There was a bug introduced in /worker/games.py in one of latest commits which results in a problem that a task is not properly split between the workers which results in...
https://developer.mozilla.org/en-US/docs/Web/API/Push_API
We can show list of machines and tests to authenticated users only to save from processing requests by robots. For unauthenticated users we may show just the totals (total cores,...
https://tests.stockfishchess.org/actions?max_actions=1&action=&user=&text=Exception+AssertionError&before=1682701341.634387&run_id= https://github.com/glinscott/fishtest/blob/6be811d340d87e0430d63af73a8daf50ca490b1d/worker/games.py#L1329 currently triggered 4 times.
Free monitoring will be deprecated in April 2023 and decommissioned in August 2023. Deployments currently using free monitoring can continue to access the free monitoring UI until August 2023. https://www.mongodb.com/docs/manual/administration/free-monitoring/
There is a hardcoded host name not taken from config in the `worker/games.py`: ``` + ["-site", "https://tests.stockfishchess.org/tests/view/" + run["_id"]] ``` Please make the host value (i.e. `tests.stockfishchess.org`) and the protocol...
>> For the reasons not yet known to me, while the perf or physhbench benefits or the patch are negligible if at all positive, on cutechess-cli the gains are solid,...
The new worker option `--syzygy_path` to supply cutechess-cli (but not the engines) with the Syzygy tablebases path to use for adjudication to finish the games faster. I tested this option...
This lock is acquired every time we retrieve an individual run from the DB, so it's kind of an important lock. On current master, while rendering the homepage, we might...