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
I'm not sure which change in the diff caused it: v1.0.0...v1.0.1
It appears that manage_elasticsearch_configure, configure_elasticsearch_service, and install_elasticsearch_plugin are broken.
It also appears that create_elasticsearch_user, install_elasticsearch still work.
I also couldn't find a test for manage_elasticsearch_configure or any of the other broken expectations in the codebase so maybe adding tests for those also would prevent this kind of failure? :)
In v1.0.0 the following worked in my spec:
In v1.0.1, the same line produces the following error:
I'm not sure which change in the diff caused it:v1.0.0...v1.0.1
It appears that manage_elasticsearch_configure, configure_elasticsearch_service, and install_elasticsearch_plugin are broken.
It also appears that create_elasticsearch_user, install_elasticsearch still work.
I also couldn't find a test for manage_elasticsearch_configure or any of the other broken expectations in the codebase so maybe adding tests for those also would prevent this kind of failure? :)edit: it appears that all that is needed is additional matchers in:
https://github.com/elastic/cookbook-elasticsearch/blob/master/libraries/matchers.rb
The text was updated successfully, but these errors were encountered: