BundlesDirSuite.TestGet fails
Bug #1604006 reported by
Aaron Bentley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
William Reade |
Bug Description
This test fails intermittently, as seen here:
http://
The failure I observed happend when run with -race, but it does not say DATA RACE, so I believe it is a normal test failure, not a race test failure.
Changed in juju-core: | |
assignee: | nobody → William Reade (fwereade) |
Changed in juju-core: | |
status: | Triaged → In Progress |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
milestone: | none → 2.0-beta14 |
status: | Fix Committed → Fix Released |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0-beta14 → none |
milestone: | none → 2.0-beta14 |
To post a comment you must log in.
The test was assuming the charms were being downloaded from the `github. com/juju/ testing` HTTP server, and using that to "block" the request that was meant to be aborted; but we're not using the test HTTP server at all, we're getting them from the apiserver directly.
Dropping the concurrency, just passing in a pre-aborted channel: demonstrating that abort is honoured is the critical thing here.