aodh/tests/storage
Thomas Maddox a86e7423f1 Fix for timestamp precision in SQLAlchemy
This fix adds the PreciseTimestamp custom type to address how
MySQL < 5.6.4 truncates temporal columns to the second:
http://dev.mysql.com/doc/refman/5.6/en/fractional-seconds.html

Change-Id: I9d324d1cb6867cf99e15e2ecdc566dc5f8fef536
Closes-Bug: #1215676
2013-09-20 02:43:03 +00:00
..
sqlalchemy Fix for timestamp precision in SQLAlchemy 2013-09-20 02:43:03 +00:00
__init__.py Sketch out a plugin system for saving metering data. 2012-06-08 15:00:47 -04:00
test_base.py Fix to return latest resource metadata 2013-09-09 18:54:19 +00:00
test_get_engine.py ceilometer tests need to be enabled/cleaned 2013-07-11 09:38:55 -04:00
test_impl_hbase.py Refactored storage tests to use testscenarios 2013-08-26 14:24:22 +02:00
test_impl_log.py ceilometer tests need to be enabled/cleaned 2013-07-11 09:38:55 -04:00
test_impl_mongodb.py Alarm API update 2013-09-19 16:11:38 +02:00
test_impl_sqlalchemy.py Reject duplicate events 2013-09-04 12:45:26 -03:00
test_models.py Reject duplicate events 2013-09-04 12:45:26 -03:00
test_storage_scenarios.py Alarm API update 2013-09-19 16:11:38 +02:00