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

Wait for the entire assert timeout for resources to be deleted. #1169

Merged
merged 2 commits into from
Dec 13, 2019

Conversation

jbarrick-mesosphere
Copy link
Member

What this PR does / why we need it:

  • Previously, the test timeout was ignored when waiting for resources deleted by a TestStep to disappear. This changes it so that the test assert timeout is respected and used.

Previously, the test timeout was ignored when waiting for resources deleted by a TestStep to disappear. This changes it so that the test assert timeout is respected and used.
pkg/test/step.go Show resolved Hide resolved
@jbarrick-mesosphere jbarrick-mesosphere merged commit 9981ed2 into master Dec 13, 2019
@jbarrick-mesosphere jbarrick-mesosphere deleted the respect-assert-timeout branch December 13, 2019 19:52
alenkacz pushed a commit that referenced this pull request Dec 17, 2019
* Wait for the entire assert timeout for resources to be deleted.

Previously, the test timeout was ignored when waiting for resources deleted by a TestStep to disappear. This changes it so that the test assert timeout is respected and used.

* cast int to time.Duration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants