state/apiserver/uniter: map ordering related test failure

Bug #1339957 reported by Dave Cheney
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-core
Fix Released
High
John Weldon

Bug Description

[LOG] 0:00.335 INFO juju.conn writing charm to storage [978 bytes]
[LOG] 0:00.335 INFO juju.conn adding charm to state
[LOG] 0:00.402 INFO juju.conn writing charm to storage [438 bytes]
[LOG] 0:00.402 INFO juju.conn adding charm to state
uniter_test.go:813:
    c.Assert(result, gc.DeepEquals, params.StringsWatchResults{
        Results: []params.StringsWatchResult{
            {StringsWatcherId: "1", Changes: []string{
                firstAction.Id(),
                secondAction.Id(),
            }},
        },
    })
... obtained params.StringsWatchResults = params.StringsWatchResults{Results:[]params.StringsWatchResult{params.StringsWatchResult{StringsWatcherId:"1", Changes:[]string{
"wordpress/0_a_1", "wordpress/0_a_0"}, Error:<nil>}}}
... expected params.StringsWatchResults = params.StringsWatchResults{Results:[]params.StringsWatchResult{params.StringsWatchResult{StringsWatcherId:"1", Changes:[]string{
"wordpress/0_a_0", "wordpress/0_a_1"}, Error:<nil>}}}

Curtis Hovey (sinzui)
Changed in juju-core:
status: New → Triaged
importance: Undecided → High
milestone: none → 1.21-alpha1
Revision history for this message
Andrew Wilkins (axwalk) wrote :
Changed in juju-core:
assignee: nobody → John Weldon (johnweldon4)
Revision history for this message
Andrew Wilkins (axwalk) wrote :

Launchpad is timing out when I try to change the status...

Changed in juju-core:
status: Triaged → Fix Committed
Revision history for this message
Andrew Wilkins (axwalk) wrote :

Never mind, there we go.

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.