-
- Downloads
Automatically re-register when the Manager does not accept credentials
Fixes T54174, but rather than making a distinction between the username not being found and the password being wrong (and only re-registering in the former case), we now just always re-register. This could potentially hide certain erroneous situations, but it does make the worker operational in more cases, which I assume is generally preferred.
Showing
- CHANGELOG.md 3 additions, 0 deletionsCHANGELOG.md
- flamenco_worker/worker.py 34 additions, 13 deletionsflamenco_worker/worker.py
- tests/mock_responses.py 9 additions, 3 deletionstests/mock_responses.py
- tests/test_coro_mock.py 18 additions, 0 deletionstests/test_coro_mock.py
- tests/test_worker.py 53 additions, 1 deletiontests/test_worker.py
Loading