End times inconsistent on event feed for "judgements" #962
Labels
bug
Something isn't working
Primary CCS
Required for PC2 to act as primary CCS
Shadow
Bugs relating to Shadow Contest Feature
Describe the issue:
For "judgements" type events, the data object contains several time properties:
start_time
,start_contest_time
,end_time
,end_contest_time
. It seems theend_time
and theend_contest_time
can be less than the corresponding start_time and start_contest_time:To Reproduce:
Expected behavior:
The end times should be greater than or equal to the corresponding start times.
Actual behavior:
The end times are less than the start times. (rounded down to the previous minute).
Environment:
All.
Log Info:
Screenshots:
Additional context:
It looks like PC2 uses the floor of the contest minute as the end time for judgments, it probably shouldn't do this.
The text was updated successfully, but these errors were encountered: