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
This looks like a bug in the RecordRate implementation, specifically this line in the constructor
this.rateController = new RateControl(testMessage, stats, workerIndex,);
It's passing back the original test message where as it should be creating a new TestMessage instance based on this.options.rateController
Unfortunately that means currently in 0.4.2 the record rate controller is not usable
Addresses the record rate controller as it doesn't work and causes a
node stack overflow
closeshyperledger-caliper#1131
Signed-off-by: D <d_kelsey@uk.ibm.com>
Try to use record-rate in Caliper v0.4.2 testing fabric, but get errors.
Context
I wrote the config according to the samples in doc, but it doesn't work. I'm testing fabric using caliperv0.4.2
Actual Behavior
I get errors:
Possible Fix
Would you please update the part of doc? How to use record-rate and replay-rate in v0.4.2.
Steps to Reproduce
2.run caliper
npx caliper launch manager --caliper-workspace ./ --caliper-networkconfig ./networks/networkConfig.yaml --caliper-benchconfig ./benchmarks/benchmarkconfig.yaml --caliper-flow-only-test --caliper-fabric-gateway-enabled
3.get error:
Your Environment
The text was updated successfully, but these errors were encountered: