Bug 433045 - git plugin GitPublisherTest fails randomly
Summary: git plugin GitPublisherTest fails randomly
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: 3.1.2   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-17 15:47 EDT by Bob Foster CLA
Modified: 2014-04-17 15:47 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Foster CLA 2014-04-17 15:47:05 EDT
Every so many builds with no obvious pattern GitPublisherTest fails. E.g., for two successive builds with no changes:

$ mvn clean install
...
Running hudson.plugins.git.GitPublisherTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.887 sec <<< FAILURE!
...
Tests run: 137, Failures: 1, Errors: 0, Skipped: 0
...
[INFO] BUILD FAILURE
...
$ mvn clean install
...
Running hudson.plugins.git.GitPublisherTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.907 sec
...
Tests run: 137, Failures: 0, Errors: 0, Skipped: 0
...
[INFO] BUILD SUCCESS