-
Notifications
You must be signed in to change notification settings - Fork 406
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
Fix #536 Update error messages for 'caliper-core' package #1362
Conversation
0xt3j4s
commented
May 31, 2022
- Partially fixes # 536. (Intentionally not linked this PR to the issue because as of now it only partially fixes it)
- The error messages are clear and consistent.
- All the error messages i.e. at debug level, error level, and info level are checked and updated.
Signed-off-by: Tezas-6174 <[email protected]>
Signed-off-by: Tezas-6174 <[email protected]>
Signed-off-by: Tezas-6174 <[email protected]>
Signed-off-by: Tejas <[email protected]>
The build shows 5 test failures
from the build output (but you will also get the failures if you run the tests locally, ie The above tells you the failing line for each of the tests
These tests are failing because they are looking for the exact error message which has now been changed by the PR so the tests need to be updated It's highly recommended that you ensure the builds pass (both unit and integration) on your machine first before submitting a PR, but you need to ensure your PR passes the build otherwise a maintainer is likely to ignore it until it is fixed. |
Yes but I am unable to run the tests locally, as it gives an error as follows:
I had talked to @aklenik about this, and then also updated the node version; still, it is not working as expected. |
Signed-off-by: Tezas-6174 <[email protected]>
@Tezas-6174 The build still shows an error:
|
closing as stale now |