On Wed Jul 27 08:54:55 2011, KRISTINA wrote:
Show quoted text> You need to have a MongoDB server running.
Ok, I had a problem with our new init - systemd.
Now it is only one test failing. It looks like error in database test.
mongodb 1.8.2
MongoDB 0.41
perl 5.14.1
perl -I../lib t/database.t
1..15
ok 1 - The object isa MongoDB::Connection
ok 2 - The object isa MongoDB::Database
ok 3 - no collections
ok 4 - collection is empty
ok 5 - nothing for find_one
ok 6 - test, system.indexes, and test.$_id_
ok 7 - collection_names
ok 8 - count
ok 9 - find_one
ok 10 - insert id
not ok 11
# Failed test at t/database.t line 49.
# got: 'no such cmd: foo'
# expected: 'no such cmd'
ok 12
ok 13
ok 14
ok 15
# Looks like you failed 1 test of 15.