TestListVolumesStorageLocationBlockDevicePath fails on windows

Bug #1499832 reported by Curtis Hovey
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-core
Triaged
Critical
Unassigned

Bug Description

As seen in
     http://juju-ci.vapour.ws:8080/view/Juju%20Revisions/job/run-unit-tests-win2012-amd64/1285
volumeSuite.TestListVolumesStorageLocationBlockDevicePath fails consistently in 3 tries.

volumelist_test.go:197:
    c.Assert(found.Results[0], jc.DeepEquals, expected)
... obtained params.VolumeDetailsResult = params.VolumeDetailsResult{Details:(*params.VolumeDetails)(0xc084042880), LegacyVolume:(*params.LegacyVolumeDetails)(0xc0840bc870), LegacyAttachments:[]params.VolumeAttachment{params.VolumeAttachment{VolumeTag:"volume-22", MachineTag:"machine-66", Info:params.VolumeAttachmentInfo{DeviceName:"", BusAddress:"bus-addr", ReadOnly:true}}}, Error:<nil>}
... expected params.VolumeDetailsResult = params.VolumeDetailsResult{Details:(*params.VolumeDetails)(0xc084042900), LegacyVolume:(*params.LegacyVolumeDetails)(0xc0840bc900), LegacyAttachments:[]params.VolumeAttachment{params.VolumeAttachment{VolumeTag:"volume-22", MachineTag:"machine-66", Info:params.VolumeAttachmentInfo{DeviceName:"", BusAddress:"bus-addr", ReadOnly:true}}}, Error:<nil>}
... mismatch at (*(*.Details).Storage).Attachments["unit-mysql-0"].Location: unequal; obtained "\\dev\\sdd"; expected "/dev/sdd"

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.