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