AutomatedTester / powerball-platform

An Experiment in Social Networking and QA'ing
http://powerball.theautomatedtester.co.uk
9 stars 1 forks source link

Please fix the test suite to not leave Express server running on failure #9

Closed michaelklishin closed 12 years ago

michaelklishin commented 12 years ago

It appears that some failures cause Express server to be left running on travis-ci.org. While these builds will timeout eventually, this will take at least 10 minutes. Consider fixing your test suite to always shut down Express instances.

AutomatedTester commented 12 years ago

I have switched off Travis integration. The issue is not with my test suite but with Expresso. See https://github.com/visionmedia/expresso/pull/148.

I won't turn on integration with Travis until this bug is resolved. Sorry for locking up the machines :(