-
Notifications
You must be signed in to change notification settings - Fork 237
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
SSH agent tests failing on default branch #1539
Comments
Caused by jenkinsci/ssh-credentials-plugin#199 CC @olamy @Dohbedoh |
@olamy Since it was caused by jenkinsci/ssh-credentials-plugin#199, should this issue be assigned to you? |
I think at least some of this analysis is not correct and is actually #1526 which is somethinn that was broken in core. https://issues.jenkins.io/browse/JENKINS-72998 |
@jtnord Which part of this analysis is not correct?
Yes, core has long been broken, but this breakage wasn't exposed in a way that affected this test suite until jenkinsci/ssh-credentials-plugin#199. |
Exactly the test failure where revealed (or discovered) by the ssh-credential change, but caused by JENKINS-72998. Anyway, I suppose not important. Perhaps I should have left the other ticket open until JENKINS-72998 was cherry-picked or otherwise ended up in master to save any effort you or anyone else expended investigating this. |
@jtnord From https://bcantrill.dtrace.org/2015/09/03/software-immaculate-fetid-and-grimy/
When a change exposes a preexisting issue that was previously unexposed, that is itself a regression — and a particularly severe one when it destabilizes a repository for months at a time, stopping all dependency updates and creating obstacles for anyone trying to use this repository's |
The following tests are failing with a
TimeoutException
while manipulating credentials inSshSlaveLauncher
:AntPluginTest#locallyInstalledAnt
AntPluginTest#testAdvancedConfiguration
AntPluginTest#testCustomBuildFailDoesNotExist
AntPluginTest#testWithAntPipelineBlock
AntPluginTest#use_default_ant_installation
SshSlavesPluginTest#connectWithEd25519EncKey
SshSlavesPluginTest#connectWithKey
SshSlavesPluginTest#connectWithPassword
SshSlavesPluginTest#customJavaPath
SshSlavesPluginTest#customStartup
SshSlavesPluginTest#jvmOptions
SshSlavesPluginTest#unableToConnectWrongCredentials
SshSlavesPluginTest#unableToConnectWrongPort
WorkflowPluginTest#sshGitInsideDocker
XvncPluginTest#run_xvnc_during_the_build
XvncPluginTest#use_specific_display_number
XvncPluginTest#workflow
The text was updated successfully, but these errors were encountered: