hardhat arbitrum inconsistent test results #5010
Unanswered
mattador1
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
Hello @mattador1, can we confirm, are you seeing inconsistent test results since you updated to the latest version of Hardhat (so anything after |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, do not know what this could be, basically I have mocha tests and testing it with forked arbitrum with alchemy as provider.
Problem is that tests do not provide me consistent results. If I have many sections "describe" and running one after another I get sometimes faulty tests. What helps is to do npx hardhat clean, isolate faulty "describe" section and run only that describe section. Then it passes. Really strange I must say that before each describe section I do hardhat reset. So always are same conditions. But if there are multiple describe sections one after another and even before each hardhat reset is done, inconsistent results occur. I did not find those problem when forking mainnet. Do you guys know what could be. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions