You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once can see that the tests are not taking the raw db data prior to the backup and testing that the restore infact restored the data in the db. The test is only confirming that the application comes back up in a working state.
To fix this:
Just before the backup is executed, dump the database table to file, take a md5sum check of the file
backup, delete, restore app
After the app is restored, again dump the database table to file, compare the restored md5sum to the md5sum prior to the backup.