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

Fix streaming output arg #177

Merged
merged 2 commits into from
Jul 14, 2013
Merged

Fix streaming output arg #177

merged 2 commits into from
Jul 14, 2013

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Jul 12, 2013

Note that while there are no explicit tests in this PR for the
streaming output arg fix, there are in fact actually tests for this (both
unit and integration).

The problem was that we weren't checking the RC of the command that
was run, only that the request params looked how we wanted them to.

As a result, I've updated the
base test class to check for expected RCs from the commands that are
run. This caused the tests to fail and should ensure that if we
break the streaming output arg customization, we'll get a test failure.

I've also included a fix for an integration test. With this PR merged,
the integrations tests should finally be passing again (yay).

I noticed that there actually are unit tests for this, but
we weren't checking the RC of the run command, only that the request
params looked how we wanted them to.  As a result, I've updated the
base test class to check for expected RCs from the commands that are
run.  This caused the tests to fail and should ensure that if we
break the streaming output arg customization, we'll get a test failure.
This is just due to the way the docs were being rendered
so I picked a more reliable doc string change.

All the integration tests are passing.
@garnaat garnaat merged commit 0ce965e into aws:develop Jul 14, 2013
@jamesls jamesls deleted the streaming-output-arg branch June 23, 2014 18:05
kdaily pushed a commit to kdaily/aws-cli that referenced this pull request Apr 15, 2021
Update requires-dist to new syntax for setuptools
thoward-godaddy pushed a commit to thoward-godaddy/aws-cli that referenced this pull request Feb 12, 2022
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