Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[process.py] Handle scenario where system clock rolls backward #1047

Merged
merged 5 commits into from
Mar 13, 2019

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    c5136b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d514b0b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Add _check_and_adjust_for_system_clock_rollback() method to Subproces…

    …s class in order to streamline code a bit
    jleveque committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    75e9804 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Add test for case where process entered RUNNING state but then clock …

    …rolled back to be less than startsecs
    jleveque committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    8171a22 View commit details
    Browse the repository at this point in the history
  2. Fix crash when process entered RUNNING state but then clock rolled ba…

    …ck to be less than startsecs
    jleveque committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    85286f0 View commit details
    Browse the repository at this point in the history