-
Notifications
You must be signed in to change notification settings - Fork 305
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-6338 SWLC: Change DAOS license text #4 #4350
Conversation
For these directoriesi and their sub_dirs: daos/src/bio daos/src/cart daos/src/client daos/src/common daos/src/container Skip-build: true Skip-test: true Change-Id: I319a445c69a540266d953d4eaa5f06ffcda6323a Signed-off-by: Hua Kuang <hua.kuang@intel.com>
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4350/1/execution/node/66/log |
Update Copyright dates for .py files Skip-build: true Skip-test: true Change-Id: Icaf205472aef993a970fee01d705915ab3b65083 Signed-off-by: Hua Kuang <hua.kuang@intel.com>
Re-done license change after updated Copyright dates for .py files. Skip-build: true Skip-test: true Change-Id: I97d26d9041cc836b6951729d9268b9d8850cbb85 Signed-off-by: Hua Kuang <hua.kuang@intel.com>
undo changes to utils/githooks/pre-commit which will be landed by another pr. Skip-build: true Skip-test: true Change-Id: I4ba7bf2bd767f173d9be59aacead4dca2dbbf5bc Signed-off-by: Hua Kuang <hua.kuang@intel.com>
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4350/2/execution/node/66/log |
Test stage Functional on CentOS 7 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-4350/2/display/redirect |
Test stage Functional_Hardware_Small completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-4350/2/display/redirect |
Test stage Functional_Hardware_Medium completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-4350/2/display/redirect |
Test stage Functional_Hardware_Large completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-4350/2/display/redirect |
Skip-build: true Skip-test: true
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4350/3/execution/node/66/log |
Had discussion with Ashley on the Skype channel regarding to the checkpatch issue, it seems like are known intermittent issues: |
I have fixed the file that was causing the problem, and added newer checking so it shouldn't happen again. If you were to update to latest master it should now work correctly. |
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/client/pydaos/raw/conversion.py:10:
(pylint-redefined-outer-name) Redefining name 'uuid' from outer scope (line 13)
src/client/pydaos/raw/conversion.py:19:
(pylint-redefined-outer-name) Redefining name 'c_uuid' from outer scope (line 24)
src/client/pydaos/raw/daos_api.py:1387:
(lint) This should ideally fail.
src/client/pydaos/raw/daos_api.py:1:
(pylint-too-many-lines) Too many lines in module (2267/1000)
src/client/pydaos/raw/daos_api.py:24:
(pylint-no-name-in-module) No name 'pydaos_shim_27' in module 'script'
src/client/pydaos/raw/daos_api.py:26:
(pylint-no-name-in-module) No name 'pydaos_shim_3' in module 'script'
src/client/pydaos/raw/daos_api.py:143:
(pylint-unused-argument) Unused argument 'context'
src/client/pydaos/raw/daos_api.py:636:
(pylint-no-member) Instance of 'Enum' has no 'OC_RP_XSF' member
src/client/pydaos/raw/daos_api.py:1379:
(pylint-no-member) Instance of 'Enum' has no 'DAOS_PROP_CO_LAYOUT_TYPE' member
src/client/pydaos/raw/daos_api.py:1382:
(pylint-no-member) Instance of 'Enum' has no 'DAOS_PROP_CO_LAYOUT_POSIX' member
src/client/pydaos/raw/daos_api.py:1385:
(pylint-no-member) Instance of 'Enum' has no 'DAOS_PROP_CO_LAYOUT_HDF5' member
src/client/pydaos/raw/daos_api.py:1389:
(pylint-no-member) Instance of 'Enum' has no 'DAOS_PROP_CO_LAYOUT_UNKOWN' member
src/client/pydaos/raw/daos_api.py:1394:
(pylint-no-member) Instance of 'Enum' has no 'DAOS_PROP_CO_CSUM' member
src/client/pydaos/raw/daos_api.py:1402:
(pylint-no-member) Instance of 'Enum' has no 'DAOS_PROP_CO_CSUM_SERVER_VERIFY' member
src/client/pydaos/raw/daos_api.py:1409:
(pylint-no-member) Instance of 'Enum' has no 'DAOS_PROP_CO_CSUM_CHUNK_SIZE' member
src/client/pydaos/raw/daos_api.py:1335:
(pylint-too-many-branches) Too many branches (27/25)
src/client/pydaos/raw/daos_api.py:1836:
(pylint-unused-argument) Unused argument 'context'
src/client/pydaos/raw/daos_api.py:1310:
(pylint-too-many-public-methods) Too many public methods (23/20)
src/client/pydaos/raw/daos_api.py:2249:
(pylint-protected-access) Access to a protected member _getframe of a client class
src/client/pydaos/raw/daos_cref.py:23:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:28:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:33:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:88:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:94:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:126:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:131:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:138:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:142:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:147:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:152:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:158:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:162:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:177:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_cref.py:207:
(pylint-unused-variable) Unused variable 'rc'
src/client/pydaos/raw/daos_cref.py:267:
(pylint-undefined-variable) Undefined variable 'anotherEvent'
src/client/pydaos/raw/daos_cref.py:249:
(pylint-unused-variable) Unused variable 'rc'
src/client/pydaos/raw/daos_cref.py:274:
(pylint-missing-docstring) Missing class docstring
src/client/pydaos/raw/daos_io.py:8:
(pylint-import-error) Unable to import 'mpi4py'
src/client/storage_estimator/common/init.py:7:
(pylint-undefined-all-variable) Undefined variable name 'dfs_sb' in all
src/client/storage_estimator/common/init.py:8:
(pylint-undefined-all-variable) Undefined variable name 'explorer' in all
src/client/storage_estimator/common/init.py:9:
(pylint-undefined-all-variable) Undefined variable name 'parse_csv' in all
src/client/storage_estimator/common/init.py:10:
(pylint-undefined-all-variable) Undefined variable name 'vos_size' in all
src/client/storage_estimator/common/init.py:11:
(pylint-undefined-all-variable) Undefined variable name 'vos_structures' in all
src/client/storage_estimator/common/init.py:12:
(pylint-undefined-all-variable) Undefined variable name 'util' in all
src/client/storage_estimator/common/dfs_sb.py:14:
(pylint-line-too-long) Line too long (95/80)
(pylint-import-error) Unable to import 'storage_estimator.vos_structures'
src/client/storage_estimator/common/dfs_sb.py:187:
(pylint-bad-continuation) Wrong hanging indentation (add 4 spaces).
src/client/storage_estimator/common/dfs_sb.py:219:
(pylint-missing-docstring) Missing class docstring
(pylint-too-few-public-methods) Too few public methods (0/2)
src/client/storage_estimator/common/dfs_sb.py:226:
(pylint-missing-docstring) Missing class docstring
(pylint-too-few-public-methods) Too few public methods (0/2)
src/client/storage_estimator/common/dfs_sb.py:230:
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/dfs_sb.py:247:
(pylint-missing-docstring) Missing class docstring
(pylint-too-few-public-methods) Too few public methods (1/2)
src/client/storage_estimator/common/dfs_sb.py:255:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/dfs_sb.py:270:
(pylint-missing-docstring) Missing class docstring
(pylint-too-few-public-methods) Too few public methods (1/2)
src/client/storage_estimator/common/dfs_sb.py:274:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/dfs_sb.py:278:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/dfs_sb.py:305:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/dfs_sb.py:315:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/dfs_sb.py:320:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/dfs_sb.py:328:
(pylint-missing-docstring) Missing function docstring
src/client/storage_estimator/common/dfs_sb.py:340:
(pylint-missing-docstring) Missing function docstring
src/client/storage_estimator/common/dfs_sb.py:359:
(pylint-missing-docstring) Missing function docstring
src/client/storage_estimator/common/dfs_sb.py:369:
(pylint-missing-docstring) Missing function docstring
src/client/storage_estimator/common/dfs_sb.py:379:
(pylint-missing-docstring) Missing function docstring
src/client/storage_estimator/common/dfs_sb.py:8:
(pylint-unused-import) Unused import json
src/client/storage_estimator/common/dfs_sb.py:9:
(pylint-unused-import) Unused import sys
src/client/storage_estimator/common/explorer.py:438:
(lint) Get the D-Key 0 information from the DAOS Array Object
src/client/storage_estimator/common/explorer.py:12:
(pylint-line-too-long) Line too long (127/80)
(pylint-import-error) Unable to import 'storage_estimator.vos_structures'
(pylint-unused-import) Unused Containers imported from storage_estimator.vos_structures
src/client/storage_estimator/common/explorer.py:110:
(pylint-line-too-long) Line too long (101/80)
src/client/storage_estimator/common/explorer.py:123:
(pylint-line-too-long) Line too long (81/80)
src/client/storage_estimator/common/explorer.py:499:
(pylint-line-too-long) Line too long (88/80)
src/client/storage_estimator/common/explorer.py:514:
(pylint-line-too-long) Line too long (82/80)
src/client/storage_estimator/common/explorer.py:563:
(pylint-line-too-long) Line too long (88/80)
src/client/storage_estimator/common/explorer.py:668:
(pylint-superfluous-parens) Unnecessary parens after 'while' keyword
src/client/storage_estimator/common/explorer.py:13:
(pylint-import-error) Unable to import 'storage_estimator.util'
src/client/storage_estimator/common/explorer.py:16:
(pylint-missing-docstring) Missing class docstring
(pylint-too-few-public-methods) Too few public methods (0/2)
src/client/storage_estimator/common/explorer.py:21:
(pylint-missing-docstring) Missing class docstring
(pylint-too-few-public-methods) Too few public methods (1/2)
src/client/storage_estimator/common/explorer.py:26:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:34:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/explorer.py:54:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:58:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:61:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:64:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:67:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:70:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:74:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:78:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:82:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:86:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:92:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:96:
(pylint-protected-access) Access to a protected member _all_ec_stats of a client class
src/client/storage_estimator/common/explorer.py:137:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:56:
(pylint-attribute-defined-outside-init) Attribute '_verbose' defined outside init
src/client/storage_estimator/common/explorer.py:142:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/explorer.py:149:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:153:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:157:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:162:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/explorer.py:174:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:178:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:181:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:184:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:188:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:192:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:197:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:199:
(pylint-protected-access) Access to a protected member _io_size of a client class
src/client/storage_estimator/common/explorer.py:200:
(pylint-protected-access) Access to a protected member _chunk_size of a client class
src/client/storage_estimator/common/explorer.py:201:
(pylint-protected-access) Access to a protected member _dkey0 of a client class
src/client/storage_estimator/common/explorer.py:202:
(pylint-protected-access) Access to a protected member _dfs_inode_akey of a client class
src/client/storage_estimator/common/explorer.py:203:
(pylint-protected-access) Access to a protected member _objects of a client class
src/client/storage_estimator/common/explorer.py:204:
(pylint-protected-access) Access to a protected member _verbose of a client class
(pylint-attribute-defined-outside-init) Attribute '_verbose' defined outside init
src/client/storage_estimator/common/explorer.py:205:
(pylint-protected-access) Access to a protected member _all_ec_stats of a client class
src/client/storage_estimator/common/explorer.py:209:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:212:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:218:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:221:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:239:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:242:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:245:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:249:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:252:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:255:
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/explorer.py:269:
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/explorer.py:360:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:382:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:175:
(pylint-attribute-defined-outside-init) Attribute '_verbose' defined outside init
src/client/storage_estimator/common/explorer.py:413:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/explorer.py:429:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:432:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:435:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:439:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:442:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:447:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:448:
(pylint-unused-variable) Unused variable 'pretty_size'
src/client/storage_estimator/common/explorer.py:483:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:485:
(pylint-protected-access) Access to a protected member _all_ec_stats of a client class
src/client/storage_estimator/common/explorer.py:487:
(pylint-unused-variable) Unused variable 'container'
src/client/storage_estimator/common/explorer.py:502:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/explorer.py:519:
(pylint-unused-variable) Unused variable 'container'
src/client/storage_estimator/common/explorer.py:533:
(pylint-redefined-builtin) Redefining built-in 'object'
src/client/storage_estimator/common/explorer.py:523:
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/explorer.py:625:
(pylint-broad-except) Catching too general exception Exception
src/client/storage_estimator/common/parse_csv.py:77:
(pylint-line-too-long) Line too long (82/80)
src/client/storage_estimator/common/parse_csv.py:10:
(pylint-import-error) Unable to import 'storage_estimator.explorer'
src/client/storage_estimator/common/parse_csv.py:11:
(pylint-import-error) Unable to import 'storage_estimator.dfs_sb'
src/client/storage_estimator/common/parse_csv.py:12:
(pylint-import-error) Unable to import 'storage_estimator.util'
src/client/storage_estimator/common/parse_csv.py:18:
(pylint-missing-docstring) Missing class docstring
(pylint-too-few-public-methods) Too few public methods (1/2)
src/client/storage_estimator/common/parse_csv.py:22:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/parse_csv.py:8:
(pylint-unused-import) Unused import sys
src/client/storage_estimator/common/tests/init.py:6:
(pylint-undefined-all-variable) Undefined variable name 'util' in all
src/client/storage_estimator/common/tests/storage_estimator_test.py:11:
(pylint-line-too-long) Line too long (142/80)
(pylint-import-error) Unable to import 'storage_estimator.vos_structures'
(pylint-unused-import) Unused KeyType imported from storage_estimator.vos_structures
src/client/storage_estimator/common/tests/storage_estimator_test.py:255:
(pylint-line-too-long) Line too long (92/80)
src/client/storage_estimator/common/tests/storage_estimator_test.py:6:
(pylint-import-error) Unable to import 'pytest'
src/client/storage_estimator/common/tests/storage_estimator_test.py:12:
(pylint-import-error) Unable to import 'storage_estimator.explorer'
src/client/storage_estimator/common/tests/storage_estimator_test.py:13:
(pylint-import-error) Unable to import 'storage_estimator.util'
src/client/storage_estimator/common/tests/storage_estimator_test.py:14:
(pylint-import-error) Unable to import 'storage_estimator.parse_csv'
src/client/storage_estimator/common/tests/storage_estimator_test.py:15:
(pylint-import-error) Unable to import 'script.util'
src/client/storage_estimator/common/tests/storage_estimator_test.py:18:
(pylint-missing-docstring) Missing class docstring
(pylint-too-few-public-methods) Too few public methods (0/2)
src/client/storage_estimator/common/tests/storage_estimator_test.py:32:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:34:
(pylint-missing-docstring) Missing method docstring
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:36:
(pylint-unused-variable) Unused variable 'value'
src/client/storage_estimator/common/tests/storage_estimator_test.py:53:
(pylint-missing-docstring) Missing method docstring
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:60:
(pylint-missing-docstring) Missing method docstring
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:78:
(pylint-missing-docstring) Missing function docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:79:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:80:
(pylint-missing-docstring) Missing method docstring
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:86:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:112:
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:119:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:126:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:145:
(pylint-missing-docstring) Missing method docstring
(pylint-unused-argument) Unused argument 'key'
src/client/storage_estimator/common/tests/storage_estimator_test.py:158:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:172:
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:181:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:225:
(pylint-redefined-builtin) Redefining built-in 'object'
src/client/storage_estimator/common/tests/storage_estimator_test.py:215:
(pylint-missing-docstring) Missing method docstring
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:160:
(pylint-attribute-defined-outside-init) Attribute 'raw_obj1' defined outside init
src/client/storage_estimator/common/tests/storage_estimator_test.py:161:
(pylint-attribute-defined-outside-init) Attribute 'raw_obj2' defined outside init
src/client/storage_estimator/common/tests/storage_estimator_test.py:265:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:268:
(pylint-missing-docstring) Missing method docstring
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:270:
(pylint-unused-variable) Unused variable 'akey'
src/client/storage_estimator/common/tests/storage_estimator_test.py:298:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:299:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:305:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:313:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:321:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:330:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:339:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:348:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:357:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:366:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:374:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:379:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:397:
(pylint-no-member) Instance of 'AKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:401:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:404:
(pylint-missing-docstring) Missing method docstring
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:406:
(pylint-unused-variable) Unused variable 'akey'
src/client/storage_estimator/common/tests/storage_estimator_test.py:423:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:427:
(pylint-no-member) Instance of 'DKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:431:
(pylint-no-member) Instance of 'DKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:434:
(pylint-no-member) Instance of 'DKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:439:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:454:
(pylint-no-member) Instance of 'DKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:459:
(pylint-no-member) Instance of 'DKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:462:
(pylint-no-member) Instance of 'DKeyTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:467:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:473:
(pylint-no-member) Instance of 'ObjectTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:477:
(pylint-no-member) Instance of 'ObjectTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:482:
(pylint-missing-docstring) Missing method docstring
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:484:
(pylint-unused-variable) Unused variable 'akey'
src/client/storage_estimator/common/tests/storage_estimator_test.py:492:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:495:
(pylint-no-member) Instance of 'ObjectTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:499:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:513:
(pylint-no-member) Instance of 'ObjectTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:517:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:523:
(pylint-no-member) Instance of 'ContainerTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:527:
(pylint-no-member) Instance of 'ContainerTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:537:
(pylint-missing-docstring) Missing method docstring
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:539:
(pylint-unused-variable) Unused variable 'container'
src/client/storage_estimator/common/tests/storage_estimator_test.py:557:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:560:
(pylint-no-member) Instance of 'ContainerTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:566:
(pylint-no-member) Instance of 'ContainerTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:571:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:575:
(pylint-no-member) Instance of 'ContainerTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:579:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:585:
(pylint-no-member) Instance of 'ContainersTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:589:
(pylint-no-member) Instance of 'ContainersTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:604:
(pylint-missing-docstring) Missing method docstring
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:611:
(pylint-unused-variable) Unused variable 'container'
src/client/storage_estimator/common/tests/storage_estimator_test.py:621:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:626:
(pylint-no-member) Instance of 'ContainersTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:627:
(pylint-no-member) Instance of 'ContainersTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:637:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:656:
(pylint-no-member) Instance of 'ContainersTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:657:
(pylint-no-member) Instance of 'ContainersTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:666:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:690:
(pylint-no-self-use) Method could be a function
src/client/storage_estimator/common/tests/storage_estimator_test.py:709:
(pylint-no-member) Instance of 'FSTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:714:
(pylint-no-member) Instance of 'FSTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:721:
(pylint-no-member) Instance of 'FSTestCase' has no 'test_data' member
src/client/storage_estimator/common/tests/storage_estimator_test.py:726:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:731:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:736:
(pylint-missing-docstring) Missing method docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:741:
(pylint-missing-docstring) Missing class docstring
src/client/storage_estimator/common/tests/storage_estimator_test.py:749:
(pylint-protected-access) Access to a protected member _ingest_csv of a client class
src/client/storage_estimator/common/tests/storage_estimator_test.py:752:
(pylint-no-member) Instance of 'CSVTestCase' has no 'test_data' member
[src/client/storage_estimator/common/tests/storage_estimator_test.py:757](https://github.com/daos-stack/daos/blob/ae16f2be486e52febf83be8685a07d1cfa86bd09/src/client/storage_estimat
There are more review comments but review comment truncated to 64K.
@daos-stack/daos-gatekeeper This should be ready to land. |
For these directoriesi and their sub_dirs:
daos/src/bio
daos/src/cart
daos/src/client
daos/src/common
daos/src/container
Skip-build: true
Skip-test: true
Change-Id: I319a445c69a540266d953d4eaa5f06ffcda6323a
Signed-off-by: Hua Kuang hua.kuang@intel.com