fishtest icon indicating copy to clipboard operation
fishtest copied to clipboard

Stockfish testing

Results 178 fishtest issues
Sort by recently updated
recently updated
newest added

A long running test like: https://tests.stockfishchess.org/tests/view/5f01a78059f6f0353289439b has a lot of workers with bad Residual (yellow or red). @vdbergh Is it possible that the Residual calculation is impacted by the smaller...

enhancement
nnue

a minor issue with marking nets as tested. In a test like https://tests.stockfishchess.org/tests/view/5f5e0d7e61bdd7a0007e76fc the net nn-3baef797f476.nnue is used as the default net for the base test. It is a test...

enhancement
nnue

I'm considering to implement a change to the itp calculation (see also https://github.com/official-stockfish/Stockfish/issues/3234#issuecomment-735132503): https://github.com/glinscott/fishtest/blob/52da7b7f221e8c78089a79f02d43b4cb67528bd4/server/fishtest/rundb.py#L504-L519 basically adjusting the itp by the number of active tests by the same user. If we...

enhancement
server

I suggest @SFisGOD as an approver - he is doing a lot of work on nets lately and overall is a pretty experienced developer, but the best thing - he...

enhancement
server

@ppigazzini EDITTED: At various places runs are updated while they may be concurrently written to MongoDb. Eg `update_spsa()` might cause an exception when executing `spsa["param_history"].append(summary)`. This rare exception is from...

bug
server

https://github.com/official-stockfish/Stockfish/issues/2915#issuecomment-678112885 Here some interesting methods were proposed. But regarding the first one, and after having mentioned to @nodchip, he told me about the implementation he used. I took his scripts...

enhancement
worker update
server

I noticed that since we introduced the last changes https://github.com/glinscott/fishtest/pull/239 concerning autofill of the benches, all devs started actually writing the bench of the branch in the commit message since...

enhancement

This issue is for misc ideas for improving the site. Feel free to suggest anything, big or small, or brainstorm ideas here. Some ideas for starters: - Real-time updates on...

enhancement

Something I saw several times today: - Try to submit a test. Loads for a long time, then 504 gateway timeout. - Refresh to resubmit. Test submits successfully a second...

bug
server

If we add a directory with EGTB to the stockfish repository. When stockfish is executed, it can't find the EGTB files. This seems most likely due to fishtest not executing...

worker