Skip to content

Database cleanup between tests

Matthias Larisch requested to merge database-cleanup into master

Closes issues0#280

What does this MR do?

This MR dumps the database including truncate statements after migration/population, so a dump file exists that can be used to truncate and repopulate the database between all acceptance tests.

How confident are you it won't break things if deployed?

Test only :-)

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Nick Sellen

Merge request reports