constraints: gccgo test failure

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

Bug Description

----------------------------------------------------------------------
FAIL: validation_test.go:116: validationSuite.TestValidation

test 0
test 1
test 2
test 3
test 4
test 5
test 6
test 7
validation_test.go:131:
    c.Assert(err, gc.ErrorMatches, t.err)
... error string = "ambiguous constraints: \"instance-type\" overlaps with \"mem\""
... regex string = "ambiguous constraints: \"arch\" overlaps with \"instance-type\""

OOPS: 16 passed, 1 FAILED
--- FAIL: TestPackage (0.05 seconds)
FAIL
exit status 1
FAIL launchpad.net/juju-core/constraints 0.058s

Related branches

Revision history for this message
Dave Cheney (dave-cheney) wrote :

Crap, it fails in other places as well

lucky(~) % for i in 1 2 3 4 5 ; do go test launchpad.net/juju-core/state; done

----------------------------------------------------------------------
FAIL: machine_test.go:1263: MachineSuite.TestSetAmbiguousConstraints

[LOG] 0:00.008 INFO juju.state opening state, mongo addresses: ["localhost:44241"]; entity ""
[LOG] 0:00.011 DEBUG juju.state dialing mongo
[LOG] 0:00.020 INFO juju.state dialled mongo successfully
[LOG] 0:00.021 DEBUG juju.state connection established
[LOG] 0:00.042 INFO juju.state adding state server info to legacy environment
[LOG] 0:00.043 INFO juju.state found existing state servers []
[LOG] 0:00.066 INFO juju.state initializing environment
machine_test.go:1268:
    c.Assert(err, gc.ErrorMatches, `cannot set constraints: ambiguous constraints: "mem" overlaps with "instance-type"`)
... error string = "cannot set constraints: ambiguous constraints: \"instance-type\" overlaps with \"mem\""
... regex string = "cannot set constraints: ambiguous constraints: \"mem\" overlaps with \"instance-type\""

[LOG] 0:00.205 INFO juju.testing reset successfully reset admin password
2014-05-19 05:54:48 INFO juju.testing mgo.go:453 reset successfully reset admin password
2014-05-19 05:55:16 INFO juju.testing mgo.go:453 reset successfully reset admin password

Curtis Hovey (sinzui)
tags: added: test-failure
Changed in juju-core:
status: New → Triaged
importance: Undecided → High
Changed in juju-core:
status: Triaged → In Progress
assignee: nobody → Dave Cheney (dave-cheney)
Changed in juju-core:
milestone: none → next-stable
Changed in juju-core:
milestone: next-stable → 1.19.3
status: In Progress → Fix Committed
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.