forked from lichess-org/lila
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adjust daily overlap to 11.5 hour interval for a conflict, fixing a bug where antichess daily (00:00) does not get scheduled on the same day as the antichess weekly, even though they are 19 hours apart. The effect of this can be seen in the snapshot test (9/5 Daily RK) - Wrote a usurp test which checks a full month of tourneys. This test runs in .4s on my laptop thanks to a new, and faster, implementation of pruneConflicts. Although the faster impl could be used in production, the performance difference is not that significant as it's run with fewer tourneys. So I've opted to keep the existing, and simpler, pruneConflicts method for use in production. This is a trade-off between the cost of keeping two methods in sync, vs depending on a more complicated and fragile pruneConflicts implmentation. - Delete Eastern Rapid tourney, which was not getting scheduled and causes the new usurp test to fail (see lichess-org#16018)
- Loading branch information
Showing
3 changed files
with
134 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters