Activity log for bug #1517611

Date Who What changed Old value New value Message
2015-11-18 20:37:15 Curtis Hovey bug added bug
2015-11-18 20:37:24 Curtis Hovey nominated for series juju-core/1.25
2015-11-18 20:37:24 Curtis Hovey bug task added juju-core/1.25
2015-11-18 20:37:29 Curtis Hovey juju-core/1.25: status New Confirmed
2015-11-18 20:37:33 Curtis Hovey juju-core/1.25: status Confirmed Triaged
2015-11-18 20:37:36 Curtis Hovey juju-core/1.25: importance Undecided High
2015-11-18 20:37:39 Curtis Hovey juju-core: status Triaged Incomplete
2015-11-18 20:37:41 Curtis Hovey juju-core/1.25: milestone 1.25.1
2015-11-18 20:37:48 Curtis Hovey tags ci intermittent-failure regression
2015-11-18 20:39:35 Curtis Hovey description As seen in http://reports.vapour.ws/releases/issue/559a68b2749a562e2e8bcd6b TestFilesystemInfo can fail for hilarious reasons: storage_test.go:187: c.Assert(info, jc.DeepEquals, expect) ... obtained state.FilesystemAttachmentInfo = state.FilesystemAttachmentInfo{MountPoint:"", ReadOnly:true} ... expected state.FilesystemAttachmentInfo = state.FilesystemAttachmentInfo{MountPoint:"", ReadOnly:true} ... mismatch at .ReadOnly: unequal; obtained true; expected true mgz believes at the time of evaluation the value was false, but by the time of printing, the value is true. This issue first appeared in 1.25 https://github.com/juju/juju/commit/9c086f523c4c71300ce4f260f48bd7267d422c91 CI will try to make this test pass 3 times, then curse the branch. We have seen that with 6 tries the test can pass. As seen in     http://reports.vapour.ws/releases/issue/559a68b2749a562e2e8bcd6b TestFilesystemInfo can fail for hilarious reasons: storage_test.go:187:     c.Assert(info, jc.DeepEquals, expect) ... obtained state.FilesystemAttachmentInfo = state.FilesystemAttachmentInfo{MountPoint:"", ReadOnly:true} ... expected state.FilesystemAttachmentInfo = state.FilesystemAttachmentInfo{MountPoint:"", ReadOnly:true} ... mismatch at .ReadOnly: unequal; obtained true; expected true mgz believes at the time of evaluation the value was false, but by the time of printing, the value is true. This issue first appeared in 1.25     https://github.com/juju/juju/commit/9c086f523c4c71300ce4f260f48bd7267d422c91 https://github.com/juju/juju/commit/c657210ad63761e7695056df20cd1c38a475776c CI will try to make this test pass 3 times, then curse the branch. We have seen that with 6 tries the test can pass.
2015-11-18 21:59:15 Curtis Hovey juju-core/1.25: importance High Critical
2015-11-19 23:35:45 Menno Finlay-Smits juju-core/1.25: status Triaged In Progress
2015-11-19 23:36:03 Menno Finlay-Smits juju-core/1.25: status In Progress Confirmed
2015-11-20 16:01:45 Curtis Hovey juju-core/1.25: status Confirmed Triaged
2015-11-20 16:53:22 Cheryl Jennings juju-core/1.25: assignee Cheryl Jennings (cherylj)
2015-11-20 16:53:26 Cheryl Jennings juju-core/1.25: status Triaged Fix Committed
2015-11-22 21:25:13 Michael Hudson-Doyle summary TestFilesystemInfo race condition in 1.25 TestFilesystemInfo miscompiled on ppc64el by gccgo-4.9 in 1.25
2015-11-22 21:47:00 Michael Hudson-Doyle bug added subscriber Michael Hudson-Doyle
2015-11-23 15:07:12 Curtis Hovey juju-core/1.25: status Fix Committed Fix Released
2016-01-20 15:53:57 Curtis Hovey juju-core: status Incomplete Invalid