-
Notifications
You must be signed in to change notification settings - Fork 50
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
Failed to query access key for v0.6.1 #253
Comments
Is there a specific test on Aurora connector I can take a look at? This error usually comes from the fact that sandbox has no record of the public key being associated with the account. Some common ways this happens is if you do set_secret_key but don't attach the public key to the account via something like account.batch call |
It's absolutely random. Sometimes all tests pass, and sometimes random tests fail. There is code for attaching the pub key for Aurora eth-connector tests util: |
This is super weird: I've ran those tests (both mainnet and testnet profiles) locally on my M1 macbook a few times and they've always passed. Are you sure this isn't an issue with something on the instance the tests are being ran on? Is this passing all the time locally for you guys? I did have to change the path of Also consider upping workspaces to 0.7.0. There's error message improvements which might give more details about this issue. |
I never received that error locally. All tests passed successfully. Also M1 chip. Also sometimes it passed with Github CI: But sometimes it didn't. And it's related to Github CI. Specially extended errors for that. The issue was discovered here: https://github.com/aurora-is-near/aurora-eth-connector/blob/feat/use-near-standard-nep141-implementation/eth-connector-tests/src/utils.rs#L87 And again, it's related to Github CI. Locally it always works fine. Unfortunately, we have approved PR: Near-One/aurora-eth-connector#2 That's actions CI: https://github.com/aurora-is-near/aurora-eth-connector/actions Multiple times re-run CI, multiple times different, and randomized errors. Pretty strange. But without Github CI pass we can't merge critical PR. |
Sorry, also answered here to #255. Pretty similar problem - random errors related to workspace.rs |
@ChaoticTempest But what is exactly? Do not have even ideas. |
In github actions have got errors:
When I tried re-run, it appeared for another test. Some random error.
Example output:
https://github.com/aurora-is-near/aurora-eth-connector/actions/runs/3653185111/jobs/6172860110
The text was updated successfully, but these errors were encountered: