Add Debian 11 support #97
main_pr_testing.yml
on: pull_request
Spec testing
/
Shellcheck
8s
Spec testing
/
Setup Test Matrix
34s
Matrix: Spec testing / Spec
Matrix: PE latest Testing / Acceptance
Waiting for pending jobs
Matrix: PE LTS Testing / Acceptance
Waiting for pending jobs
Annotations
14 errors and 1 warning
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/init_spec.rb#L15
influxdb when using default parameters is expected to contain Class[influxdb] with host => "localhost", port => 8086, use_ssl => true, initial_org => "puppetlabs", token defined and token_file => "/root/.influxdb_token"
Failure/Error:
is_expected.to contain_class('influxdb').with(
host: 'localhost',
port: 8086,
use_ssl: true,
initial_org: 'puppetlabs',
token: nil,
token_file: '/root/.influxdb_token',
)
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az505-479.g2e1luzo1moefklhgra4trf2va.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/init_spec.rb#L57
influxdb when not using ssl is expected to contain Class[influxdb] with use_ssl => false
Failure/Error: is_expected.to contain_class('influxdb').with(use_ssl: false)
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az505-479.g2e1luzo1moefklhgra4trf2va.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/init_spec.rb#L69
influxdb when using a repository is expected to contain Yumrepo[influxdb2] with ensure => "present", descr => "influxdb2", name => "influxdb2", baseurl => "https://repos.influxdata.com/rhel/$releasever/$basearch/stable", gpgkey => "https://repos.influxdata.com/influxdata-archive_compat.key", enabled => "1", gpgcheck => "1" and target => "/etc/yum.repos.d/influxdb2.repo"
Failure/Error:
is_expected.to contain_yumrepo('influxdb2').with(
ensure: 'present',
descr: 'influxdb2',
name: 'influxdb2',
baseurl: 'https://repos.influxdata.com/rhel/$releasever/$basearch/stable',
gpgkey: 'https://repos.influxdata.com/influxdata-archive_compat.key',
enabled: '1',
gpgcheck: '1',
target: '/etc/yum.repos.d/influxdb2.repo',
)
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az505-479.g2e1luzo1moefklhgra4trf2va.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/init_spec.rb#L88
influxdb when using an archive source is expected not to contain Yumrepo[influxdb2]
Failure/Error: is_expected.not_to contain_yumrepo('influxdb2')
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az505-479.g2e1luzo1moefklhgra4trf2va.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/init_spec.rb#L124
influxdb when not using a repo or archive source is expected not to contain Yumrepo[influxdb2]
Failure/Error: is_expected.not_to contain_yumrepo('influxdb2')
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az505-479.g2e1luzo1moefklhgra4trf2va.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/init_spec.rb#L133
influxdb when using the system store is expected to contain Influxdb_setup[localhost] with ensure => "present", token_file => "/root/.influxdb_token", bucket => "puppet_data", org => "puppetlabs", username => "admin", password => Sensitive("puppetlabs") and use_system_store => true
Failure/Error:
is_expected.to contain_influxdb_setup('localhost').with(
ensure: 'present',
token_file: '/root/.influxdb_token',
bucket: 'puppet_data',
org: 'puppetlabs',
username: 'admin',
password: RSpec::Puppet::Sensitive.new('puppetlabs'),
use_system_store: true,
)
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az505-479.g2e1luzo1moefklhgra4trf2va.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
Process completed with exit code 1.
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/init_spec.rb#L15
influxdb when using default parameters is expected to contain Class[influxdb] with host => "localhost", port => 8086, use_ssl => true, initial_org => "puppetlabs", token defined and token_file => "/root/.influxdb_token"
Failure/Error:
is_expected.to contain_class('influxdb').with(
host: 'localhost',
port: 8086,
use_ssl: true,
initial_org: 'puppetlabs',
token: nil,
token_file: '/root/.influxdb_token',
)
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az1257-508.k14ytbwsk31edcr1zaevcapk4c.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/init_spec.rb#L57
influxdb when not using ssl is expected to contain Class[influxdb] with use_ssl => false
Failure/Error: is_expected.to contain_class('influxdb').with(use_ssl: false)
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az1257-508.k14ytbwsk31edcr1zaevcapk4c.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/init_spec.rb#L69
influxdb when using a repository is expected to contain Yumrepo[influxdb2] with ensure => "present", descr => "influxdb2", name => "influxdb2", baseurl => "https://repos.influxdata.com/rhel/$releasever/$basearch/stable", gpgkey => "https://repos.influxdata.com/influxdata-archive_compat.key", enabled => "1", gpgcheck => "1" and target => "/etc/yum.repos.d/influxdb2.repo"
Failure/Error:
is_expected.to contain_yumrepo('influxdb2').with(
ensure: 'present',
descr: 'influxdb2',
name: 'influxdb2',
baseurl: 'https://repos.influxdata.com/rhel/$releasever/$basearch/stable',
gpgkey: 'https://repos.influxdata.com/influxdata-archive_compat.key',
enabled: '1',
gpgcheck: '1',
target: '/etc/yum.repos.d/influxdb2.repo',
)
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az1257-508.k14ytbwsk31edcr1zaevcapk4c.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/init_spec.rb#L88
influxdb when using an archive source is expected not to contain Yumrepo[influxdb2]
Failure/Error: is_expected.not_to contain_yumrepo('influxdb2')
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az1257-508.k14ytbwsk31edcr1zaevcapk4c.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/init_spec.rb#L124
influxdb when not using a repo or archive source is expected not to contain Yumrepo[influxdb2]
Failure/Error: is_expected.not_to contain_yumrepo('influxdb2')
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az1257-508.k14ytbwsk31edcr1zaevcapk4c.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/init_spec.rb#L133
influxdb when using the system store is expected to contain Influxdb_setup[localhost] with ensure => "present", token_file => "/root/.influxdb_token", bucket => "puppet_data", org => "puppetlabs", username => "admin", password => Sensitive("puppetlabs") and use_system_store => true
Failure/Error:
is_expected.to contain_influxdb_setup('localhost').with(
ensure: 'present',
token_file: '/root/.influxdb_token',
bucket: 'puppet_data',
org: 'puppetlabs',
username: 'admin',
password: RSpec::Puppet::Sensitive.new('puppetlabs'),
use_system_store: true,
)
Puppet::PreformattedError:
Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /home/runner/work/influxdb/influxdb/spec/fixtures/modules/influxdb/manifests/init.pp, line: 80, column: 25) on node fv-az1257-508.k14ytbwsk31edcr1zaevcapk4c.dx.internal.cloudapp.net
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
Process completed with exit code 1.
|
Spec testing / Setup Test Matrix
Cannot find image for RockyLinux-8
|