mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
My migration test are failing #371
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sschmaljohann on GitHub (Aug 9, 2021).
Hi,
I am trying to test my migration chain, but I keep getting an error.
This is my test:
And this is the error I'm getting:
Is there anything obvious I'm doing wrong?
@sschmaljohann commented on GitHub (Aug 13, 2021):
Ok, I solved the issue(s) I had.
First I needed to do the migration asynchronously, so instead of
try v1_0_1.addStorageAndWait(testStore), I needed to do this:Secondly, I realised, I needed to run this part of the test on the main queue, so the final working test was this: