]> git.cworth.org Git - lmno-server/commitdiff
Add new failing test case: Non-player can terminate judging
authorCarl Worth <cworth@cworth.org>
Sun, 28 Jun 2020 00:49:00 +0000 (17:49 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 28 Jun 2020 00:49:28 +0000 (17:49 -0700)
The code that is intending to check whether all answering players have
completed judging is currently broken. It is only checking whether the
number of players that have judged is as large as the number of
players that have answered.

This is the wrong logic in the case where a player who didn't answer
joins the game late and submits judging results, which is exactly what
we do in the new test case here.

This test case currently fails, so a fix of the bug described above
will cause it to start passing.


No differences found