description association proxy shared between all standard attrs
Bug #1553689 reported by
Kevin Benton
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Kevin Benton |
Bug Description
The association proxy added for the description on all standard attribute resources was being shared between all standard attributes since it was defined on the class that they all inherit. This meant that the first model to load would become the reference and break filtering for all of the others.
This was causing unit tests to sporadically fail because it depended on the model load order of each worker which depended on the order of tests they executed.
description: | updated |
Changed in neutron: | |
milestone: | none → mitaka-rc1 |
importance: | Undecided → High |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/288999
Review: https:/