#422: Begin experimenting with VTDataWriter to pass data to vt-tv #597
Annotations
15 errors, 10 warnings, and 10 notices
artifacts/unittest/reports/TEST-tests.acceptance.test_acceptance.TestAcceptance-20231012235332.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-tests.acceptance.test_acceptance.TestAcceptance-20231012235332.xml
Error:
Traceback (most recent call last):
|
artifacts/unittest/reports/TEST-tests.acceptance.test_stepper.TestStepper-20231012235332.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-tests.acceptance.test_stepper.TestStepper-20231012235332.xml
Error:
Traceback (most recent call last):
|
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml
Error:
ImportError: Failed to import test module: tests.test_lbs_inform_and_transfer_algorithm
|
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml
Error:
ImportError: Failed to import test module: tests.unit.test_JSON_data_files_validator
|
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml
Error:
ImportError: Failed to import test module: tests.unit.test_configuration_validator
|
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml
Error:
ImportError: Failed to import test module: tests.unit.test_lbaf_app
|
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml
Error:
ImportError: Failed to import test module: tests.unit.test_lbs_message
|
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml
Error:
ImportError: Failed to import test module: tests.unit.test_lbs_object
|
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml
Error:
ImportError: Failed to import test module: tests.unit.test_lbs_object_communicator
|
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml#L1
Failed test found in:
artifacts/unittest/reports/TEST-unittest.loader._FailedTest-20231012235332.xml
Error:
ImportError: Failed to import test module: tests.unit.test_lbs_phase
|
src/lbaf/__init__.py#L42
No name 'imported' in module 'lbaf' (no-name-in-module)
|
src/lbaf/__init__.py#L42
Unable to import 'lbaf.imported.JSON_data_files_validator' (import-error)
|
src/lbaf/IO/lbsVTDataReader.py#L52
Unable to import 'lbaf.imported.JSON_data_files_validator' (import-error)
|
src/lbaf/Applications/LBAF_app.py#L9
Unable to import 'tv' (import-error)
|
|
src/lbaf/IO/lbsVTDataWriter.py#L86
Unused variable 'phase' (unused-variable)
|
src/lbaf/Execution/lbsInformAndTransferAlgorithm.py#L173
Using possibly undefined loop variable 'r' (undefined-loop-variable)
|
src/lbaf/Execution/lbsInformAndTransferAlgorithm.py#L173
Using possibly undefined loop variable 'r' (undefined-loop-variable)
|
src/lbaf/Execution/lbsInformAndTransferAlgorithm.py#L171
Unused variable 'rank' (unused-variable)
|
src/lbaf/Execution/lbsCentralizedPrefixOptimizerAlgorithm.py#L152
Lambda may not be necessary (unnecessary-lambda)
|
src/lbaf/Execution/lbsCriterionBase.py#L66
Dangerous default value [] as argument (dangerous-default-value)
|
src/lbaf/Execution/lbsCriterionBase.py#L76
Unnecessary pass statement (unnecessary-pass)
|
src/lbaf/Execution/lbsCriterionBase.py#L79
Dangerous default value [] as argument (dangerous-default-value)
|
src/lbaf/Execution/lbsClusteringTransferStrategy.py#L92
Parameter 'phase' has been renamed to 'known_peers' in overridden 'ClusteringTransferStrategy.execute' method (arguments-renamed)
|
src/lbaf/Execution/lbsClusteringTransferStrategy.py#L92
Parameter 'known_peers' has been renamed to 'phase' in overridden 'ClusteringTransferStrategy.execute' method (arguments-renamed)
|
src/lbaf/IO/lbsVTDataWriter.py#L1
Missing module docstring (missing-module-docstring)
|
src/lbaf/IO/lbsVTDataWriter.py#L50
Method could be a function (no-self-use)
|
src/lbaf/IO/lbsVTDataWriter.py#L73
Variable name "p" doesn't conform to snake_case naming style (invalid-name)
|
src/lbaf/IO/lbsVTDataWriter.py#L140
Use a generator instead 'all(isinstance(p, Phase) for p in phases.values())' (use-a-generator)
|
src/lbaf/IO/lbsVTDataWriter.py#L148
Variable name "p" doesn't conform to snake_case naming style (invalid-name)
|
src/lbaf/IO/lbsVTDataWriter.py#L149
Variable name "r" doesn't conform to snake_case naming style (invalid-name)
|
src/lbaf/IO/lbsConfigurationValidator.py#L56
Use a generator instead 'all(isinstance(y, float) for y in x.values())' (use-a-generator)
|
src/lbaf/IO/lbsConfigurationValidator.py#L100
Use a generator instead 'all(isinstance(y, int) for y in x)' (use-a-generator)
|
src/lbaf/IO/lbsConfigurationValidator.py#L203
Unnecessary "else" after "return" (no-else-return)
|
src/lbaf/IO/lbsConfigurationValidator.py#L212
Too many branches (13/12) (too-many-branches)
|
The logs for this run have expired and are no longer available.
Loading