Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
[JENKINS-22767] Noting symptom.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jan 22, 2016
1 parent edd6c8b commit a807344
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -463,6 +463,7 @@ private String key() {
if (completed != null) {
throw new IllegalStateException("double onLoad of " + this);
} else if (Main.isUnitTest) {
// TODO JENKINS-22767: prior to 1.646, occasionally load the same build twice
System.err.printf("loading %s @%h%n", this, this);
}
if (execution != null) {
Expand Down

0 comments on commit a807344

Please sign in to comment.