cloudstateio/python-support

Use Docker Compose in TCK Script

Closed this issue · 2 comments

Presently, the tck script includes some wait statements to allow the various dockerized services time to become ready. We can use docker compose to avoid readiness race conditions and the need for the waits.

Isn't this a duplicate of #45 ?

duplicate of #45