I understand that if your app's tests fail in the continuous integration environment but pass in your development environment, you should figure out why tests fail in CI and NOT blow off the matter.
What should you do when the reverse is true - when tests pass in CI but not in your local development environment? Do you blow off testing in the local environment, push your changes to an alternate branch, and see if things pan out in the CI environment? Maybe this is appropriate in some situations, but it sounds like a cop-out to me.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3b5c0b69-639b-4c93-b79f-6d3e461bbd4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I understand that if your app's tests fail in the continuous integration environment but pass in your development environment, you should figure out why tests fail in CI and NOT blow off the matter.
What should you do when the reverse is true - when tests pass in CI but not in your local development environment? Do you blow off testing in the local environment, push your changes to an alternate branch, and see if things pan out in the CI environment? Maybe this is appropriate in some situations, but it sounds like a cop-out to me.
--