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
These bugs is escape from unit test, because in the business logic, it should invoke multiple APIs. However unit test only test single method, missing their interactions.
To prevent this root cause of bug. All exported RPC and protocols should be tested in E2E cases.
Motivation and background
In previous two PRs, the code have serious bug. Although their unit tests are very covered well.
These bugs is escape from unit test, because in the business logic, it should invoke multiple APIs. However unit test only test single method, missing their interactions.
To prevent this root cause of bug. All exported RPC and protocols should be tested in E2E cases.
Tasks
The text was updated successfully, but these errors were encountered: