map-order sensitive test in md/juju/storage needs to be fixed
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://
-------
FAIL: poollist_
poollist_
s.assertVal
c,
`
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_
c.Assert(
... 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.
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 |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |