python-novaclient/novaclient/tests/unit
ZhiQiang Fan 1c39f8fabf Don't record time when self.timing is False
The expected behavior is when timing is True, then we record each
request's time, then we should call reset_timings() to release memory.

However, the shell, client.{HTTPClient,SessionClient} will record each
request's time no matter what timing is set, then after long running
time in service like ceilometer-agent-compute, the memory keeps increasing.

We'd better not record request's time when timing is set to False.
Users are not responiable to call reset_timings() when they don't want
timing functionality.

Change-Id: I3e7d2fadf9a21be018781d528a1b6562228da6dd
Closes-Bug: #1433491
2015-03-21 19:27:36 +08:00
..
fixture_data Merge "Moved set of asserts from post_servers_1234_action methods." 2015-03-03 17:59:08 +00:00
v2 Revert 'Remove image to local block device mapping' 2015-03-19 22:58:17 +08:00
__init__.py Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
fakes.py Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
idfake.pem Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
test_auth_plugins.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
test_base.py nova flavor-show command is inconsistent 2015-03-11 09:52:44 +05:30
test_client.py Don't record time when self.timing is False 2015-03-21 19:27:36 +08:00
test_discover.py Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
test_http.py Ensure the use of volume endpoint in volumes apis 2015-03-17 01:19:11 +00:00
test_service_catalog.py Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
test_shell.py Don't record time when self.timing is False 2015-03-21 19:27:36 +08:00
test_utils.py Don't record time when self.timing is False 2015-03-21 19:27:36 +08:00
utils.py Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00