wmaop / wm-jbehave

Unit Testing for webMethods Flow services with a Behavioural Driven style
https://github.com/wmaop/wm-jbehave/wiki
MIT License
5 stars 3 forks source link

503 response from repeated test runs #8

Closed sysgen closed 7 years ago

sysgen commented 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.

sysgen commented 7 years ago

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