Open saikiranchalla1 opened 2 years ago
Do any of the logs in [ERROR] Please refer to /var/jenkins/workspace/aem-subscription-service-pr/target/failsafe-reports for the individual test results.
show more information what happened?
Exit value 134 suggest something crashed abruptly. Is there a hs_err_pid
file in the current dir or user home?
Hi, I've a Spring Boot project which uses TestContainers Azure Module to start a CosmosDB container for integration tests. When running integration tests in local, it works fine but on Jenkins I get the following error and TestContainers fail to start:
System information: Jenkins: 2.319.3 Docker: Docker version 20.10.2, build 2291f61 Docker System info:
Surefire and Failsafe plugin version: 3.0.0-M5 TestContainers version: 1.16.3 Testcontainers.properties:
Part of POM.xml that relates to the above error:
Below is the class definition in which I'm initializing TestContainers:
Logback configuration:
Output from dumpstream:
Also, I tried the same build after removing TestContainers and it worked fine.
Could you please help? Thank you!