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

AWS_DATA_PATH should override customer/builtin data paths #736

Merged
merged 1 commit into from
Dec 10, 2015

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Dec 8, 2015

This was a regression introduced in
1225dc7. This was
originally fixed in 0.68.0 of botocore.

At this point, I think a functional test in warranted,
as this did functionality did not surivive a refactoring,
so I've added a basic functional test to ensure we don't
regress on this in the future.

There were also a few tests that need to be updated with this change.
These tests were previously wrong but were not being caught
because of this bug.

cc @kyleknap @mtdowling @rayluo @JordonPhillips

This was a regression introduced in
1225dc7.  This was
originally fixed in 0.68.0 of botocore.

At this point, I think a functional test in warranted,
as this did functionality did not surivive a refactoring,
so I've added a basic functional test to ensure we don't
regress on this in the future.
@jamesls jamesls added the pr/needs-review This PR needs a review from a member of the team. label Dec 8, 2015
@JordonPhillips
Copy link
Contributor

🚢

@mtdowling
Copy link
Contributor

:shipit:

@rayluo
Copy link
Contributor

rayluo commented Dec 9, 2015

🚢



class TestLoaderAllowsDataPathOverride(unittest.TestCase):
def create_file(self, f, contents, name):
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be cool if FileCreator was in botocore.

@kyleknap
Copy link
Contributor

kyleknap commented Dec 9, 2015

Looks good. 🚢 Just had a comment about something that would be cool to have in the future if we keep following this pattern of creating a file and cleaning it up in the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/needs-review This PR needs a review from a member of the team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants