-
Notifications
You must be signed in to change notification settings - Fork 5
Server not starting correctly for Node 0.8 #41
Comments
The |
It looks like the callback isn't being called at all. So strange. Locally I've updated to the same exact version and I still can't reproduce this. |
I ran the tests on the main Stackato instance. The API works on the same instance of CT, therefore I assume that this is purely a problem in the test harness, not the code. |
It's worth noting for posterity that the hubot plugin triggered a traceback similar to what see in these test error cases.
|
I don't believe that the noodle error in the last comment is related. I think this was because the hubot plugin was sending strings intended for the reset command (like "Xomat") to the sendurl api endpoint. The noodle modifier assumed it was a url and tried to parse it as such. This was since fixed. |
Aha! That makes sense too. |
was this fixed by dffad68? |
Yes, it was. |
I think that the fix in dffad68 didn't actually fix the issue, as Travis still has problems with node0.8. |
It looks like the server is not actually starting for Node 0.8. When I remove
web.start()
we see the same failure pattern across all versions. When I explicitly add an additionalweb.start()
to the first test or move it from thebefore()
func into the first test the tests pass.The text was updated successfully, but these errors were encountered: