sebastianliebscher opened a new issue, #24149: URL: https://github.com/apache/superset/issues/24149
All PostgreSQL CI jobs use the **alpine** variant while the dev and non-dev docker services use the "normal" Postgres version. This can potentially lead to issues like: https://github.com/docker-library/postgres/issues/327 Both environments should use the same version. I'd choose the alpine variant, but I am not sure if this would be user-friendly. ### Expected results The same environment in test as the one in docker-compose. ### Actual results Test environment differs from docker-compose. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
