-
Notifications
You must be signed in to change notification settings - Fork 42
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: improve error handling #1884
Comments
I don't believe that it's related to allure, if we don't use allure reporting we get a similar generic error without no stack trace. |
I referred to #1612. Let's see if after that this issue is resolved Any steps to repro this kind of errors to verify @fbarbu15 , @danisharora099 ? |
Moving to TODO for now. |
@weboko What is the acceptance criteria? |
I was looking into this problem and noticed it happens when something throws outside of Resolving this tasks as it is not actionable for now but let's keep an eye on failures in our CI and improve handling in case we observe problems. cc @waku-org/js-waku-developers |
This is a bug report
Problem
For our tests suite, we sometimes get vague generic errors from Allure that don't convey any directed information about the origin of the error such as:
Proposed Solutions
Ensure we have access to stack trace
Notes
Ref: https://github.com/waku-org/js-waku/actions/runs/8110738684/job/22168594550?pr=1876
cc @fbarbu15
The text was updated successfully, but these errors were encountered: