You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a test with incorrect credentials causes this module to re-try 3 times with the incorrect credentials. This is because it considers 401 UNAUTHORIZED as a "recoverable error", which it clearly isn't. The details aren't going to correct themself, or if the credentials are correct then authorisation isn't going to change during this retry process.
Doing this wastes 30 seconds and also makes 3 unauthorised attempts rather than 1
Bug summary
Running a test with incorrect credentials causes this module to re-try 3 times with the incorrect credentials. This is because it considers 401 UNAUTHORIZED as a "recoverable error", which it clearly isn't. The details aren't going to correct themself, or if the credentials are correct then authorisation isn't going to change during this retry process.
Doing this wastes 30 seconds and also makes 3 unauthorised attempts rather than 1
Is there an existing issue for this?
Jira Instance type
Jira Cloud (Hosted by Atlassian)
Jira instance version
1001.0.0-SNAPSHOT
jira-python version
jira==2.0.0
Python Interpreter version
3.9
Which operating systems have you used?
Reproduction steps
Stack trace
Expected behaviour
I expect it to throw the error on the first attempt
Additional Context
No response
The text was updated successfully, but these errors were encountered: