Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: bffca9cd0610d97d532919d8fdd8a0fff5a31b1f
      
https://github.com/jenkinsci/jenkins/commit/bffca9cd0610d97d532919d8fdd8a0fff5a31b1f
  Author: Joel Johnson <[email protected]>
  Date:   2012-09-25 (Tue, 25 Sep 2012)

  Changed paths:
    M core/src/main/java/hudson/tasks/junit/CaseResult.java

  Log Message:
  -----------
  Test result page keeps identifying tests as age 1

If a test has not been viewed, the age will keep being 1.
This is because getFailedSince()/failedSince is lazy loaded.
Without having viewed the CaseResult that method is never
called and the prev.failedSince returns '0' which may or may
not be accurate.
http://jenkins.361315.n4.nabble.com/Problem-with-Age-column-on-Test-Results-tab-td3172208.html


  Commit: 4af464a624ee88d479a77f401be9d4f10ffaa791
      
https://github.com/jenkinsci/jenkins/commit/4af464a624ee88d479a77f401be9d4f10ffaa791
  Author: Oleg Nenashev <[email protected]>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

  Changed paths:
    M core/src/main/java/hudson/tasks/junit/CaseResult.java

  Log Message:
  -----------
  Merge pull request #576 from JoelJ/patch-2

[FIXED JENKINS-18626] - Test result page keeps identifying tests as age 1


Compare: 
https://github.com/jenkinsci/jenkins/compare/bab3176f82b5...4af464a624ee

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to