[nailgun] Add tests to cover database migrations
Bug #1391553 reported by
Ihor Kalnytskyi
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Fuel Python (Deprecated) |
Bug Description
One more time we have struck against of migration issue:
https:/
So we MUST cover all migrations with unit tests and we need to have some util stuff to do that.
Changed in fuel: | |
status: | Confirmed → Triaged |
tags: |
added: tech-debt removed: nailgun |
Changed in fuel: | |
importance: | High → Medium |
milestone: | 6.1 → 7.0 |
Changed in fuel: | |
milestone: | 7.0 → 8.0 |
Changed in fuel: | |
status: | Triaged → Fix Committed |
tags: | added: area-python |
To post a comment you must log in.
We should figure out how it should be done.
I think for each version we should have fixtures, like here [1], but it doesn't cover our cases, because this nodes are node deployed as result there is not enough data.
Any ideas?
[1] https:/ /github. com/stackforge/ fuel-web/ blob/master/ nailgun/ nailgun/ fixtures/ sample_ environment. json