graphql-engine/server
Samir Talwar b8d7c6039b Use a test PostgreSQL image based on Debian, not Alpine.
Alpine is often slower than Debian (because musl is sometimes slower than glibc) and not how anyone actually deploys PostgreSQL in production.

Most notably, some floating-point computations result in slightly different values, and Debian ships with better support for different locales so sorting text (e.g. with `ORDER BY`) behaves differently.

Let's test against an environment that people are likely to actually use.

As a result, there are slight changes to the results of PostGIS computations in a couple of test cases.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10942
GitOrigin-RevId: 4caed19def23a372fc3930c409514b1c9b385026
2024-07-19 08:18:01 +00:00
..
benchmarks server/benchmarks: try to remove some possible sources of non-determi… 2023-11-13 18:11:15 +00:00
documentation chore(server): delete MySQL native backend 2023-05-05 10:32:56 +00:00
forks/hedis Jberryman/ghc 9.6.4 2024-01-23 19:47:53 +00:00
lib Use a test PostgreSQL image based on Debian, not Alpine. 2024-07-19 08:18:01 +00:00
src-emit-metadata-openapi harmonize network manager handling 2023-02-22 15:55:54 +00:00
src-exec server: Avoid partial fields wherever possible. 2023-07-28 10:54:24 +00:00
src-lib Postgres: Quote custom scalar types in SQL 2024-07-05 12:22:49 +00:00
src-rsr ci: catalog update v2.41.0 2024-07-10 10:48:55 +00:00
src-test add a flag to disable native query validation 2024-06-21 11:49:40 +00:00
test-manual Remove the version from Docker Compose files. 2024-07-17 13:49:05 +00:00
test-mssql server: Avoid partial fields wherever possible. 2023-07-28 10:54:24 +00:00
test-postgres add a flag to disable native query validation 2024-06-21 11:49:40 +00:00
tests-py Use a test PostgreSQL image based on Debian, not Alpine. 2024-07-19 08:18:01 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore server: Clean up Cabal project files 2022-04-07 07:16:12 +00:00
.ormolu Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
COMPILING-ON-MACOS.md Upgrade cabal version used in CI server-build 2023-06-08 08:32:15 +00:00
CONTRIBUTING.md Specify the GHC version in one place. 2023-11-22 09:33:37 +00:00
graphql-engine.cabal server: don't use 'auto-update' for log timestamp cache/refresh 2024-02-06 22:07:58 +00:00
Makefile ci: misc. cleanup, naming 2022-01-03 06:26:39 +00:00
STYLE.md Nix: Use nixpkgs-fmt to format everything. 2022-06-20 13:02:45 +00:00
testing-guidelines.md Extract the test harness from the Hspec tests 2022-10-04 08:31:26 +00:00
troubleshooting.md Create troubleshooting.md 2022-05-30 09:18:44 +00:00
VERSIONS.json Upgrade GHC to v9.6.5. 2024-05-30 09:38:45 +00:00