(SUP-4955) Wildcard Operator Added for file license ingestion #205
Annotations
4 errors and 1 warning
spec/acceptance/pe_status_check_spec.rb#L233
pe_status_check class activates module default parameters check all facts report false in the proper conditions if S0022 conditions when license.key is not present but suite-license is present to be true
On host `34.82.113.110'
Failure/Error: expect(result.stdout).to match(%r{true})
expected "false\n" to match /true/
Diff:
@@ -1 +1 @@
-/true/
+false
|
spec/acceptance/pe_status_check_spec.rb#L239
pe_status_check class activates module default parameters check all facts report false in the proper conditions if S0022 conditions when both license files are not present to be false
On host `34.82.113.110'
Failure/Error: run_shell('mv /etc/puppetlabs/license.key /tmp/license.key && mv /etc/puppetlabs/suite-license.lic /tmp/suite-license.lic')
RuntimeError:
shell failed
`mv /etc/puppetlabs/license.key /tmp/license.key && mv /etc/puppetlabs/suite-license.lic /tmp/suite-license.lic`
======
[{"target"=>"34.82.113.110", "action"=>"command", "object"=>"mv /etc/puppetlabs/license.key /tmp/license.key && mv /etc/puppetlabs/suite-license.lic /tmp/suite-license.lic", "status"=>"failure", "value"=>{"stdout"=>"", "stderr"=>"mv: cannot stat '/etc/puppetlabs/license.key': No such file or directory\n", "merged_output"=>"mv: cannot stat '/etc/puppetlabs/license.key': No such file or directory\n", "exit_code"=>1, "_error"=>{"kind"=>"puppetlabs.tasks/command-error", "issue_code"=>"COMMAND_ERROR", "msg"=>"The command failed with exit code 1", "details"=>{"exit_code"=>1}}}}]
|
spec/acceptance/pe_status_check_spec.rb#L245
pe_status_check class activates module default parameters check all facts report false in the proper conditions if S0022 conditions when both license files are present and one is invalid
On host `34.82.113.110'
Failure/Error: expect(result.stdout).to match(%r{true})
expected "false\n" to match /true/
Diff:
@@ -1 +1 @@
-/true/
+false
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading