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
bundle exec kitchen test works on the ubuntu platforms but only if DOCKER=true is set in the environment. Currently, many of our spec files early exit if they findDOCKER=true in the environment.
On centos we've observed 3 different behaviors depending on the version of chef-client and the version of the runit cookbook: (1) infinite loop when trying to handle a restart notification on a runit service, (2) indefinitely waiting on the runit service to start up, (3) a crash during the CCR.
Description
The current integration tests need some updates to ensure they are running with the latest chef-client and inspec versions.
InSpec and Platform Version
0.26.0
Replication Case
run
bundle exec kitchen test
The text was updated successfully, but these errors were encountered: