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

Get rid of unnecessary Done channel #214

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

dsabeti
Copy link
Contributor

@dsabeti dsabeti commented Apr 11, 2023

We'd typically need to reimplement using hand-rolled channels in order to upgrade to ginkgo v2. However, in this case, everyone that could block or hang appears to be wrapped in a timeout already. So I opted to get rid of the done channel / timeout entirely

We'd typically need to reimplement using hand-rolled channels in order
to upgrade to ginkgo v2. However, in this case, everyone that could block
or hang appears to be wrapped in a timeout already. So I opted to get rid
of the done channel / timeout entirely
Copy link
Contributor

@ebroberson ebroberson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@winkingturtle-vmw winkingturtle-vmw merged commit 68d87a2 into cloudfoundry:develop Apr 11, 2023
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 this pull request may close these issues.

None yet

3 participants