feat (TransformationDB): optimize getCounters #13916
basic.yml
on: pull_request
pre-commit
1m 6s
shellcheck
7s
pycodestyle
6s
Pylint for Python 2.7 in Pilot files
45s
DiracX Unit Tests
1m 38s
Matrix: check
Annotations
2 errors and 9 warnings
|
DiracX Unit Tests
Process completed with exit code 1.
|
|
DiracX Unit Tests:
diracx/diracx-db/tests/test_freeze_time.py#L52
test_freeze_sqlite_datetime[True]
assert datetime.timedelta(seconds=1, microseconds=1561) < datetime.timedelta(seconds=1)
+ where datetime.timedelta(seconds=1, microseconds=1561) = abs((datetime.datetime(2025, 11, 24, 17, 30, 20, tzinfo=datetime.timezone.utc) - datetime.datetime(2025, 11, 24, 17, 30, 21, 1561, tzinfo=datetime.timezone.utc)))
+ and datetime.timedelta(seconds=1) = timedelta(seconds=1)
|
|
check (mypy)
WARNING conda.cli.main_config:_set_key(451): Key auto_activate_base is an alias of auto_activate; setting value with latter
|
|
check (mypy)
CondaKeyError: 'channels': value 'defaults' not present in config
|
|
check (mypy)
'nodefaults' channel detected: will remove 'defaults' if added implicitly. In the future, 'nodefaults' to remove 'defaults' won't be supported. Please set 'conda-remove-defaults' = 'true' in setup-miniconda to remove this warning.
|
|
check (pylint -j 0 -E src/)
WARNING conda.cli.main_config:_set_key(451): Key auto_activate_base is an alias of auto_activate; setting value with latter
|
|
check (pylint -j 0 -E src/)
CondaKeyError: 'channels': value 'defaults' not present in config
|
|
check (pylint -j 0 -E src/)
'nodefaults' channel detected: will remove 'defaults' if added implicitly. In the future, 'nodefaults' to remove 'defaults' won't be supported. Please set 'conda-remove-defaults' = 'true' in setup-miniconda to remove this warning.
|
|
check (pytest --runslow -k 'not test_BaseType_Unicode and not test_nestedStructure')
WARNING conda.cli.main_config:_set_key(451): Key auto_activate_base is an alias of auto_activate; setting value with latter
|
|
check (pytest --runslow -k 'not test_BaseType_Unicode and not test_nestedStructure')
CondaKeyError: 'channels': value 'defaults' not present in config
|
|
check (pytest --runslow -k 'not test_BaseType_Unicode and not test_nestedStructure')
'nodefaults' channel detected: will remove 'defaults' if added implicitly. In the future, 'nodefaults' to remove 'defaults' won't be supported. Please set 'conda-remove-defaults' = 'true' in setup-miniconda to remove this warning.
|