official-stockfish / fishtest

The Stockfish testing framework
https://tests.stockfishchess.org/tests
270 stars 126 forks source link

Add `run["finished"]=True` to `set_inactive_run()`. #2045

Closed vdbergh closed 1 month ago

vdbergh commented 1 month ago

This eliminates a race condition between stop_run() and request_task().

ppigazzini commented 1 month ago

It's running fine on DEV, I will add it to PROD in 20 minutes, as soon as the MongoDB backup finishes.

ppigazzini commented 1 month ago

PROD running with #2045 and #2046