supabase / postgres

Unmodified Postgres with some useful plugins
https://supabase.com
PostgreSQL License
1.34k stars 135 forks source link

Intermittent (but frequent) failure when running `nix flake check -L` #1092

Open olirice opened 1 month ago

olirice commented 1 month ago

Bug report

nix flake check -L

Raises the following error about 70% of the time when running reapeatedly

Screenshot 2024-08-06 at 10 00 29 AM
samrose commented 3 weeks ago

I am looking into this, but also breaking out the tests that nix flake check runs into "flake apps" that can just be run outside of the https://nix.dev/manual/nix/2.24/command-ref/new-cli/nix3-flake-check context

We can still use nix flake check in CI, and it can run the same tests optimally