-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Wallet sanity test is failing intermittently #1560
Comments
I'm not certain this is the same issue because it doesn't produce the panic, but here is a PR CI with a wallet-sanity failure: https://buildkite.com/solana-labs/solana/builds/4205#016f1ca7-1909-48ac-a211-80c6b6c2ea4b Here's another: https://buildkite.com/solana-labs/solana/builds/4258#be3becfa-c125-4bf1-a18e-7fcb9562de3b @jackcmay , please share here if you have any others to hand. |
@pgarg66 , do you have the panic message from before the stack trace? |
Most likely it's the same. It was complaining about ':' being the extra character in the command. |
Hmm, I don't see any obvious ways wallet-sanity would pick up an errant ':' |
I've not seen this in a while, if another occurrence is not reported this week the issue can be closed. |
👍 |
Not observed recently in CI |
* stake-pool: Separate manager from owner * Add manager pubkey to stake pool * Differentiate manager functions from owner functions * Include a `set_manager` function to be used by the owner * Change the term `owner` to `authority` in the CLI for clarity * Rename manager -> staker and owner -> manager * Split staker, manager, and token owner in CLI * "Do not disturb the boss"
Wallet sanity fails intermittently on testnet with the following stack trace:
The text was updated successfully, but these errors were encountered: