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

Issue 42 Fix #43

Merged
merged 4 commits into from
Feb 27, 2015
Merged

Issue 42 Fix #43

merged 4 commits into from
Feb 27, 2015

Conversation

taer
Copy link
Contributor

@taer taer commented Feb 27, 2015

Fix for Issues #42

This relates to a slow processing by a client(codec or *StreamingChannel) or an aggressive timeout. I used the codec to slow it down.

On inturruption, the Command class is nulling the output. But
this is causing the statemachine to not know what to do with the
actual output it eventually gets. If we leave the output there,
the RSM can still update the output, even though the client has
moved on.
Make test use same server as rest of tests. Format like rest of code
Moved test to proper package
Add Cluster test back in
@coveralls
Copy link

Coverage Status

Coverage increased (+0.08%) to 95.66% when pulling e1ed29f on taer:issue-42 into 105ed0d on mp911de:master.

@mp911de mp911de merged commit e1ed29f into redis:master Feb 27, 2015
@mp911de
Copy link
Collaborator

mp911de commented Feb 27, 2015

Merged. Thanks for your PR.

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