-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-50597] Introduce mocking framework and start to resolve network reliability issues #33
Conversation
… codes from artifact upload.
pom.xml
Outdated
<!-- to make it work in eclipse during development --> | ||
<dependency> | ||
<groupId>com.google.guava</groupId> | ||
<artifactId>guava</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides functional tests covered by CI, I checked that this still works in hpi:run
and also java -jar jenkins.war
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing some docs on implementation election and classes
Refiled from #28. Used as a basis for testing network issues (JENKINS-50597).