ikedam commented on Bug JENKINS-18643

All problems I listed in the description are resolved. Thanks a lot!

I tried run all tests on Windows with the latest master (dac7dfe), and saw following new problems:

  • hudson.PluginManagerTest#prevalidateConfig
    • Tries to access a local file with a query string (trailing ?param=value).
    • This is the same problem to 5cfc002 and can be fixed in the same way.
  • hudson.tasks.MavenTest#sensitiveParameters
    • The build log contains the content of the password parameter.
    • The build log was:
      Legacy code started this job.  No cause information is available
      Building in workspace C:\Users\ikedam\Desktop\workspace\jenkins\test\target\hudson5918984730964172897test\workspace\test0
      Deleting existing workspace C:\Users\ikedam\Desktop\workspace\jenkins\test\target\hudson5918984730964172897test\workspace\test0
      Staging file:/C:/Users/ikedam/Desktop/workspace/jenkins/test/target/test-classes/hudson/tasks/maven-empty.zip
      [test0] $ cmd.exe /C '"mvn.bat -Dstring2=Value2 -Dstring=defaultValue -Dpassword=12345 clean package && exit %%ERRORLEVEL%%"'
      
    • I'm not sure what's the expected result.
  • hudson.bugs.JnlpAccessWithSecuredHudsonTest#testServiceUsingDirectSecret
    • Hangs up. It can stack for 1 minutes for its implementation, but apparently it stacked over 10 minutes...


Let me have more time to see details of those failures.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to