Hello community,
I am building a katalon docker image from katalon docker image source - katalon-studio/docker-images at release-8.6.8 (github.com). My build machine is Windows10 WSL(Ubuntu). The build was successful. However, when I run my API Test. The test hangs on startup as following show
I have no problem running this test at the same folder using the same command with a production Katalon image from docker hub. To compare the output of the two runs. I notice the out the successful run continues with lines like:
Katalon workspace folder is set to default location: /tmp/session-8690714a
Starting Groovy-Eclipse compiler resolver. Specified compiler level: unspecified
138 org.codehaus.groovy_2.4.20.v202009301404-e2006-RELEASE ACTIVE
Activating…
Start getting machine ID on Linux
End getting machine ID on Linux ef6ee3053f9bfccb1a610a0264f86570
Did anybody experience this before? What might happen with my private built image?
Thanks
Henry