cloudstateio / python-support

User Language Support for Python
Apache License 2.0
7 stars 5 forks source link

Use Docker Compose in TCK Script #46

Closed GratefulTony closed 4 years ago

GratefulTony commented 4 years ago

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.

sleipnir commented 4 years ago

Isn't this a duplicate of #45 ?

GratefulTony commented 4 years ago

duplicate of #45