Add Puppet 8 support #281
Triggered via pull request
February 20, 2024 21:00
Status
Failure
Total duration
16m 33s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
10 errors
Puppet / 8 (Ruby 3.2):
spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb#L86
Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore instances with one instance
Failure/Error: stdout = execute([command(:keystore)] + args, options)
#<Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore (class)> received :execute with unexpected arguments
expected: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (keyword arguments)
got: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (options hash)
Please stub a default value first if message might be received with other args as well.
|
Puppet / 8 (Ruby 3.2):
spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb#L9
Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore instances with one instance instance es-01
Failure/Error: stdout = execute([command(:keystore)] + args, options)
#<Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore (class)> received :execute with unexpected arguments
expected: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (keyword arguments)
got: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (options hash)
Please stub a default value first if message might be received with other args as well.
Shared Example Group: "keystore instance" called from ./spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb:88
|
Puppet / 8 (Ruby 3.2):
spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb#L10
Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore instances with one instance instance es-01
Failure/Error: stdout = execute([command(:keystore)] + args, options)
#<Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore (class)> received :execute with unexpected arguments
expected: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (keyword arguments)
got: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (options hash)
Please stub a default value first if message might be received with other args as well.
Shared Example Group: "keystore instance" called from ./spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb:88
|
Puppet / 8 (Ruby 3.2):
spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb#L12
Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore instances with one instance instance es-01
Failure/Error: stdout = execute([command(:keystore)] + args, options)
#<Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore (class)> received :execute with unexpected arguments
expected: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (keyword arguments)
got: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (options hash)
Please stub a default value first if message might be received with other args as well.
Shared Example Group: "keystore instance" called from ./spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb:88
|
Puppet / 8 (Ruby 3.2):
spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb#L94
Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore instances with multiple instances
Failure/Error: stdout = execute([command(:keystore)] + args, options)
#<Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore (class)> received :execute with unexpected arguments
expected: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02", "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (keyword arguments)
got: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (options hash)
Diff:
@@ -1,7 +1,7 @@
[["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"],
{:custom_environment=>
- {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02",
- "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"},
+ {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01",
+ "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"},
:failonfail=>true,
:gid=>"elasticsearch",
:uid=>"elasticsearch"}]
Please stub a default value first if message might be received with other args as well.
|
Puppet / 8 (Ruby 3.2):
spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb#L9
Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore instances with multiple instances instance es-01
Failure/Error: stdout = execute([command(:keystore)] + args, options)
#<Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore (class)> received :execute with unexpected arguments
expected: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02", "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (keyword arguments)
got: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (options hash)
Diff:
@@ -1,7 +1,7 @@
[["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"],
{:custom_environment=>
- {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02",
- "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"},
+ {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01",
+ "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"},
:failonfail=>true,
:gid=>"elasticsearch",
:uid=>"elasticsearch"}]
Please stub a default value first if message might be received with other args as well.
Shared Example Group: "keystore instance" called from ./spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb:96
|
Puppet / 8 (Ruby 3.2):
spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb#L10
Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore instances with multiple instances instance es-01
Failure/Error: stdout = execute([command(:keystore)] + args, options)
#<Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore (class)> received :execute with unexpected arguments
expected: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02", "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (keyword arguments)
got: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (options hash)
Diff:
@@ -1,7 +1,7 @@
[["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"],
{:custom_environment=>
- {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02",
- "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"},
+ {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01",
+ "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"},
:failonfail=>true,
:gid=>"elasticsearch",
:uid=>"elasticsearch"}]
Please stub a default value first if message might be received with other args as well.
Shared Example Group: "keystore instance" called from ./spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb:96
|
Puppet / 8 (Ruby 3.2):
spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb#L12
Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore instances with multiple instances instance es-01
Failure/Error: stdout = execute([command(:keystore)] + args, options)
#<Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore (class)> received :execute with unexpected arguments
expected: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02", "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (keyword arguments)
got: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (options hash)
Diff:
@@ -1,7 +1,7 @@
[["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"],
{:custom_environment=>
- {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02",
- "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"},
+ {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01",
+ "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"},
:failonfail=>true,
:gid=>"elasticsearch",
:uid=>"elasticsearch"}]
Please stub a default value first if message might be received with other args as well.
Shared Example Group: "keystore instance" called from ./spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb:96
|
Puppet / 8 (Ruby 3.2):
spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb#L9
Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore instances with multiple instances instance es-02
Failure/Error: stdout = execute([command(:keystore)] + args, options)
#<Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore (class)> received :execute with unexpected arguments
expected: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02", "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (keyword arguments)
got: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (options hash)
Diff:
@@ -1,7 +1,7 @@
[["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"],
{:custom_environment=>
- {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02",
- "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"},
+ {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01",
+ "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"},
:failonfail=>true,
:gid=>"elasticsearch",
:uid=>"elasticsearch"}]
Please stub a default value first if message might be received with other args as well.
Shared Example Group: "keystore instance" called from ./spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb:97
|
Puppet / 8 (Ruby 3.2):
spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb#L10
Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore instances with multiple instances instance es-02
Failure/Error: stdout = execute([command(:keystore)] + args, options)
#<Puppet::Type::Elasticsearch_keystore::ProviderElasticsearch_keystore (class)> received :execute with unexpected arguments
expected: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02", "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (keyword arguments)
got: (["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"], {:custom_environment=>{"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01", "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"}, :failonfail=>true, :gid=>"elasticsearch", :uid=>"elasticsearch"}) (options hash)
Diff:
@@ -1,7 +1,7 @@
[["/usr/share/elasticsearch/bin/elasticsearch-keystore", "list"],
{:custom_environment=>
- {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-02",
- "ES_PATH_CONF"=>"/etc/elasticsearch/es-02"},
+ {"ES_INCLUDE"=>"/etc/default/elasticsearch-es-01",
+ "ES_PATH_CONF"=>"/etc/elasticsearch/es-01"},
:failonfail=>true,
:gid=>"elasticsearch",
:uid=>"elasticsearch"}]
Please stub a default value first if message might be received with other args as well.
Shared Example Group: "keystore instance" called from ./spec/unit/provider/elasticsearch_keystore/elasticsearch_keystore_spec.rb:97
|