You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a known good recipe is loaded with Chef-Handler on windows, tests are not being executed during a Chef-client run. However, the same set of recipes works fine as Chef-Solo.
Details:
Chef version 11.8
minitest-handler 1.1.2
chef_handler 1.1.4
chef-client 3.1.0
@dpetzel thanks for the reply - definitely good to know. In the last year I've moved entirely to using chefspec/serverspec. I can't even remember filing this bug. It may not even be an issue any longer.
When a known good recipe is loaded with Chef-Handler on windows, tests are not being executed during a Chef-client run. However, the same set of recipes works fine as Chef-Solo.
Details:
Chef version 11.8
minitest-handler 1.1.2
chef_handler 1.1.4
chef-client 3.1.0
Runlist:
recipe[chef-client::delete_validation]
recipe[minitest-handler]
Results in Chef-Client:
- execute the ruby block load tests
Chef Client finished, 16 resources updated
Results in Chef-Solo:
- execute the ruby block load tests←[0m
...
Running tests:
Finished tests in 0.000000s, Inf tests/s, Inf assertions/s.
2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
Chef Client finished, 5 resources updated←[0m
Expectation:
Chef-Client should find and execute the tests.
The text was updated successfully, but these errors were encountered: