p2panda / aquadoggo

Node for the p2panda network handling validation, storage, aggregation and replication
GNU Affero General Public License v3.0
69 stars 5 forks source link

Generate a random name for in-memory database and set cache to shared by default #595

Closed adzialocha closed 9 months ago

adzialocha commented 9 months ago

This is a fix around an issue with SQLite / sqlx https://github.com/launchbadge/sqlx/issues/2510 which corrupts our in-memory databases sometimes.

Closes https://github.com/p2panda/aquadoggo/issues/568

📋 Checklist

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (efe445c) 92.75% compared to head (a27d312) 92.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #595 +/- ## ======================================= Coverage 92.75% 92.76% ======================================= Files 106 106 Lines 18558 18558 ======================================= + Hits 17214 17215 +1 + Misses 1344 1343 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.