SshHostKeyVerificationStrategyTest fails
#1123
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test introduced in 4c9f03a. I cannot check if it passed at that time:
It does not pass now:
It is not checked by CI since #434 made it impossible to run Dockerized tests. It is not even listed as skipped in CI trunk builds; not sure if that is a regression from #1076 or not.
#1022 edited this test, but it fails in that revision the same way. Not sure if any attempt was made to run the test there, or just have it compile and trust CI to find failures.
Despite the error message, attempting to fix it
does not work; it just fails with the same stack and different logs
LoggingUtilsseems to be using SLF4J not JUL and I could not figure out how to get stack traces from it.I do notice that the test is written rather awkwardly copying in a public key, when it suffices to set
JENKINS_AGENT_SSH_PUBKEYas in jenkinsci/ssh-agents-plugin#607.