Said  Saifi
Said Saifi

Reputation: 2398

How to close a session in robot framework?

Hi I created suit tests for my api, but when running the robot file my server stops at some point with the error:

 http: Accept error: accept tcp [::]:8000: accept: too many open files; retrying in 5ms

This is because robot is creating session using Create Session keyword but is not closing it how can I close a session after I finish using it? thank you

Upvotes: 2

Views: 3585

Answers (1)

Said  Saifi
Said Saifi

Reputation: 2398

I solved this using the keyword Delete All Sessions

Upvotes: 3

Related Questions