commit | 673ef9e05cc2c6535d59c536dfd8b2f023b4ed80 | [log] [tgz] |
---|---|---|
author | Matthew Williams <mjwilliams@google.com> | Fri Apr 03 21:52:02 2015 -0700 |
committer | Matthew Williams <mjwilliams@google.com> | Fri Apr 03 21:52:02 2015 -0700 |
tree | 2775f1b65a72eac4971f620416d8b2b0f574fd27 | |
parent | f100252f665df75b7be4d5ba75166b185fb8035e [diff] |
JobParameters#isDeadlineExpired returns wrong value If the job has no constraints other than a deadline JobParameters#isOverrideDeadlineExpired will never return true. The bug is that the better name for this implementation is really "jobParameters#areConstraintsSatisfied". Which are ostensibly one and the same *except* for the case where there are no constraints other than time. Change-Id: I2e055b1279480283b13269b51cb489c64debfffd