TestListBlockDevicesDeviceFiltering fails on ppc64el/gccgo

Bug #1455224 reported by Curtis Hovey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-core
Invalid
High
Unassigned
1.24
Fix Released
Critical
Andrew Wilkins

Bug Description

As seen in
    http://reports.vapour.ws/releases/2648/job/run-unit-tests-trusty-ppc64el/attempt/3000
PPC64el/gccgo is consistently.

FAIL: lsblk_test.go:136: com_juju_juju_worker_diskmanager_test.TestListBlockDevicesDeviceFiltering.pN66_github.com_juju_juju_worker_diskmanager_test.ListBlockDevicesSuite

[LOG] 0:00.000 DEBUG juju.worker.diskmanager executing lsblk
lsblk_test.go:148:
    c.Assert(devices, gc.DeepEquals, []storage.BlockDevice{{
        DeviceName: "sda",
        Size: 228936,
    }, {
        DeviceName: "loop0",
        Size: 243,
    }})
... obtained []storage.BlockDevice = []storage.BlockDevice{storage.BlockDevice{DeviceName:"loop0", Label:"", UUID:"", HardwareId:"", Size:0xf3, FilesystemType:"", InUse:false, MountPoint:""}, storage.BlockDevice{DeviceName:"sda", Label:"", UUID:"", HardwareId:"", Size:0x37e48, FilesystemType:"", InUse:false, MountPoint:""}}
... expected []storage.BlockDevice = []storage.BlockDevice{storage.BlockDevice{DeviceName:"sda", Label:"", UUID:"", HardwareId:"", Size:0x37e48, FilesystemType:"", InUse:false, MountPoint:""}, storage.BlockDevice{DeviceName:"loop0", Label:"", UUID:"", HardwareId:"", Size:0xf3, FilesystemType:"", InUse:false, MountPoint:""}}

OOPS: 8 passed, 1 FAILED

Curtis Hovey (sinzui)
Changed in juju-core:
importance: Critical → High
status: Triaged → Invalid
Revision history for this message
Tim Penhey (thumper) wrote :
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.