Opened 5 years ago

Closed 5 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 Spleeding1)

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 Spleeding1, 5 years ago

Description: modified (diff)

comment:2 by Tim Graham, 5 years ago

Component: UncategorizedTesting framework
Resolution: needsinfo
Status: newclosed
Type: UncategorizedBug

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.

Note: See TracTickets for help on using tickets.
Back to Top