feat: lock file while read, write and refresh token #1203
Triggered via pull request
September 17, 2024 07:36
Status
Failure
Total duration
9m 31s
Artifacts
–
main.yml
on: pull_request
shellcheck
9s
pytest-integration
9m 20s
client-generation
3m 21s
Matrix: pytest
Annotations
7 errors
Unit test - ./diracx-core:
diracx-core/tests/test_utils.py#L74
test_write_credentials_is_locking_file
AssertionError: assert True is False
+ where True = isinstance(OSError(22, 'Invalid argument'), OSError)
+ where OSError(22, 'Invalid argument') = <ExceptionInfo OSError(22, 'Invalid argument') tblen=2>.value
|
Unit test - ./diracx-core:
diracx-core/tests/test_utils.py#L86
test_read_creadentials_is_locking_file
NameError: name 'read_credentials' is not defined
|
Unit test - ./diracx-core
Process completed with exit code 1.
|
client-generation
Process completed with exit code 1.
|
pytest-integration:
diracx-core/tests/test_utils.py#L74
test_write_credentials_is_locking_file
AssertionError: assert True is False
+ where True = isinstance(OSError(22, 'Invalid argument'), OSError)
+ where OSError(22, 'Invalid argument') = <ExceptionInfo OSError(22, 'Invalid argument') tblen=2>.value
|
pytest-integration:
diracx-core/tests/test_utils.py#L86
test_read_creadentials_is_locking_file
NameError: name 'read_credentials' is not defined
|
pytest-integration
Process completed with exit code 1.
|