Skip to content

Conversation

@jglick
Copy link
Member

@jglick jglick commented Apr 2, 2019

On a Javadoc-only PR (#3958) I got four test failures which were apparently due to some transient problem in the update center (or at least I cannot reproduce the failures locally). Two representative examples:

java.lang.NullPointerException
	at hudson.model.UpdateCenter2Test.install(UpdateCenter2Test.java:51)
net.sf.json.JSONException: Expected a ',' or '}' at character 99537 of {"connectionCheckUrl":"http://www.google.com/",…,"name":"audit-trail",…,"wiki":"https://plugins.jenkins.io/audit-trail"}
	at net.sf.json.util.JSONTokener.syntaxError(JSONTokener.java:499)
	at net.sf.json.JSONObject._fromJSONTokener(JSONObject.java:1043)
	at net.sf.json.JSONObject.fromObject(JSONObject.java:156)
	at net.sf.json.util.JSONTokener.nextValue(JSONTokener.java:348)
	at net.sf.json.JSONObject._fromJSONTokener(JSONObject.java:955)
	at net.sf.json.JSONObject._fromString(JSONObject.java:1145)
	at net.sf.json.JSONObject.fromObject(JSONObject.java:162)
	at net.sf.json.JSONObject.fromObject(JSONObject.java:132)
	at hudson.model.UpdateSite.updateData(UpdateSite.java:205)
	at hudson.model.UpdateSite.updateDirectlyNow(UpdateSite.java:188)
	at hudson.model.UpdateCenterPluginInstallTest.setup(UpdateCenterPluginInstallTest.java:48)
	at hudson.model.UpdateCenterPluginInstallTest.test_installUnknownPlugin(UpdateCenterPluginInstallTest.java:55)

Copy link
Member

@batmat batmat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants