hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Tests are flaky and in some cases polling for the result would be helpful.
Problem
Tests are flaky for various reasons. Varying gas costs during the business day on testnet, lag between a transaction execution on the consensus node and that transactions availability in the mirror node, environment(previewnet vs testnet) and other reasons. This costs time, esp. during the release process.
Solution
Implement a series of fixes to stabilize the tests.
- [x] #1919
- [x] #2013
- [x] #2006
- [x] #2010
- [x] #2011
- [x] #2015
- [ ] #2029
- [ ] #2037
- [ ] #2045
- [x] #2065
- [ ] #2073
Alternatives
No response