0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test
Daniel Lockyer 4673bd05fc
Destroyed connection before restoring DB file
no issue

- we've seen some instances of SQLite saying "database disk image is malformed"
- I think this happens because we copy the file whilst we are still connected to
  the old DB
- this commit destroys the connection before copying the clean file to the live
  DB file
2021-12-07 08:23:51 +00:00
..
e2e-api Moved locale testing out of casper fixture (#13850) 2021-12-06 15:11:54 +00:00
e2e-frontend Removed unused sinon referece 2021-11-30 20:14:51 +13:00
e2e-server Fixed ETag header for admin templates not changing between versions (#13680) 2021-10-22 14:25:58 +01:00
integration Removed unnecessary rewire call 2021-11-22 14:53:16 +04:00
regression Cleaned up mock-express tests from unnecessary inits 2021-12-06 21:28:53 +13:00
unit Moved locale testing out of casper fixture (#13850) 2021-12-06 15:11:54 +00:00
utils Destroyed connection before restoring DB file 2021-12-07 08:23:51 +00:00
.eslintignore
.eslintrc.js Upgraded no-skipped-test rule to error 2021-05-26 14:57:43 +01:00
.jshintrc