-
Notifications
You must be signed in to change notification settings - Fork 6
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
[130] Fixed comparison to make sure multipart_global_state is cleaned up #134
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code change looks good.
Is it possible to write a test for this?
It is but I don't believe I have any tests for Once |
Yes, add a test which shows that the thing which triggered the issue is now resolved. We'll merge this once that's added. |
I added a test case to test the scenario that was failing. I verified that the new test case passes with the code change and fails without the code change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just had a question, but I think this is good to go. Can go ahead and squash if desired - leaving separate commits is also fine, IMO.
Is this ready to be squashed? I know Alan stated it was but there were more review comments/changes after that. |
If the work has been completed, please squash it. |
I do not see the new changes yet. Perhaps they have not been pushed? |
3d62ed4
to
020f00b
Compare
I squashed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's wait for one more approval before pounding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. # it
…leaned up Added test case
020f00b
to
4c3378d
Compare
done |
This is to fix issue 130.
All tests passed.