#501: add WorkStealingAlgorithm to accepted algorithms #748
Annotations
13 errors, 11 warnings, and 10 notices
Report Test results:
artifacts/unittest/reports/TEST-tests.acceptance.test_acceptance.TestAcceptance-20240221192416.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-tests.acceptance.test_acceptance.TestAcceptance-20240221192416.xml
Error:
Traceback (most recent call last):
|
Report Test results:
artifacts/unittest/reports/TEST-tests.acceptance.test_stepper.TestStepper-20240221192416.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-tests.acceptance.test_stepper.TestStepper-20240221192416.xml
Error:
Traceback (most recent call last):
|
Report Test results:
artifacts/unittest/reports/TEST-tests.unit.Execution.test_lbs_runtime.TestConfig-20240221192416.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-tests.unit.Execution.test_lbs_runtime.TestConfig-20240221192416.xml
artifacts/unittest/reports/TEST-tests.unit.Execution.test_lbs_runtime.TestConfig-20240221192416.xml
artifacts/unittest/reports/TEST-tests.unit.Execution.test_lbs_runtime.TestConfig-20240221192416.xml
artifacts/unittest/reports/TEST-tests.unit.Execution.test_lbs_runtime.TestConfig-20240221192416.xml
artifacts/unittest/reports/TEST-tests.unit.Execution.test_lbs_runtime.TestConfig-20240221192416.xml
Error:
Traceback (most recent call last):
|
Report Test results:
artifacts/unittest/reports/TEST-tests.unit.IO.test_lbs_vt_data_reader.TestConfig-20240221192416.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-tests.unit.IO.test_lbs_vt_data_reader.TestConfig-20240221192416.xml
Error:
Traceback (most recent call last):
|
Report Test results:
artifacts/unittest/reports/TEST-tests.unit.IO.test_vt_writer.TestVTDataWriter-20240221192416.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-tests.unit.IO.test_vt_writer.TestVTDataWriter-20240221192416.xml
Error:
Traceback (most recent call last):
|
Report Test results:
artifacts/unittest/reports/TEST-tests.unit.IO.test_vt_writer.TestVTDataWriter-20240221192416.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-tests.unit.IO.test_vt_writer.TestVTDataWriter-20240221192416.xml
Error:
Traceback (most recent call last):
|
Report Test results
Failed tests were found and 'fail-on-error' option is set to true
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L69
Instance of 'WorkStealingAlgorithm' has no '_deterministic_transfer' member (no-member)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L73
Undefined variable 'Phase' (undefined-variable)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L79
Instance of 'WorkStealingAlgorithm' has no '_deterministic_transfer' member (no-member)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L103
Instance of 'WorkStealingAlgorithm' has no '_n_transfers' member (no-member)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L110
Instance of 'WorkStealingAlgorithm' has no '_n_rejects' member (no-member)
|
Running Tests, Pylint and Coverage using TOX
Process completed with exit code 255.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, phoenix-actions/test-reporting@v12. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsJSONDataFilesValidatorLoader.py#L10
Unused PROJECT_PATH imported from lbaf (unused-import)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L74
Bad indentation. Found 6 spaces, expected 8 (bad-indentation)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L76
Bad indentation. Found 6 spaces, expected 8 (bad-indentation)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L79
Bad indentation. Found 6 spaces, expected 8 (bad-indentation)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L81
Bad indentation. Found 10 spaces, expected 12 (bad-indentation)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L82
Bad indentation. Found 14 spaces, expected 16 (bad-indentation)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L85
Bad indentation. Found 10 spaces, expected 12 (bad-indentation)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L86
Bad indentation. Found 10 spaces, expected 12 (bad-indentation)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L90
Bad indentation. Found 10 spaces, expected 12 (bad-indentation)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Execution/lbsWorkStealingAlgorithm.py#L92
Bad indentation. Found 14 spaces, expected 16 (bad-indentation)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsDataStatFilesUpdater.py#L18
Too few public methods (1/2) (too-few-public-methods)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsJSONDataFilesValidatorLoader.py#L1
Missing module docstring (missing-module-docstring)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsJSONDataFilesValidatorLoader.py#L66
Method could be a function (no-self-use)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsArgumentParser.py#L18
Too many arguments (14/7) (too-many-arguments)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsArgumentParser.py#L36
Consider using Python 3 style super() without arguments (super-with-arguments)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsArgumentParser.py#L82
Consider merging these comparisons with "in" to "raw_response in ('', 'None')" (consider-using-in)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsArgumentParser.py#L58
Too many branches (17/12) (too-many-branches)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsArgumentParser.py#L58
Method could be a function (no-self-use)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsArgumentParser.py#L149
Unnecessary "else" after "return" (no-else-return)
|
Running Tests, Pylint and Coverage using TOX:
src/lbaf/Utils/lbsArgumentParser.py#L165
Unnecessary "else" after "return" (no-else-return)
|
The logs for this run have expired and are no longer available.
Loading