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
When supporting the long time testing or running with a large scale txNumber, Caliper appears the below two phenomena:
The transactions sent by the clients are unable to be handled immediately by the back-end systems. Caliper will return the transactions' status success or fail until all of the transactions are generated and submitted to the corresponding back-end's system.
Since so many transactions are not handled immediately, the time-out errors appear frequently.
These phenomena might be caused by the clients' performance. Because when we test with the high performance CPU, they will disappear.
Expected Behavior
After sending the few transactions, the clients should handle the transactions and generate the new workloads simultaneously ;
Time-out errors should not appear in the long time test or large scale transactions' test.
Possible Fix
Try to let the client stop sending the transactions and make the cpu be able to interact with the back-end system;
add a new mode (eg. submitting the transactions' file to the back-end system ) to support the long time test or large scale transactions' test.
Context
When supporting the long time testing or running with a large scale txNumber, Caliper appears the below two phenomena:
These phenomena might be caused by the clients' performance. Because when we test with the high performance CPU, they will disappear.
Expected Behavior
Possible Fix
Exist Issues
#110
The text was updated successfully, but these errors were encountered: