fdb-document-layer icon indicating copy to clipboard operation
fdb-document-layer copied to clipboard

Add version upgrade tests

Open apkar opened this issue 5 years ago • 1 comments

We have no upgrade tests now. Without them, it's hard to make sure we are not making any unintentional on-disk format changes or behavior changes.

This should be a bit easier to do once we have PyTest fully integrated, then we can fixtures to start old version Doc Layer instances and write tests against it.

apkar avatar Mar 14 '19 20:03 apkar

I made an upgrade test, which needs a few manual steps to run it. Once we have PyTest fixtures to start Doc Layer for tests, it would be better. This test is good enough for 1.7.0. Moving this to 1.8.0 for PyTest automation.

apkar avatar Apr 08 '19 21:04 apkar