Remove deprecated zabbix_host.group, zabbix::agent::zbx_group, zabbix::resources::agent::group parameters #639
Triggered via pull request
November 7, 2023 20:20
Status
Cancelled
Total duration
6m 24s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
40s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
108 errors
Puppet / 7 (Ruby 2.7):
spec/types/zabbix_host_spec.rb#L12
zabbix_host with default provider is expected to be a valid type
Failure/Error: it { is_expected.to be_valid_type.with_properties('group') }
Not a valid type ["Invalid properties: group"]
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/type/zabbix_host_spec.rb#L32
Puppet::Type::Zabbix_host when validating properties has a group property
Failure/Error: expect(described_class.attrtype(param)).to eq(:property)
expected: :property
got: nil
(compared using ==)
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/x/spec_zabbix_types.rb#L52
Puppet::Type::Zabbix_host properties group behaves like validated property attrtype is expected to eq :property
Failure/Error: it { expect(described_class.attrtype(param)).to eq :property }
expected: :property
got: nil
(compared using ==)
Shared Example Group: "validated property" called from ./spec/unit/puppet/type/zabbix_host_spec.rb:80
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/x/spec_zabbix_types.rb#L57
Puppet::Type::Zabbix_host properties group behaves like validated property allowed supports group1 as a value
Failure/Error:
expect { described_class.new(:name => 'nobody', param => value) }.
not_to raise_error
expected no Exception, got #<Puppet::Error: no parameter named 'group'> with backtrace:
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/util/errors.rb:157:in `fail'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/type.rb:668:in `[]='
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/type.rb:2499:in `block in set_parameters'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/type.rb:2493:in `each'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/type.rb:2493:in `set_parameters'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/type.rb:2389:in `initialize'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `new'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `block (5 levels) in <top (required)>'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `block (4 levels) in <top (required)>'
Shared Example Group: "validated property" called from ./spec/unit/puppet/type/zabbix_host_spec.rb:80
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/x/spec_zabbix_types.rb#L57
Puppet::Type::Zabbix_host properties group behaves like validated property allowed supports Group One as a value
Failure/Error:
expect { described_class.new(:name => 'nobody', param => value) }.
not_to raise_error
expected no Exception, got #<Puppet::Error: no parameter named 'group'> with backtrace:
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/util/errors.rb:157:in `fail'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/type.rb:668:in `[]='
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/type.rb:2499:in `block in set_parameters'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/type.rb:2493:in `each'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/type.rb:2493:in `set_parameters'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/type.rb:2389:in `initialize'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `new'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `block (5 levels) in <top (required)>'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `block (4 levels) in <top (required)>'
Shared Example Group: "validated property" called from ./spec/unit/puppet/type/zabbix_host_spec.rb:80
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / 8 (Ruby 3.2):
spec/types/zabbix_host_spec.rb#L12
zabbix_host with default provider is expected to be a valid type
Failure/Error: it { is_expected.to be_valid_type.with_properties('group') }
Not a valid type ["Invalid properties: group"]
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/zabbix_host_spec.rb#L32
Puppet::Type::Zabbix_host when validating properties has a group property
Failure/Error: expect(described_class.attrtype(param)).to eq(:property)
expected: :property
got: nil
(compared using ==)
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/x/spec_zabbix_types.rb#L52
Puppet::Type::Zabbix_host properties group behaves like validated property attrtype is expected to eq :property
Failure/Error: it { expect(described_class.attrtype(param)).to eq :property }
expected: :property
got: nil
(compared using ==)
Shared Example Group: "validated property" called from ./spec/unit/puppet/type/zabbix_host_spec.rb:80
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/x/spec_zabbix_types.rb#L57
Puppet::Type::Zabbix_host properties group behaves like validated property allowed supports group1 as a value
Failure/Error:
expect { described_class.new(:name => 'nobody', param => value) }.
not_to raise_error
expected no Exception, got #<Puppet::Error: no parameter named 'group'> with backtrace:
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/util/errors.rb:158:in `fail'
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/type.rb:669:in `[]='
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/type.rb:2459:in `block in set_parameters'
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/type.rb:2453:in `each'
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/type.rb:2453:in `set_parameters'
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/type.rb:2349:in `initialize'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `new'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `block (5 levels) in <top (required)>'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `block (4 levels) in <top (required)>'
Shared Example Group: "validated property" called from ./spec/unit/puppet/type/zabbix_host_spec.rb:80
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/x/spec_zabbix_types.rb#L57
Puppet::Type::Zabbix_host properties group behaves like validated property allowed supports Group One as a value
Failure/Error:
expect { described_class.new(:name => 'nobody', param => value) }.
not_to raise_error
expected no Exception, got #<Puppet::Error: no parameter named 'group'> with backtrace:
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/util/errors.rb:158:in `fail'
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/type.rb:669:in `[]='
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/type.rb:2459:in `block in set_parameters'
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/type.rb:2453:in `each'
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/type.rb:2453:in `set_parameters'
# ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/type.rb:2349:in `initialize'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `new'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `block (5 levels) in <top (required)>'
# ./spec/unit/puppet/x/spec_zabbix_types.rb:58:in `block (4 levels) in <top (required)>'
Shared Example Group: "validated property" called from ./spec/unit/puppet/type/zabbix_host_spec.rb:80
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0
Canceling since a higher priority waiting request for '909/merge' exists
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0
The operation was canceled.
|