This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Improve logging and error handling#46
Merged
joao-paulo-parity merged 4 commits intomasterfrom Jul 7, 2021
Merged
Conversation
Contributor
Author
|
We have evidence of it working on Substrate: paritytech/substrate#9286 (comment) I've also demoed the branch benchmarks in joao-paulo-parity/substrate#1 (comment) This much is reasonable at the moment for the lack of a proper test suite or static code analysis. Merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: "Draft" while I wait for some ongoing benchmarks to finish before redeploying the bot
Problem
The bot was spotted failing silently recently e.g. in
paritytech/substrate#9018
where it would start the command but never give an actual response of what happened after.
Looking at the logs I see some unknown failures:
Details
Also sometimes shelljs fails
Details
And also a bug introduced by #42
Details
Solution
In this PR we aim to improve error reporting and logging throughout the code while also trying to make it more concise.
Regarding the above library errors, we'll try to counteract by upgrading all third-party dependencies and favoring native Node.js libraries over them where applicable.