Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrent IE11 execution fails intermittently #2558

Closed
berrutti opened this issue Jun 25, 2018 · 2 comments
Closed

Concurrent IE11 execution fails intermittently #2558

berrutti opened this issue Jun 25, 2018 · 2 comments
Labels
STATE: Auto-locked An issue has been automatically locked by the Lock bot.

Comments

@berrutti
Copy link

Are you requesting a feature or reporting a bug?

Reporting a bug

What is the current behavior?

We have a battery of 30+ tests. Sometimes IE explorer fails to open enough browsers while executing concurrently and tests execution hang. Only 3 or 4 windows open and nothing happens on console. The browsers display the "Connected" message but remain idle (E.G: http://172.16.106.8:1268/browser/idle/XouBY5T) I presume because those are waiting until enough browsers are open, but that never happens.
After some timeout, the following message is displayed on console:
ERROR Unable to establish one or more of the specified browser connections. This can be caused by network issues or remote device failure.
And the open IE windows close

What is the expected behavior?

The amount of browsers declared after the -c option should open. Tests execution should start without problems

How would you reproduce the current behavior (if this is a bug)?

Run a battery of 30+ tests concurrently on IE11 (Between -c 5 and -c 10 should be enough).
After trying multiple times, enough windows are opened and the tests start, but it's not clear what can be causing this issue.
It's not a memory/resources problem. After trying some more times, the tests start normally.

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

Specify your

  • operating system: Windows 10 PRO 1803 - OS Compilation 17134.112
  • IE version: 11.112.17134.0 - Update version: 11.0.70 (KB4230450)
  • testcafe version: 0.20.3
  • node.js version: v8.9.4
@miherlosev
Copy link
Collaborator

Hi @berrutti

This problem is related to IE11. It takes a lot of RAM and CPU.
There is an issue - Restart browser if it became unresponsive - that should help to fix it. Track this issue to be aware about progress.

@lock
Copy link

lock bot commented Mar 28, 2019

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.

@lock lock bot added the STATE: Auto-locked An issue has been automatically locked by the Lock bot. label Mar 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
STATE: Auto-locked An issue has been automatically locked by the Lock bot.
Projects
None yet
Development

No branches or pull requests

2 participants