busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

Enormous test suites seems to hang forever #413

Closed augustl closed 10 years ago

augustl commented 10 years ago

Related to #347. Tthe test project with 1200+ test files no longer hits ulimit, but it causes the server to hang at:

Creating new session
[REQ]  /sessions POST
Creating new session: Deserializing resource set

The buster-test client prints:

Running tests: Browser
Loading: 

Creating browser session
augustl commented 10 years ago

Same issue as #303?

augustl commented 10 years ago

Unable to reproduce - I didn't actually get this issue with the current code, I got it before while testing. So this issue shouldn't have been created in the first place.