go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.25k stars 5.5k forks source link

Sqlite supports memory database for test purpose #32610

Open lunny opened 13 hours ago

lunny commented 13 hours ago

To make tests run faster, allow sqlite's PATH as a :memory: which means run sqlite memory-only. The data will disappear when Gitea or Gitea test exit.