[09:52] morning. [13:04] hi davecheney [13:06] hi there [13:06] or should I say, welcome [13:06] thanks, [13:13] davecheney: I'm trying to setup everything to all tests for juju's dependencies pass before I try to do anything. go test launchpad.net/mgo, do you know if I need to setup mgo beforehand somehow? [13:13] the zookeeper tests launch zookeeper with a test configuration. [13:14] I guess this is not the case for mgo? [13:14] s/go test launchpad.net/mgo/go test launchpad.net/mgo fails/ [13:15] ahh yes [13:15] apt-get install mongodb-server zookeeperd libzookeeper-mt-dev [13:15] should get you going [13:16] I installed all those, but: [13:16] http://pastebin.com/z8Qmwfk3 [13:18] ok,maybe you need to start the service [13:20] I guess, though it seems like the tests want to start mongo manually. [13:20] mmm. [13:25] yeah, the zk tests run it up on a spare port [13:25] I think I solved it. [13:25] I had to install supervisor [13:26] well, now I'm waiting to see if it did anything. [13:26] no [13:26] meh [13:50] Sun May 27 15:11:29 ReferenceError: rs1a is not defined wait.js:42 [13:50] that sounds like the problem [13:51] you're using precise right ? [13:51] yes [13:52] weird [14:02] yeah, I believe this fails: rs1a = new Mongo("127.0.0.1:40011").getDB("admin") [14:02] * Aram knows nothing about mongodb [14:02] the default system provided instance works. [14:02] but in the test a javascript file is used to create new instances. [16:30] m_3, installing zookeeperd runs zookeeper.. for the tests you only need libzookeeper-java and zookeeper-server [16:30] whoops.. that was for Aram ^ [16:30] hazmat: thanks, I figured. [16:31] Aram, out of curiosity, is doozerd dead? [16:31] I think so. [17:01] hazmat: np