Hi, I'm interested in contributing exposed(from "g...
# exposed
s
Hi, I'm interested in contributing exposed(from "good-first-issue"). Cloning repository, and I tried to run tests by
./gradlew test
as mentioned in wiki. But some tests failed. I understood that before tests, test classes download some database images, and it seems that test scripts(?) could not build docker images. Would you please tell me how to run tests succesfuly?
This is a sample test stacktrace around building image...
Copy code
> Task :exposed-java-time:mysql51Test
mysql uses an image, skipping
Creating network "705e03b599c79eec04dbbff2d576e5a6_exposed-java-time_mysql_default" with the default driver
Pulling mysql (mysql:5.7)...
5.7: Pulling from library/mysql
no matching manifest for linux/arm64/v8 in the manifest list entries
Removing network 705e03b599c79eec04dbbff2d576e5a6_exposed-java-time_mysql_default
Removing network 705e03b599c79eec04dbbff2d576e5a6_exposed-java-time_mysql_default
Network 705e03b599c79eec04dbbff2d576e5a6_exposed-java-time_mysql_default not found.
My Computer is Mac/M1/Apple Silicon.