1. 06 6月, 2013 5 次提交
  2. 05 6月, 2013 7 次提交
  3. 04 6月, 2013 1 次提交
  4. 03 6月, 2013 9 次提交
  5. 01 6月, 2013 7 次提交
  6. 31 5月, 2013 6 次提交
  7. 30 5月, 2013 4 次提交
  8. 29 5月, 2013 1 次提交
    • J
      [FIXED JENKINS-15652] “Solving” errors by just return null from ALLRM.search... · 972d8bad
      Jesse Glick 提交于
      [FIXED JENKINS-15652] “Solving” errors by just return null from ALLRM.search and reducing to one-line warnings.
      @kohsuke confirms that the intent of throwing AIOOBE was to track down definite code errors;
      but in at least some known occurrences of this bug, the problem is invalid data:
      build records on disk with <number>s that are duplicated and/or out of order.
      Since that violates the precondition of the class, we do not pretend to successfully search for such records.
      At some point it would make sense to have the code detect anomalous conditions and initiate a builds folder cleanup.
      Take only the last build of a given number, and discard any earlier with higher number.
      I.e. just set <number> to 0 or something and ignore such builds, or rename build.xml to build-broken.xml.
      972d8bad