owncloud / smashbox-testing

Smashbox testing running on DroneCI
MIT License
1 stars 3 forks source link

Update .drone.yml #16

Closed jnweiger closed 4 years ago

jnweiger commented 4 years ago

Do not assume that /usr/bin/wait-for-it is implicitly installed. Currently all tests die there.

tboerger commented 4 years ago

Wrong, it's part of the base image and the base image had an issue since end of last week. Beside that, this tool is not installed via apt...

jnweiger commented 4 years ago

Okay. Even if it is wrong, installing the tool via apt would solve this issue. It is no more a command-not-found then. We are one step further and get

+ wait-for-it -t 300 owncloud-server:8080
wait-for-it: waiting 300 seconds for owncloud-server:8080
wait-for-it: timeout occurred after waiting 300 seconds for owncloud-server:8080
tboerger commented 4 years ago

It had never am issue about command not found, it was just missing +x.