Fix rexml CVE #74
Annotations
10 errors and 1 warning
Run tests:
spec/classes/config_spec.rb#L43
zookeeper::config extra parameters is expected to contain File[] with content =~ /ERROR/
Failure/Error: is_expected.to contain_file(environment_file).with_content(%r{ERROR})
ArgumentError:
No title provided and "File" is not a valid resource reference
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:656
|
Run tests:
spec/classes/init_spec.rb#L24
zookeeper is expected to contain Service[]
Failure/Error: it { is_expected.to contain_service(service_name) }
ArgumentError:
No title provided and "Service" is not a valid resource reference
|
Run tests:
spec/classes/init_spec.rb#L25
zookeeper is expected to contain Service[] that subscribes to File[/etc/zookeeper/conf/myid]
Failure/Error: it { is_expected.to contain_service(service_name).that_subscribes_to('File[/etc/zookeeper/conf/myid]') }
ArgumentError:
No title provided and "Service" is not a valid resource reference
|
Run tests:
spec/classes/init_spec.rb#L26
zookeeper is expected to contain Service[] that subscribes to File[/etc/zookeeper/conf/zoo.cfg]
Failure/Error: it { is_expected.to contain_service(service_name).that_subscribes_to('File[/etc/zookeeper/conf/zoo.cfg]') }
ArgumentError:
No title provided and "Service" is not a valid resource reference
|
Run tests:
spec/classes/init_spec.rb#L27
zookeeper is expected to contain Service[] that subscribes to File[]
Failure/Error: it { is_expected.to contain_service(service_name).that_subscribes_to("File[#{environment_file}]") }
ArgumentError:
No title provided and "Service" is not a valid resource reference
|
Run tests:
spec/classes/init_spec.rb#L28
zookeeper is expected to contain Service[] that subscribes to File[/etc/zookeeper/conf/log4j.properties]
Failure/Error: it { is_expected.to contain_service(service_name).that_subscribes_to('File[/etc/zookeeper/conf/log4j.properties]') }
ArgumentError:
No title provided and "Service" is not a valid resource reference
|
Run tests:
spec/classes/init_spec.rb#L37
zookeeper skip service restart is expected to contain Service[]
Failure/Error: it { is_expected.to contain_service(service_name) }
ArgumentError:
No title provided and "Service" is not a valid resource reference
|
Run tests:
spec/classes/init_spec.rb#L38
zookeeper skip service restart is expected not to contain Service[] that subscribes to File[/etc/zookeeper/conf/myid]
Failure/Error: it { is_expected.not_to contain_service(service_name).that_subscribes_to('File[/etc/zookeeper/conf/myid]') }
ArgumentError:
No title provided and "Service" is not a valid resource reference
|
Run tests:
spec/classes/init_spec.rb#L39
zookeeper skip service restart is expected not to contain Service[] that subscribes to File[/etc/zookeeper/conf/zoo.cfg]
Failure/Error: it { is_expected.not_to contain_service(service_name).that_subscribes_to('File[/etc/zookeeper/conf/zoo.cfg]') }
ArgumentError:
No title provided and "Service" is not a valid resource reference
|
Run tests:
spec/classes/init_spec.rb#L40
zookeeper skip service restart is expected not to contain Service[] that subscribes to File[]
Failure/Error: it { is_expected.not_to contain_service(service_name).that_subscribes_to("File[#{environment_file}]") }
ArgumentError:
No title provided and "Service" is not a valid resource reference
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading