PatchManagementAPIResponses is racy
Bug #1272354 reported by
Roger Peppe
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Go Windows Azure Client Library |
Triaged
|
High
|
Unassigned |
Bug Description
Requests can (and are) made concurrently, and rigRecordingDis
to a function that appends to a slice without using a mutex.
This leads to flaky juju-core tests (for instance, in provider/azure, run
go test -race -gocheck.f TestStopInstanc
)
Changed in gwacl: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: intermittent-failure |
To post a comment you must log in.