Merge pull request #520 from voxpupuli/modulesync #149
Annotations
4 errors
Run tests:
spec/acceptance/authentication_spec.rb#L39
authenticated download with provider wget with password 'passwordwithsinglequote'!' applies idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232348844.pp.hzGWYX
Last 10 lines of output were:
2024-04-12 23:23:50 ERROR 502: Bad Gateway.
Error: /Stage[main]/Main/Archive[/tmp/testfile]/ensure: change from 'absent' to 'present' failed: Execution of 'wget http://httpbin.org/basic-auth/user/passwordwithsinglequote\'\! -O /tmp/testfile_20240412-2997-1qnuxgi --max-redirect=5 --user=user --***'\!' returned 8: --2024-04-12 23:23:50-- http://httpbin.org/basic-auth/user/passwordwithsinglequote'!
Resolving httpbin.org (httpbin.org)... 54.164.8.5, 52.203.147.106, 44.209.252.174, ...
Connecting to httpbin.org (httpbin.org)|54.164.8.5|:80... connected.
HTTP request sent, awaiting response... 401 UNAUTHORIZED
Authentication selected: Basic realm="Fake Realm"
Reusing existing connection to httpbin.org:80.
HTTP request sent, awaiting response... 502 Bad Gateway
2024-04-12 23:23:50 ERROR 502: Bad Gateway.
�[mNotice: Applied catalog in 0.46 seconds
|
Run tests:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider wget with password 'passwordwithsinglequote'!' File "/tmp/testfile" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/tmp/testfile".file?` to be truthy, got false
|
Run tests:
spec/acceptance/authentication_spec.rb#L47
authenticated download with provider wget with password 'passwordwithsinglequote'!' File "/tmp/testfile" content_as_json
Failure/Error: its(:content_as_json) { is_expected.to include('authenticated' => true, 'user' => 'user') }
MultiJson::ParseError:
JSON::ParserError
|
Run tests
Process completed with exit code 1.
|
Loading