Skip to content
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

accounts::tests::test_migrate_account fails due to "auto_vacuum" #4049

Closed
link2xt opened this issue Feb 17, 2023 · 2 comments
Closed

accounts::tests::test_migrate_account fails due to "auto_vacuum" #4049

link2xt opened this issue Feb 17, 2023 · 2 comments
Labels
blocker bug Something is not working

Comments

@link2xt
Copy link
Collaborator

link2xt commented Feb 17, 2023

Since commit 7d2cca8 running

while cargo test migrate -- --nocapture; do :; done

results in errors such as

running 1 test
thread 'accounts::tests::test_migrate_account' panicked at 'called `Option::unwrap()` on a `None` value', src/accounts.rs:624:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
test accounts::tests::test_migrate_account ... FAILED

failures:

failures:
    accounts::tests::test_migrate_account

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 646 filtered out; finished in 0.46s
@r10s
Copy link
Member

r10s commented Feb 17, 2023

i can confirm that. moreover, cargo test is much slower, >1 minute instead of <10 seconds on my machine, maybe related, i filed #4051 for that.

@link2xt
Copy link
Collaborator Author

link2xt commented Feb 19, 2023

Fixed by #4053

@link2xt link2xt closed this as completed Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Something is not working
Projects
None yet
Development

No branches or pull requests

2 participants