Bump default version to 1.29.4 #127
ci.yml
on: pull_request
Puppet
/
Static validations
22s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
10 errors
Puppet / 8 (Ruby 3.2):
spec/classes/telegraf_spec.rb#L130
telegraf on darwin-18-x86_64 is expected to contain Class[telegraf] with config_file_mode => "0640", config_folder_mode => "0770", archive_install_dir => "/usr/local/opt/telegraf" and archive_version => "1.17.2"
Failure/Error:
is_expected.to contain_class('telegraf').with(
config_file_mode: '0640',
config_folder_mode: '0770',
archive_install_dir: '/usr/local/opt/telegraf',
archive_version: '1.17.2'
)
expected that the catalogue would contain Class[telegraf] with archive_version set to "1.17.2" but it is set to "1.29.4"
|
Puppet / 8 (Ruby 3.2):
spec/classes/telegraf_spec.rb#L204
telegraf on darwin-18-x86_64 is expected to contain Archive[/tmp/telegraf-1.17.2.tar.gz]
Failure/Error: it { is_expected.to contain_archive('/tmp/telegraf-1.17.2.tar.gz') }
expected that the catalogue would contain Archive[/tmp/telegraf-1.17.2.tar.gz]
|
Puppet / 8 (Ruby 3.2):
spec/classes/telegraf_spec.rb#L210
telegraf on darwin-18-x86_64 is expected to contain File[/usr/local/opt/telegraf-1.17.2] with ensure => "directory"
Failure/Error: it { is_expected.to contain_file('/usr/local/opt/telegraf-1.17.2').with_ensure('directory') }
expected that the catalogue would contain File[/usr/local/opt/telegraf-1.17.2]
|
Puppet / 8 (Ruby 3.2):
spec/classes/telegraf_spec.rb#L146
telegraf on sles-12-x86_64 is expected to contain Class[telegraf] with config_file_mode => "0640", config_folder_mode => "0770", repo_location => "https://repos.influxdata.com/", archive_install_dir => "/opt/telegraf" and archive_location => "https://dl.influxdata.com/telegraf/releases/telegraf-1.15.2_linux_amd64.tar.gz"
Failure/Error:
is_expected.to contain_class('telegraf').with(
config_file_mode: '0640',
config_folder_mode: '0770',
repo_location: 'https://repos.influxdata.com/',
archive_install_dir: '/opt/telegraf',
archive_location: 'https://dl.influxdata.com/telegraf/releases/telegraf-1.15.2_linux_amd64.tar.gz'
)
expected that the catalogue would contain Class[telegraf] with archive_location set to "https://dl.influxdata.com/telegraf/releases/telegraf-1.15.2_linux_amd64.tar.gz" but it is set to "https://dl.influxdata.com/telegraf/releases/telegraf-1.29.4_linux_amd64.tar.gz"
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/classes/telegraf_spec.rb#L146
telegraf on sles-12-x86_64 is expected to contain Class[telegraf] with config_file_mode => "0640", config_folder_mode => "0770", repo_location => "https://repos.influxdata.com/", archive_install_dir => "/opt/telegraf" and archive_location => "https://dl.influxdata.com/telegraf/releases/telegraf-1.15.2_linux_amd64.tar.gz"
Failure/Error:
is_expected.to contain_class('telegraf').with(
config_file_mode: '0640',
config_folder_mode: '0770',
repo_location: 'https://repos.influxdata.com/',
archive_install_dir: '/opt/telegraf',
archive_location: 'https://dl.influxdata.com/telegraf/releases/telegraf-1.15.2_linux_amd64.tar.gz'
)
expected that the catalogue would contain Class[telegraf] with archive_location set to "https://dl.influxdata.com/telegraf/releases/telegraf-1.15.2_linux_amd64.tar.gz" but it is set to "https://dl.influxdata.com/telegraf/releases/telegraf-1.29.4_linux_amd64.tar.gz"
|
Puppet / 7 (Ruby 2.7):
spec/classes/telegraf_spec.rb#L130
telegraf on darwin-18-x86_64 is expected to contain Class[telegraf] with config_file_mode => "0640", config_folder_mode => "0770", archive_install_dir => "/usr/local/opt/telegraf" and archive_version => "1.17.2"
Failure/Error:
is_expected.to contain_class('telegraf').with(
config_file_mode: '0640',
config_folder_mode: '0770',
archive_install_dir: '/usr/local/opt/telegraf',
archive_version: '1.17.2'
)
expected that the catalogue would contain Class[telegraf] with archive_version set to "1.17.2" but it is set to "1.29.4"
|
Puppet / 7 (Ruby 2.7):
spec/classes/telegraf_spec.rb#L204
telegraf on darwin-18-x86_64 is expected to contain Archive[/tmp/telegraf-1.17.2.tar.gz]
Failure/Error: it { is_expected.to contain_archive('/tmp/telegraf-1.17.2.tar.gz') }
expected that the catalogue would contain Archive[/tmp/telegraf-1.17.2.tar.gz]
|
Puppet / 7 (Ruby 2.7):
spec/classes/telegraf_spec.rb#L210
telegraf on darwin-18-x86_64 is expected to contain File[/usr/local/opt/telegraf-1.17.2] with ensure => "directory"
Failure/Error: it { is_expected.to contain_file('/usr/local/opt/telegraf-1.17.2').with_ensure('directory') }
expected that the catalogue would contain File[/usr/local/opt/telegraf-1.17.2]
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|