Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the container healthcheck was added, it also replaced looping over trino-cli in the container test script with docker inspect. Since executing trino-cli could time out after the container started but before the server was ready, it actually added to the total timeout of the loop. Now, none of the commands in the loop are blocking for longer periods, so the timeout is easier to control. It was measured that the container can take up to 7 minutes to start on arm64 using emulation, so the timeout is raised to 10 minutes.
- Loading branch information