-
Notifications
You must be signed in to change notification settings - Fork 306
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
DAOS-6926 logging: Do not check for facility used in alloc/free. #4839
Conversation
The cost of keeping the whitelist up to date is greater than the benefit from having the check so simply remove it. Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
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.
LGTM. No errors found by checkpatch.
FYI: Errors found in lines not modified in the patch:
src/tests/ftest/cart/util/cart_logtest.py:332:
(pylint-redefined-outer-name) Redefining name 'pid' from outer scope (line 315)
src/tests/ftest/cart/util/cart_logtest.py:394:
(pylint-chained-comparison) Simplify chained comparison between the operands
Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
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.
LGTM. No errors found by checkpatch.
Test stage Scan CentOS 7 RPMs completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4839/2/execution/node/1151/log |
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.
Looks reasonable to me. Thanks.
Only test failures are the three pool-create tests and the rpm scan. |
The cost of keeping the whitelist up to date is greater than the benefit from having the check so simply remove it. Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
…) (#5030) The cost of keeping the whitelist up to date is greater than the benefit from having the check so simply remove it. Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
The cost of keeping the whitelist up to date is greater than the benefit
from having the check so simply remove it.
Signed-off-by: Ashley Pittman ashley.m.pittman@intel.com