I've run the test alone without any issue on osx, windows 10 and fedora, so I'm quite confident the underlying code is working correctly.
Le mar. 30 août 2022 à 06:41, Emmanuel Lécharny <[email protected]> a écrit : > Hi, > > got one error on sshd-core: > > [INFO] Running org.apache.sshd.common.auth.PublicKeyAuthenticationTest > [ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > 0.847 s <<< FAILURE! - in > org.apache.sshd.common.auth.PublicKeyAuthenticationTest > [ERROR] > org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey > > Time elapsed: 0.131 s <<< FAILURE! > java.lang.AssertionError: Unexpected failure cause - actual object type > (org.apache.sshd.common.SshException) incompatible with expected > (java.security.spec.InvalidKeySpecException) > at org.junit.Assert.fail(Assert.java:89) > at > > org.apache.sshd.util.test.JUnitTestSupport.assertObjectInstanceOf(JUnitTestSupport.java:415) > at > > org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey(PublicKeyAuthenticationTest.java:180) > > ... > > [WARNING] Flakes: > [WARNING] > > org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey > [ERROR] Run 1: > PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey:180->JUnitTestSupport.assertObjectInstanceOf:415->Assert.fail:89 > > Unexpected failure cause - actual object type > (org.apache.sshd.common.SshException) incompatible with expected > (java.security.spec.InvalidKeySpecException) > > > Env: MacOS 12.5.1 > Maven: 3.8.1 > Java: 1.8 > > > Otherwise, the build was successful... > > > On 2022/08/22 14:46, Guillaume Nodet wrote: > > I've staged a candidate release for 2.9.1 at: > > https://repository.apache.org/content/repositories/orgapachemina-1079 > > Git tag: > > https://github.com/apache/mina-sshd/tree/sshd-2.9.1 > > Issues solved: > > > https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md > > > > Please review and vote ! > > > > -- > *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE > T. +33 (0)4 89 97 36 50 > P. +33 (0)6 08 33 32 61 > [email protected] https://www.busit.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- ------------------------ Guillaume Nodet
