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

Use Minitest live integration tests instead of Shindo mocked tests #51

Merged
merged 58 commits into from
Jun 23, 2015

Conversation

ikehz
Copy link
Member

@ikehz ikehz commented Jun 8, 2015

This is a pull request to remove old Shindo tests backed by mocks in the codebase, in favor of live integration tests built on Minitest.

See the updated CONTRIBUTING for information on the design of the tests and how to run them.

This change is motivated by a few things:

  1. The Shindo tests were backed by mocks in the codebase, which didn't provide any assurance that the code actually worked, only that it was internally consistent. This led to drift away from the API as code was written and tested against the mocks, but not continually tested against the live API. In turn, the mocks were hard to keep up-to-date.
  2. Per Replace Shindo testing with... (discuss) fog#1266 and Prototype replacing Shindo testing with minitest fog#2630, Minitest is the new testing framework to be used by fog projects.

There are a few outstanding issues that are related to this. I'm also opening #50 to track this whole migration from shindo to minitest.

Isaac Hollander McCreery added 30 commits June 8, 2015 17:20
…r.rb and tests/helpers/model_helper.rb to spec/helpers/model_helper.rb
…sts/models/compute/servers_tests.rb to spec/fog/google/models/compute/server_spec.rb: add create_test_disk and other utilities to minitest_helper
…s/models/compute/disks_tests.rb to spec/fog/google/models/compute/disk_spec.rb
…factories take an example name as an argument
Isaac Hollander McCreery added 10 commits June 8, 2015 17:22
…g quite a few bug fixes in the implementation of BackendServices
…bug fixes in the implementation of UrlMaps
…ing a few bug fixes in the implementation of TargetHttpProxies
…r updates to the documentation around contributing
…_test_helper; move factories into integration/factories directory
…cluding a few bug fixes in the implementation of GlobalForwardingRules
@ikehz
Copy link
Member Author

ikehz commented Jun 8, 2015

I will squash commits once we're happy with the way the merge looks.

@ikehz
Copy link
Member Author

ikehz commented Jun 8, 2015

@plribeiro3000 @tokengeek @geemus Your input on how I've structured tests here would be greatly appreciated.

@plribeiro3000
Copy link
Member

Thats a pretty big diff. Let me take a look at it in the next weekend!

Great job btw!

@geemus
Copy link
Member

geemus commented Jun 12, 2015

Awesome, thanks!

@plribeiro3000 I'll leave it to you for now, but just let me know if you have questions or need help.

@plribeiro3000
Copy link
Member

@geemus thank you for reminding me of that.

@ihmccreery there are a lot of specific changes here that i wont comment since they are related to how the provider works. All the code seems to be OK. I might let something uncovered but i believe you will fix any issue this might introduce.

So you have my big 👍 for all this coding and documentation.

@geemus
Copy link
Member

geemus commented Jun 17, 2015

@ihmccreery Looking good, but appears there are some build failures, could you double check those? Thanks!

@ikehz
Copy link
Member Author

ikehz commented Jun 17, 2015

Sorry I'm leaving this on the table for a bit; I'm caught up in other things right now.

The Travis issue is just a configuration issue: the way I wrote the Rakefile, Travis is running integration tests that it's not configured to run. Related to #19, which may be a barrier to merging this.

@ikehz ikehz mentioned this pull request Jun 17, 2015
5 tasks
@geemus
Copy link
Member

geemus commented Jun 17, 2015

@ihmccreery alright, just let me know if there is anything I can do to help further here.

ikehz pushed a commit that referenced this pull request Jun 23, 2015
Use Minitest live integration tests instead of Shindo mocked tests for `compute`
@ikehz ikehz merged commit ddfe096 into fog:master Jun 23, 2015
@geemus
Copy link
Member

geemus commented Jun 23, 2015

Thanks!

On Tue, Jun 23, 2015 at 12:27 PM, Isaac Hollander McCreery <
[email protected]> wrote:

Merged #51 #51.


Reply to this email directly or view it on GitHub
#51 (comment).

@Temikus Temikus mentioned this pull request May 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants