Fixes #37325 - make postgres the container gateway default DB #1539
ci.yml
on: pull_request
Puppet
/
Static validations
13s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
6 errors
Puppet / 8 (Ruby 3.2):
spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L11
foreman_proxy::plugin::container_gateway on debian-11-x86_64 with default settings container_gateway.yml should contain the correct configuration
Failure/Error: expect(get_content(subject, title)).to match_array(expected_lines)
expected collection contained: ["---", ":db_connection_string: ***:/container_gateway", ":enabled: https", ":...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
actual collection contained: ["---", ":db_connection_string: postgres://:@:/container_gateway", ":enabled: https", ":pulp_endpoint...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
the missing elements were: [":db_connection_string: ***:/container_gateway"]
the extra elements were: [":db_connection_string: postgres://:@:/container_gateway"]
|
Puppet / 8 (Ruby 3.2):
spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L11
foreman_proxy::plugin::container_gateway on redhat-8-x86_64 with default settings container_gateway.yml should contain the correct configuration
Failure/Error: expect(get_content(subject, title)).to match_array(expected_lines)
expected collection contained: ["---", ":db_connection_string: ***:/container_gateway", ":enabled: https", ":...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
actual collection contained: ["---", ":db_connection_string: postgres://:@:/container_gateway", ":enabled: https", ":pulp_endpoint...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
the missing elements were: [":db_connection_string: ***:/container_gateway"]
the extra elements were: [":db_connection_string: postgres://:@:/container_gateway"]
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L11
foreman_proxy::plugin::container_gateway on debian-11-x86_64 with default settings container_gateway.yml should contain the correct configuration
Failure/Error: expect(get_content(subject, title)).to match_array(expected_lines)
expected collection contained: ["---", ":db_connection_string: ***:/container_gateway", ":enabled: https", ":...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
actual collection contained: ["---", ":db_connection_string: postgres://:@:/container_gateway", ":enabled: https", ":pulp_endpoint...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
the missing elements were: [":db_connection_string: ***:/container_gateway"]
the extra elements were: [":db_connection_string: postgres://:@:/container_gateway"]
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L11
foreman_proxy::plugin::container_gateway on redhat-8-x86_64 with default settings container_gateway.yml should contain the correct configuration
Failure/Error: expect(get_content(subject, title)).to match_array(expected_lines)
expected collection contained: ["---", ":db_connection_string: ***:/container_gateway", ":enabled: https", ":...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
actual collection contained: ["---", ":db_connection_string: postgres://:@:/container_gateway", ":enabled: https", ":pulp_endpoint...ttps://foo.example.com", ":sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db"]
the missing elements were: [":db_connection_string: ***:/container_gateway"]
the extra elements were: [":db_connection_string: postgres://:@:/container_gateway"]
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|