mongodb3 SASL authentication failure

Bug #1497301 reported by Curtis Hovey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical Juju
Fix Released
Medium
Unassigned

Bug Description

Unit-tests run with mongodb3 consistently fail.
    http://reports.vapour.ws/releases/issue/55fc1a67749a5674698af639

There are several failing tests
    machineSuite.TestEntitySetPassword
    BootstrapSuite.TestInitialPassword
    adminSuite.TestSetAdminMongoPassword
    MachineSuite.TestSetMongoPassword
    StateSuite.TestOpenWithoutSetMongoPassword
    SetAdminMongoPasswordSuite.TestSetAdminMongoPassword

The failure in each is the same:

machine_test.go:153:
    c.Assert(errors.Cause(err), jc.Satisfies, errors.IsUnauthorized)
... obtained *errors.errorString = &errors.errorString{s:"server returned error on SASL authentication step: Authentication failed."} ("server returned error on SASL authentication step: Authentication failed.")
... func(T) bool func(error) bool = (func(error) bool)(0x4ab700)

Revision history for this message
Cheryl Jennings (cherylj) wrote :

We know that work needs to be added into juju to support mongo3. Until that work is done, we shouldn't be testing juju with mongo3. Horacio is targeting this work to be done within the next 2 weeks.

Changed in juju-core:
status: Triaged → Invalid
Curtis Hovey (sinzui)
Changed in juju-core:
milestone: 1.26-alpha1 → none
Curtis Hovey (sinzui)
Changed in juju-core:
status: Invalid → Triaged
description: updated
Revision history for this message
Curtis Hovey (sinzui) wrote :

This issue relates to the official mongo packages. The juju built packages are fine.

Curtis Hovey (sinzui)
Changed in juju-core:
importance: High → Medium
Revision history for this message
Anastasia (anastasia-macmood) wrote :

This has been fixed as part of Mongo 3 upgrade.

@Curtis
Are their other failures in this area that concern you?

tags: removed: regression
Changed in juju-core:
status: Triaged → Incomplete
Curtis Hovey (sinzui)
affects: juju-core → juju
Changed in juju:
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.