Need to investigate the root cause that we need to change log level to suppress annoying message in unit tests
Bug #1360794 reported by
Akihiro Motoki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Triaged
|
Low
|
David Lyle |
Bug Description
bug 1358120 and https:/
The following tests need to be investigated.
- openstack_
test_
- openstack_
test_
In both tests, we are using logger.
Changed in horizon: | |
milestone: | juno-3 → juno-rc1 |
Changed in horizon: | |
milestone: | juno-rc1 → kilo-1 |
Changed in horizon: | |
milestone: | kilo-1 → kilo-2 |
Changed in horizon: | |
milestone: | kilo-2 → kilo-3 |
Changed in horizon: | |
milestone: | kilo-3 → kilo-rc1 |
Changed in horizon: | |
milestone: | kilo-rc1 → next |
tags: | removed: django1.7 |
To post a comment you must log in.
I tried to investigated the cause but cannot identify it so far.
The easiest way to show the detail error message is to remove setLevel or logging.disable sentences.
These tests also fail with Django 1.7 RC as Thomas reported in the dev ML for Debian Jessie. /www.djangoproj ect.com/ download/
I believe the root cause is same.
To test Django 1.7, please refer to https:/