1.535 good news for those developing on Windows machines

49 views
Skip to first unread message

Mike Caspar

unread,
Oct 16, 2013, 9:43:48 AM10/16/13
to jenkin...@googlegroups.com
Hi there,

As some of you know, there's a problem running the tests on some Windows machines (Windows 7)  (intelliJ) (not sure about platforms).

There is tons of documentation out there on this (not only a Jenkins problems).. related somehow to a java issue with System.gc and possibly with static objects that might be running such as LOG during a gc on Windows.

I wanted to let everyone know that 1.535 is now running unit tests locally, which is awesome news!  

I have been having to commit to run tests.

My guess is it has something to do with one of these two changes....

  • "java -jar jenkins.war" now runs on Jetty8. Command line options are still compatible. (issue 18366)
  • "java -jar jenkins.war" gets the "--spdy" option to enable SPDY.
Anyways, I wanted to share the good news.




Mike Caspar

unread,
Oct 16, 2013, 10:02:38 AM10/16/13
to jenkin...@googlegroups.com
Unfortunately, I have discovered a different problem in the real build ....  an example   ... 

https://jenkins.ci.cloudbees.com/job/plugins/job/ironmq-notifier-plugin/org.jenkins-ci.plugins$ironmq-notifier/30/testReport/org.jvnet.hudson.test/JellyTestSuiteBuilder$JellyCheck/org_jenkinsci_plugins_ironmqnotifier_IronMQNotifier_config_jelly/

I'll open a Jira issue.. (I think it might be safer to let tests pass for real than risk it breaking here.

Passed

org.jvnet.hudson.test.JellyTestSuiteBuilder$JellyCheck.org/jenkinsci/plugins/ironmqnotifier/IronMQNotifier/config.jelly (from InjectedTest)

Standard Output

Exploding jenkins.war at /home/jenkins/.m2/repository/org/jenkins-ci/main/jenkins-war/1.535/jenkins-war-1.535-war-for-test.jar
Oct 16, 2013 9:49:08 AM org.mortbay.log.Slf4jLog info
INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
Oct 16, 2013 9:49:08 AM org.mortbay.log.Slf4jLog info
INFO: jetty-6.1.26
Oct 16, 2013 9:49:08 AM org.mortbay.log.Slf4jLog info
INFO: NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet
Oct 16, 2013 9:49:
...[truncated 6043 chars]...
mailer
java.lang.NullPointerException
	at jenkins.model.Jenkins.lookup(Jenkins.java:3913)
	at hudson.PluginWrapper.getPlugin(PluginWrapper.java:287)
	at hudson.PluginWrapper.stop(PluginWrapper.java:377)
	at hudson.PluginManager.stop(PluginManager.java:650)
	at org.jvnet.hudson.test.TestPluginManager.reallyStop(TestPluginManager.java:129)
	at org.jvnet.hudson.test.TestPluginManager.access$000(TestPluginManager.java:55)
	at org.jvnet.hudson.test.TestPluginManager$1.run(TestPluginManager.java:140)

Mike Caspar

unread,
Oct 16, 2013, 10:07:43 AM10/16/13
to jenkin...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages