-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration tests are missing something #332
Comments
Even though #333 allows to proceed with update, we better investigate it at the testing system level, why does it work this way? |
what do u expect? Test checks that with existing ballots neofs-contract/container/migration_test.go Lines 95 to 98 in 8df64fe
I changed check to
|
I'll add ballot age check to all tests. |
I had expected at least a single complete successful run for mainnet. It probably doesn't worth the trouble now, this code will never be executed again. |
We've got a number of
YmFsbG90cw==
("ballots") storage entries inmainnet-3309907-storage.csv
which means that migration should fail like this:However this doesn't happen in migration tests.
The text was updated successfully, but these errors were encountered: