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
Caliper has many capabilities and unit tests aren't going to cover testing these capabilities. For example testing the behaviour of different rate controllers. If we add a dummy connector into caliper this affords us a lot of options as well as not having to have a real blockchain environment to test out caliper capabilities. We could then have integration/end to end tests that use this dummy connector to test the various aspects of caliper-cli and caliper-core as well as reduce the builld times when not testing connectors specifically.
this dummy connector could also be configured to vary it's response times either deterministically or randomly.
The text was updated successfully, but these errors were encountered:
davidkel
changed the title
Add a dummy connector to facilitate testing of caliper (also useful for build automation)
Integration tests: Add a dummy connector to facilitate testing of caliper (also useful for local testing)
Oct 14, 2024
Caliper has many capabilities and unit tests aren't going to cover testing these capabilities. For example testing the behaviour of different rate controllers. If we add a dummy connector into caliper this affords us a lot of options as well as not having to have a real blockchain environment to test out caliper capabilities. We could then have integration/end to end tests that use this dummy connector to test the various aspects of caliper-cli and caliper-core as well as reduce the builld times when not testing connectors specifically.
this dummy connector could also be configured to vary it's response times either deterministically or randomly.
The text was updated successfully, but these errors were encountered: