Skip to content
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

add test for caliper-engine module #1638

Conversation

tunedev
Copy link
Contributor

@tunedev tunedev commented Oct 8, 2024

Checklist

  • A link to the issue/user story that the pull request relates to
  • How to recreate the problem without the fix
  • Design of the fix
  • How to prove that the fix works
  • Automated tests that prove the fix keeps on working
  • Documentation - any JSDoc, website, or Stackoverflow answers?

Issue/User story

Closes #1637

Steps to Reproduce

Existing issues

Design of the fix

Validation of the fix

Automated Tests

What documentation has been provided for this pull request

@tunedev tunedev requested a review from a team October 8, 2024 15:43
@tunedev tunedev force-pushed the add-test-to-manager-caliper-engine-module branch from 05f794e to bf0217f Compare October 8, 2024 15:48
Copy link
Contributor

@davidkel davidkel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few tweaks required

packages/caliper-core/test/manager/caliper-engine.js Outdated Show resolved Hide resolved
packages/caliper-core/test/manager/caliper-engine.js Outdated Show resolved Hide resolved
packages/caliper-core/test/manager/caliper-engine.js Outdated Show resolved Hide resolved
packages/caliper-core/test/manager/caliper-engine.js Outdated Show resolved Hide resolved
Signed-off-by: Babatunde Sanusi <swisskid95@gmail.com>
@tunedev tunedev force-pushed the add-test-to-manager-caliper-engine-module branch from bf0217f to 4dd0f33 Compare October 16, 2024 11:40
@tunedev tunedev requested a review from davidkel October 16, 2024 12:34
Copy link
Contributor

@davidkel davidkel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still don't like text such as should handle errors as we should describe exactly how it handles errors. I want to be able to read this and know what I expect the code to be doing and where possible that test to validate it. However given the time left I think we should look to fix these descriptions in the implementation PR. So going to approve this PR

@davidkel davidkel merged commit ade355f into hyperledger-caliper:main Nov 6, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test to the caliper-engine module
2 participants