Opened 6 years ago
Closed 6 years ago
#30094 closed Bug (needsinfo)
Using ctrl-c to exit --parallel testing will not allow --parallel testing to work anymore.
Reported by: | Spleeding1 | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | 2.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
I was running a project test using the --parallel option and in the middle of it hit ctrl-c. Now if I run the --parallel test. It always fails at the same spot. I am also using Selenium, and it is all of the 'automation' tests that throw errors. I'm not sure what information you want/need. Please let me know and I will get you that information. I am using macOS 10.14.2 Terminal. This came as a result of this https://github.com/mozilla/geckodriver/issues/1454
This is the error that is thrown:
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: None: Max retries exceeded with url: /session/079086117bcc29bb0f545d4c6540c584/url (Caused by None)
Change History (2)
comment:1 by , 6 years ago
Description: | modified (diff) |
---|
comment:2 by , 6 years ago
Component: | Uncategorized → Testing framework |
---|---|
Resolution: | → needsinfo |
Status: | new → closed |
Type: | Uncategorized → Bug |
It seems we would need at least a sample project to reproduce the issue. You should also debug the problem well enough to explain why Django is at fault.