map-order sensitive test in md/juju/storage needs to be fixed

Bug #1436397 reported by Eric Snow
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-core
Fix Released
High
Anastasia

Bug Description

This is consistently failing on vivid and probably on other platforms. See http://data.vapour.ws/juju-ci/products/version-2483/run-unit-tests-vivid-amd64/build-297/consoleText.

----------------------------------------------------------------------
FAIL: poollist_test.go:114: PoolListSuite.TestPoolListTabularSorted

poollist_test.go:125:
    s.assertValidList(
        c,
        []string{"--name", "myaw", "--name", "xyz", "--name", "abc",
            "--format", "tabular"},
        `
    NAME PROVIDER ATTRS
    abc testType one=true two=well three=maybe
    myaw testType one=true two=well three=maybe
    xyz testType one=true two=well three=maybe

    `[1:])
poollist_test.go:133:
    c.Assert(obtained, gc.Equals, expected)
... obtained string = "" +
... "NAME PROVIDER ATTRS\n" +
... "abc testType three=maybe one=true two=well\n" +
... "myaw testType one=true two=well three=maybe\n" +
... "xyz testType one=true two=well three=maybe\n" +
... "\n"
... expected string = "" +
... "NAME PROVIDER ATTRS\n" +
... "abc testType one=true two=well three=maybe\n" +
... "myaw testType one=true two=well three=maybe\n" +
... "xyz testType one=true two=well three=maybe\n" +
... "\n"

OOPS: 23 passed, 1 FAILED
--- FAIL: TestAll (0.07 seconds)
FAIL
FAIL github.com/juju/juju/cmd/juju/storage 0.388s

Tags: map-order
no longer affects: juju-core/1.23
Changed in juju-core:
assignee: nobody → Anastasia (anastasia-macmood)
Changed in juju-core:
status: Triaged → In Progress
Changed in juju-core:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
Changed in juju-core:
status: Fix Committed → 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.