Opened 5 years ago

Last modified 5 years ago

#30094 closed Bug

Using ctrl-c to exit --parallel testing will not allow --parallel testing to work anymore. — at Version 1

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 (1)

comment:1 by Spleeding1, 5 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top