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

[nine] StringDownload: fix an exception that happens if the transfer fails #1672

Merged
merged 1 commit into from
May 17, 2015

Conversation

jaredgrubb
Copy link
Member

This is a port to Nine (where I should have done it first) of GH-1657.

Simple 'None' check is required.
Adding new unit test that does fail without the patch.

Simple 'None' check is required.
Adding new unit test that does fail without the patch.
@@ -563,7 +615,6 @@ def testBasic(self):
ss.asDict.return_value = dict(revision="12345")
s.build.getSourceStamp.return_value = ss

s.step_status = Mock()
Copy link
Member Author

Choose a reason for hiding this comment

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

This wasnt really part of this patch, but had noticed that "step_status" was still being referenced here, so I removed it. Tests still pass.

@tardyp
Copy link
Member

tardyp commented May 17, 2015

👍

sa2ajj pushed a commit that referenced this pull request May 17, 2015
…nine

[nine] StringDownload: fix an exception that happens if the transfer fails
@sa2ajj sa2ajj merged commit fdda229 into buildbot:master May 17, 2015
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.

3 participants