Files
netbird/management/server/store
mlsmaycon 902943f167 [management] Close the cloned test store when seeding it fails
The Postgres and MySQL test constructors opened the store and then
returned an error from SaveInstallationID or SaveAccount without
closing it, leaking the connection and the pgx pool. Both now share one
seeding helper and release the store on that path.
2026-09-12 12:36:21 +00:00
..