-
Notifications
You must be signed in to change notification settings - Fork 909
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
Repair BPF loader test (and implementation?) after https://github.com/solana-labs/solana/pull/31462 #1308
Comments
I tried to assign this to you @pgarg66, but I guess you're not part of this repo or something. |
Fixed by this solana-labs/solana#31792 |
…and those changes were made in #1309 🎉 |
Because there has been no activity on this issue for 7 days since it was closed, it has been automatically locked. Please open a new issue if it requires a follow up. |
Overview
The BPF loader tests started to fail after solana-labs/solana#31462.
Steps to reproduce
First, compile and start a test validator.
Then on the same machine, run the web3.js tests.
For faster feedback, open
packages/library-legacy/test/bpf-loader.test.ts
and change the firstdescribe
todescribe.only
.Description of bug
BPF loader tests fail.
The validator throws here:
https://github.com/solana-labs/solana/blob/f52ded35f4e332568dd214bb777d2e1a845df2d7/runtime/src/accounts.rs#L298-L300
The text was updated successfully, but these errors were encountered: