Closed cabrador closed 1 month ago
This PR changes the way Aida gathers and report errors with --continue-on-failure enabled.
--continue-on-failure
ErrorLogger now logs all gather errors using Errorf method with this format: #number: error.
ErrorLogger
Errorf
#number: error
After that it returns run failed as an error to make the run fail. This improves the readability of each error and avoids duplicate logging.
run failed
Example:
Description
This PR changes the way Aida gathers and report errors with
--continue-on-failure
enabled.ErrorLogger
now logs all gather errors usingErrorf
method with this format:#number: error
.After that it returns
run failed
as an error to make the run fail. This improves the readability of each error and avoids duplicate logging.Example:
Type of change