Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MongoDB CPAN distribution.

Maintainer(s)' notes

Please don't report bugs here. Please use the MongoDB Perl driver issue tracker instead.

Report information
The Basics
Id: 69828
Status: resolved
Priority: 0/
Queue: MongoDB

People
Owner: Nobody in particular
Requestors: mmaslano [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.43
Fixed in: (no value)



Subject: test suite failed with mongodb 1.8.2
Test suite doesn't work with latest release of mongodb 1.8.2. All tests failed with: t/bson.t ............ skipped: couldn't connect to server localhost:27017 at /root/rpmbuild/BUILD/MongoDB-0.41/blib/lib/MongoDB/Connection.pm line 448.
You need to have a MongoDB server running.
From: mmaslano [...] redhat.com
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.
This was a test issue, fixed in 0.42.