-
Notifications
You must be signed in to change notification settings - Fork 449
check relevant error returns #2818
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
Conversation
d627aca
to
b6d0ff4
Compare
3a8ad9a
to
63f8b80
Compare
I would like to review this before merge |
63f8b80
to
54d9f79
Compare
This comment was marked as spam.
This comment was marked as spam.
d8437fd
to
1b95b4d
Compare
@yanivagman rebased and ready for review. |
Introduce `make check-err` rule and fix doc renaming `make code-check` to `make check-code`.
1b95b4d
to
6421448
Compare
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
[ERROR] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small clarification question, otherwise LGTM
@geyslan make sure to run E2E tests BEFORE merging this one as the error handling, despite being correct, might introduce issues here and there (despite also the fact that in most cases you're just logging, which should be fine). |
This hasn't been merged yet as I'm not getting e2e tests to verify this PR. Check out run 685 and comments I put on its result. |
1. Explain what the PR does
Fix: #2477
commit 6421448
commit f511c82
commit 2bf32fc
2. Explain how to test it
make test-unit
sudo make test-integration
3. Other comments
Context:
Part of effort: