Use native Puppet instead of the retries Gem in the CLI provider, replacing try_sleep parameter by exponential backoff #224
Annotations
10 errors and 10 warnings
Run tests:
spec/defines/jenkins_cli_exec_spec.rb#L29
jenkins::cli::exec on opensuse-15-x86_64 title => foo is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = foo", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} foo",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Run tests:
spec/defines/jenkins_cli_exec_spec.rb#L44
jenkins::cli::exec on opensuse-15-x86_64 title => bar is expected to contain Exec[bar] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('bar').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[bar] with tries set to 10 but it is set to 9
|
Run tests:
spec/defines/jenkins_cli_exec_spec.rb#L61
jenkins::cli::exec on opensuse-15-x86_64 command => bar is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Run tests:
spec/defines/jenkins_cli_exec_spec.rb#L74
jenkins::cli::exec on opensuse-15-x86_64 command => ['bar'] is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Run tests:
spec/defines/jenkins_cli_exec_spec.rb#L87
jenkins::cli::exec on opensuse-15-x86_64 command => ['bar', 'baz'] is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar baz", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} bar baz",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Run tests:
spec/defines/jenkins_cli_exec_spec.rb#L102
jenkins::cli::exec on opensuse-15-x86_64 unless => bar is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = foo", environment => ["HELPER_CMD=eval /bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy ="], unless => "bar", tries => 10 and try_sleep => 10
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} foo",
environment: ["HELPER_CMD=eval #{helper_cmd}"],
unless: 'bar',
tries: 10,
try_sleep: 10
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Run tests:
spec/defines/jenkins_cli_exec_spec.rb#L29
jenkins::cli::exec on sles-11-x86_64 title => foo is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = foo", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} foo",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Run tests:
spec/defines/jenkins_cli_exec_spec.rb#L44
jenkins::cli::exec on sles-11-x86_64 title => bar is expected to contain Exec[bar] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('bar').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[bar] with tries set to 10 but it is set to 9
|
Run tests:
spec/defines/jenkins_cli_exec_spec.rb#L61
jenkins::cli::exec on sles-11-x86_64 command => bar is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Run tests:
spec/defines/jenkins_cli_exec_spec.rb#L74
jenkins::cli::exec on sles-11-x86_64 command => ['bar'] is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Run tests:
spec/unit/jenkins_plugins_spec.rb#L85
Puppet::Jenkins::Plugins.available when plugins exist generates a list of plugins
Failure/Error: raise
RuntimeError:
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on opensuse-15-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on opensuse-15-x86_64 deprecated params username rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on opensuse-15-x86_64 deprecated params group rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on opensuse-15-x86_64 deprecated params create_user rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on sles-11-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on sles-11-x86_64 deprecated params username rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on sles-11-x86_64 deprecated params group rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on sles-11-x86_64 deprecated params create_user rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Run tests:
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on sles-12-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Loading