Closed sysgen closed 7 years ago
"I've noticed that if I repeat the tests too many times, I end up creating too many sessions and get a 503 response from the server and cannot test until the sessions expire or I kill them. "
Needs session termination at end of test run.
Now terminates session per story (@AfterStory) - Needed due to thread duration and lack of visibility at @AfterStories when all tests complete.
Fixed in 1.1.2
"I've noticed that if I repeat the tests too many times, I end up creating too many sessions and get a 503 response from the server and cannot test until the sessions expire or I kill them. "
Needs session termination at end of test run.