On 13.07.22 00:20 , Emmanuel Lécharny wrote:
Hi Guillaume,
I get some error while running tests:
[ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed:
33.642 s <<< FAILURE! - in
org.apache.sshd.client.auth.pubkey.HostBoundPubKeyAuthTest
[ERROR]
org.apache.sshd.client.auth.pubkey.HostBoundPubKeyAuthTest.testPubkeyAuth[user01_rsa_sha2_512_2048]
Time elapsed: 5.598 s <<< ERROR!
org.testcontainers.containers.ContainerLaunchException: Container
startup failed
I have Docker started on my Mac, and it should work (I have another
project using test container), but maybe this is an issue with the mac
OS upgrade I did 2 weeks ago.
Indeed, building from the expanded source tar gives such test failures,
also for our other testcontainers tests. The problem is that the
entrypoint.sh files in the test resources don't have the executable bit
set.
Looks like the container setup has to ensure the files get copied into
the container with the executable bit set. I'll push a PR to fix this
probably tonight.
Cheers,
Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]