bluesky-social / indigo

Go source code for Bluesky's atproto services.
https://atproto.com
Apache License 2.0
660 stars 99 forks source link

in postgres use optimized where in query #681

Closed whyrusleeping closed 1 month ago

whyrusleeping commented 3 months ago

We need to find a good way to run these tests on postgres

bnewbold commented 3 months ago

re: postgresql testing

The atproto repo (typescript) has some helper scripts for setting up a local postgresql during test invocation. It slows things down a little bit, but in go we could tag the tests which need that, and run them as a separate make command (?), and have CI run that and the regular tests together; shouldn't be too bad.

ericvolp12 commented 1 month ago

Merged this since commit c13ab32 is what's actually in prod rn