You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have too many flaky integration test runs due to different reasons:
SDK multicall problems,
dRPC logs handling issues,
Network issues
Many tests are currently skipped. This ticket is about un-skipping them and making them much more reliable. Flaky errors should be a very unfrequent exception.
Alternative:
If we cannot fix them cause we cannot control the root causes, better to move them to another non-blocking test suite as they bring value when working locally (for example with handler refactors).
The text was updated successfully, but these errors were encountered:
We have too many flaky integration test runs due to different reasons:
Many tests are currently skipped. This ticket is about un-skipping them and making them much more reliable. Flaky errors should be a very unfrequent exception.
Alternative:
If we cannot fix them cause we cannot control the root causes, better to move them to another non-blocking test suite as they bring value when working locally (for example with handler refactors).
The text was updated successfully, but these errors were encountered: