Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: d431dce967edfd518cc72fbf41dbc799da1446ea
      
https://github.com/jenkinsci/git-client-plugin/commit/d431dce967edfd518cc72fbf41dbc799da1446ea
  Author: Mark Waite <[email protected]>
  Date:   2014-03-08 (Sat, 08 Mar 2014)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Enable getAllLogEntries test again - fixed

The getAllLogEntries method seems to return a time ordered list of
commits, but the granularity of the time ordering seems to be only to
a single second.  The namespace test creates three branches very
rapidly, each with a distinct commit.  That seems to highlight a
difference in the time ordering of the results of C git and JGit
getAllLogEntries.

Work around is to clone from the original repository with a reference
to the local mirror, rather than cloning from the local mirror
directly.


-- 
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