-
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-6572 engine: Use CDEBUG to silence shutdown warnings. #4859
Conversation
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4859/1/execution/node/72/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4859/1/execution/node/390/log |
Test stage Build RPM on CentOS 7 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4859/1/execution/node/393/log |
Silence errors at shutdown. Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
4188e7a
to
757905c
Compare
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.
Parallel-build: true 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:373:
(pylint-redefined-outer-name) Redefining name 'pid' from outer scope (line 356)
src/tests/ftest/cart/util/cart_logtest.py:438:
(pylint-chained-comparison) Simplify chained comparison between the operands
Test stage NLT completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4859/3/execution/node/879/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.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-4859/4/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
FYI: Errors found in lines not modified in the patch:
src/tests/ftest/cart/util/cart_logparse.py:52:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:56:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:131:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:580:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:633:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logtest.py:373:
(pylint-redefined-outer-name) Redefining name 'pid' from outer scope (line 356)
src/tests/ftest/cart/util/cart_logtest.py:439:
(pylint-chained-comparison) Simplify chained comparison between the operands
@@ -417,6 +418,9 @@ def _check_pid_from_log_file(self, | |||
except AttributeError: | |||
pass | |||
if abort_on_warning: | |||
if not server_shutdown and \ | |||
line.fac != 'external' and line.function == 'server_fini': | |||
server_shutdown = True |
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.
(pylint-bad-indentation) Bad indentation. Found 24 spaces, expected 20
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4859/4/execution/node/72/log |
Parallel-build: true Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
64a75c6
to
2be3918
Compare
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_logparse.py:52:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:56:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:131:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:580:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:633:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logtest.py:373:
(pylint-redefined-outer-name) Redefining name 'pid' from outer scope (line 356)
src/tests/ftest/cart/util/cart_logtest.py:439:
(pylint-chained-comparison) Simplify chained comparison between the operands
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_logparse.py:52:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:56:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:131:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:580:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:633:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
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-4859/6/execution/node/1207/log |
Test stage Functional_Hardware_Small completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4859/6/execution/node/1233/log |
Test stage Functional_Hardware_Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4859/6/execution/node/1325/log |
Test stage Functional_Hardware_Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4859/6/execution/node/1397/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.
LGTM. No errors found by checkpatch.
FYI: Errors found in lines not modified in the patch:
src/tests/ftest/cart/util/cart_logparse.py:52:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:56:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:131:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:580:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:633:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
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-4859/7/execution/node/1142/log |
Parallel-build: true
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_logparse.py:52:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:56:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:131:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:580:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:633:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
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_logparse.py:52:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:56:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:131:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:580:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:633:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
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_logparse.py:52:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:56:
(pylint-unnecessary-pass) Unnecessary pass statement
src/tests/ftest/cart/util/cart_logparse.py:131:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:580:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
src/tests/ftest/cart/util/cart_logparse.py:633:
(pylint-raise-missing-from) Consider explicitly re-raising using the 'from' keyword
Silence errors at shutdown. Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Silence errors at shutdown. Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
No description provided.