Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: ce6c6a91767b76167562b7c7235aa001608d1cac
https://github.com/jenkinsci/jenkins/commit/ce6c6a91767b76167562b7c7235aa001608d1cac
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-10-09 (Tue, 09 Oct 2012)
Changed paths:
M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java
Log Message:
-----------
[JENKINS-15439]
still not really sure what's causing this, so adding more probes. Those who are
seeing this problem, please run this build and send us the message you see.
I tightened up the assertion pivot<=hi to pivot<hi, because lo<hi.