Page MenuHomePhorge

Prevent event conflict check jumping into infinite loop
ClosedPublic

Authored by adomaitis on Aug 1 2019, 9:53 AM.
Tags
None
Referenced Files
F11780061: D785.id.diff
Thu, Apr 18, 8:17 AM
Unknown Object (File)
Wed, Apr 17, 11:29 AM
Unknown Object (File)
Tue, Apr 9, 12:50 PM
Unknown Object (File)
Mon, Apr 8, 5:15 PM
Unknown Object (File)
Sun, Apr 7, 9:07 AM
Unknown Object (File)
Wed, Apr 3, 1:39 PM
Unknown Object (File)
Wed, Apr 3, 1:39 PM
Unknown Object (File)
Wed, Apr 3, 1:39 PM

Details

Summary

Assuming that if current and next event occurence start time is the same then it is the same occurence.
It is better to ensure that get_next_occurence() returns None in such cases, but there must be a backstop from jumping into infinite loop too.

Test Plan

None

Diff Detail

Repository
rP pykolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

adomaitis created this revision.
  • Clear as many of the lint issues as we can
This revision was not accepted when it landed; it landed in state Needs Review.Aug 20 2019, 10:39 AM
This revision was automatically updated to reflect the committed changes.