yet another map ordering test bug

Bug #1329637 reported by Dave Cheney
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-core
Fix Released
High
Katherine Cox-Buday

Bug Description

FAIL: run_test.go:269: RunSuite.TestAllMachines

run_test.go:293:
    c.Check(testing.Stdout(context), gc.Equals, string(jsonFormatted)+"\n")
... obtained string = "[{\"Error\":\"command timed out\",\"MachineId\":\"1\",\"Stdout\":\"\"},{\"MachineId\":\"0\",\"Stdout\":\"megatron\\n\"}]\n"
... expected string = "[{\"MachineId\":\"0\",\"Stdout\":\"megatron\\n\"},{\"Error\":\"command timed out\",\"MachineId\":\"1\",\"Stdout\":\"\"}]\n"

OOPS: 233 passed, 1 FAILED
--- FAIL: TestPackage (155.82 seconds)
FAIL
FAIL github.com/juju/juju/cmd/juju 155.991s

Tags: test-failure
Curtis Hovey (sinzui)
Changed in juju-core:
status: New → Triaged
milestone: none → next-stable
tags: added: test-failure
Curtis Hovey (sinzui)
Changed in juju-core:
importance: Undecided → High
Changed in juju-core:
assignee: nobody → Katherine Cox-Buday (cox-katherine-e)
status: Triaged → In Progress
Changed in juju-core:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
Changed in juju-core:
milestone: next-stable → 1.21-alpha1
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.