Fixes #37325 - make postgres the container gateway default DB #1532
Annotations
3 errors
Run tests:
spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L34
foreman_proxy::plugin::container_gateway on redhat-8-x86_64 with overwritten postgres parameters 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: ***test.example.com:5432/container_gat...pulp_endpoint: https://test.example.com", ":sqlite_db_path: /dev/null.db", ":sqlite_timeout: 12345"]
actual collection contained: ["---", ":db_connection_string: ***test.example.com:5432/container_gat...ay", ":enabled: https", ":pulp_endpoint: https://test.example.com", ":sqlite_db_path: /dev/null.db"]
the missing elements were: [":sqlite_timeout: 12345"]
|
Run tests:
spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L34
foreman_proxy::plugin::container_gateway on debian-11-x86_64 with overwritten postgres parameters 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: ***test.example.com:5432/container_gat...pulp_endpoint: https://test.example.com", ":sqlite_db_path: /dev/null.db", ":sqlite_timeout: 12345"]
actual collection contained: ["---", ":db_connection_string: ***test.example.com:5432/container_gat...ay", ":enabled: https", ":pulp_endpoint: https://test.example.com", ":sqlite_db_path: /dev/null.db"]
the missing elements were: [":sqlite_timeout: 12345"]
|
Run tests
Process completed with exit code 1.
|
Loading