Luxoft / Twister

Twister Test Automation Framework
http://www.twistertesting.com/
Apache License 2.0
38 stars 21 forks source link

CE not responding after 60 users login #188

Open Hamza989 opened 7 years ago

Hamza989 commented 7 years ago

After fixing the below 2 issues by increasing db connections, we are finding that CE stops responding after 60 user started. 2001 - Can't create UNIX socket (24) error: [Errno 24] Too many open files

The server logs are not showing any error . the only messages that comes is as below: 17-03-10 13:10:43 INFO CeXmlRpc.py: 112: echo :: test if CE is running 17-03-10 13:10:51 INFO CeXmlRpc.py: 112: echo :: test if CE is running 17-03-10 13:11:02 INFO CeXmlRpc.py: 112: echo :: test if CE is running

Individual user logs show that TWISTER_PATH is set to /home/USER/twister.

EP Info: Connecting to the Central Engine...

Twister fails in connecting to Central Engine Is there anyway we can increase total user count for accessing twister?