Merge pull request #541 from Tonguechaude/add_sleep_acceptance #203
ci.yml
on: push
Puppet
/
Static validations
52s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
5s
Annotations
5 errors
|
Puppet / Puppet 8 - OracleLinux 9
Process completed with exit code 1.
|
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/authentication_spec.rb#L51
authenticated download with provider ruby with password 'pass word with spaces' File "/tmp/testfile" content_as_json
Failure/Error: its(:content_as_json) { is_expected.to include('authenticated' => true, 'user' => 'user') }
MultiJson::ParseError:
JSON::ParserError
|
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/authentication_spec.rb#L50
authenticated download with provider ruby with password 'pass word with spaces' 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
|
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/authentication_spec.rb#L39
authenticated download with provider ruby with password 'pass word with spaces' applies idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125009696.mpXN1b.pp
Last 10 lines of output were:
URL: http://httpbin.org/basic-auth/user/pass%20word%20with%20spaces
Content:
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
</body>
</html>
�[mNotice: Applied catalog in 0.73 seconds
|
|
Puppet / Test suite
Process completed with exit code 1.
|