-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
define common TxStatus Class #122
Conversation
Hi @nklincoln @stinger112 @Ram-srini , please help to review this PR to check if your adapters (composer, iroha, sawtooth) have been modified correctly and can run with no error. Thanks 😀 |
And I'll try to modify the result processing base on this PR to reduce client memory consumption for better long time test supporting. |
Hi @haojun, The current while loop within The required change for test completion (inclusive of changes in this PR) is:
|
Although the Fabric query API is hardcoded right now, in the |
By #66 a 'submitCallback' is injected into the output of getcontext() to count the actual tx submitting(see from https://github.com/hyperledger/caliper/blob/6131f4fca8881d9bb2f3a0fdc829b7df7036659e/src/comm/client/local-client.js#L165). Sorry I forgot to change composer accordingly, and I think that's the real cause of the composer test failure. Can you check and help to fix it? Thanks. |
@haojun, ok - thanks... in which case the 'quick fix' there is to modify
This is likely to have emerged due to the bad naming convention used in the composer plug, which does not retain the |
@nklincoln done |
Signed-off-by: Haojun Zhou <[email protected]>
Signed-off-by: Haojun Zhou <[email protected]>
Signed-off-by: Haojun Zhou <[email protected]>
Signed-off-by: Haojun Zhou <[email protected]>
Signed-off-by: Haojun Zhou <[email protected]>
Checked with Sawtooth and Iroha |
thanks @nklincoln |
…ad-modules Update benchmark workload modules to v0.4.0
This PR is related to #119 and #110
Signed-off-by: Haojun Zhou [email protected]