Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PollingAwaitStrategy wait-for-it does fallback ignores parameters #1178

Open
phillipross opened this issue May 16, 2020 · 1 comment · May be fixed by #1179
Open

PollingAwaitStrategy wait-for-it does fallback ignores parameters #1178

phillipross opened this issue May 16, 2020 · 1 comment · May be fixed by #1179

Comments

@phillipross
Copy link

Issue Overview

When using the polling await strategy on a slower machine with container images lacking the ss command, the strategy falls back to using wait-for-it script, but doesn't specify a timeout. On slower machines autostarting multiple containers in parallel, the default timeout of 15 seconds isn't long enough.

Expected Behaviour

The polling await strategy should use the await parameters to specify a timeout to the wait-for-it script so that await times can be adjusted

Current Behaviour

Sometimes the containers start successfully, but on slower machines with multiple containers autostarting, container startups fail.

@phillipross
Copy link
Author

I'm not sure why, but the openshift tests for CI fail for #1179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant