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 I use vagrant to provision the precise64 VM, I get a failing installation test.
Failure:
test_0004_creates configuration files(recipe::elasticsearch::default::Installation) [./etc/vagrant-chef/chef-solo-2/cookbooks/ace-homebase/cookbooks/elasticsearch/tests/installation_test.rb:35]:
Expected file '/usr/local/etc/elasticsearch/elasticsearch.yml' to include the specified content
If I ssh to the VM, the file exists and includes every line specified by the next test as well. Is this a race condition? How would I go about debugging this?
The text was updated successfully, but these errors were encountered:
When I use vagrant to provision the precise64 VM, I get a failing installation test.
Failure:
test_0004_creates configuration files(recipe::elasticsearch::default::Installation) [./etc/vagrant-chef/chef-solo-2/cookbooks/ace-homebase/cookbooks/elasticsearch/tests/installation_test.rb:35]:
Expected file '/usr/local/etc/elasticsearch/elasticsearch.yml' to include the specified content
If I ssh to the VM, the file exists and includes every line specified by the next test as well. Is this a race condition? How would I go about debugging this?
The text was updated successfully, but these errors were encountered: