runhaskell
test failure PostgREST 11.2
#2950
-
There is a testfailure with postgrest 11.2:
I'm not sure what exactly the issue here is, but the tests shouldn't fail anyhow. EnvironmentOS: Arch Linux Description of issueWhen running postgrest 11.2.0 with the following commandline:
There is a test failure with the following error:
The entire file (
Do you have an idea what the reason is or how to fix it? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Can you use Nix to setup a dev environment and run the tests? https://github.com/PostgREST/postgrest/blob/main/nix/README.md That should ensure PGUSER is set. Otherwise try something like: postgrest/nix/tools/withTools.nix Line 95 in 60fe59c That is, set the missing variable with |
Beta Was this translation helpful? Give feedback.
Can you use Nix to setup a dev environment and run the tests? https://github.com/PostgREST/postgrest/blob/main/nix/README.md
That should ensure PGUSER is set.
Otherwise try something like:
postgrest/nix/tools/withTools.nix
Line 95 in 60fe59c
That is, set the missing variable with
-v PGUSER=".."
.