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

pulling subscription bug #6880

Closed
wants to merge 1 commit into from
Closed

Conversation

QuiteStochastic
Copy link
Contributor

@QuiteStochastic QuiteStochastic commented Nov 30, 2020

in the integration testing framework, the async threads that pull from GCP's pub/sub system continue to run even after those pub/sub resources are destroyed in the cleanup, which causes errors. this needs to be fixed

@QuiteStochastic QuiteStochastic requested a review from a team as a code owner November 30, 2020 19:39
@mrmr1993 mrmr1993 mentioned this pull request Dec 1, 2020
5 tasks
let maybe_sig_d =
let w : ('a, 's) Deferred.Result.t =
Deferred.any [t.d; interruption_signal_to_res]
match Deferred.peek t.interruption_signal with
Copy link
Member

Choose a reason for hiding this comment

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

This behaviour of interruptible is better, but I'm still not sure that it's right. I've opened #6889 to implement (what I consider to be) the correct behaviour.

@QuiteStochastic
Copy link
Contributor Author

closing bc apparently mathew has a better solution

@QuiteStochastic QuiteStochastic deleted the pull_subscription_bug branch December 1, 2020 21:18
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.

2 participants