oslo.reports/oslo_reports/tests
Ivan Kolodyazhny d23e0a65b2 Use file modification events instead of signal handler
In case if application is under Apache+mod_wsgi it is not recommended to
use signals [1]. We need to have configuration option for handling
'touch file' event instead of signal.

Alternative solutions:
1) watchdog: can monitor only directories, has issues with eventlet [2].
2) inotify: works only with linux-based systems.

[1]
https://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIRestrictSignal

[2] https://github.com/gorakhargosh/watchdog/issues/332

Change-Id: I6ef02457f21da8e6fbd50e57bfa503b3c31ddd76
Implements: blueprint guru-meditation-report-file-touch
2016-06-13 18:25:14 +03:00
..
__init__.py exported from oslo-incubator by graduate.sh 2015-06-03 12:49:50 -04:00
test_base_report.py Drop python 2.6 support 2015-11-23 14:59:11 +00:00
test_guru_meditation_report.py Use file modification events instead of signal handler 2016-06-13 18:25:14 +03:00
test_openstack_generators.py Guru Meditation Reports broken without version_string 2015-06-22 16:57:05 -04:00
test_views.py Fix mock of open() for mock 1.1.0 2015-07-10 13:21:37 +00:00