-
Notifications
You must be signed in to change notification settings - Fork 680
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
separate RSpec handling in runner #371
Conversation
and restore profile tests that had been completely mocked until now
We need to put those tickets back in the semaphore, otherwise the remaining tests never get executed. doh
a13d003
to
20b1387
Compare
sigh turning down concurrency solves the issue locally, but triggers a timeout (no output for 10 minutes) on Travis. 😒 |
It's not a train issue after all, https://travis-ci.org/chef/inspec/jobs/102517662 uses 0.9.4, too, and I've just re-run its tests successfully. |
b7f456b
to
20b1387
Compare
# | ||
# @param backend [BackendRunner] exposing the target to resources | ||
# @return [ResourcesDSL] | ||
def self.create_dsl(backend) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
much better to have the dsl in here ...
separate RSpec handling in runner
@chris-rock thanks a lot! Any ideas what had happened here? |
This has so far prevented us from writing some critical unit tests for profile structure and test loading. By separating it and adding a Mock runner we can now test for profile structure. (more MRs to come)