aodh/tests/storage
xingzhou 0c841abf26 Filter query op:gt does not work as expected
At present, when using timestamp to filter resource or sample data, ceilometer
is using gte for start_timestamp and lt for end_timestamp.
This fix will pass the timestamp operator in the request to the storage level
to support gt operator for the start_timestamp and le for the end_stamp.

The changes will be applied to the get_resources and get_samples methods of
hbase, mongodb and sqlalchemy.

Change-Id: I3fb7651b588400df804ab8bb522084e766744f96
Fixes: Bug 1193926
2013-07-03 23:54:57 -04:00
..
__init__.py Sketch out a plugin system for saving metering data. 2012-06-08 15:00:47 -04:00
base.py Filter query op:gt does not work as expected 2013-07-03 23:54:57 -04:00
test_base.py Use Python 3.x compatible octal literals 2013-06-11 20:24:41 +02:00
test_get_engine.py Session does not use ceilometer.conf's database_connection 2013-05-31 16:26:44 -04:00
test_impl_hbase.py Rename EventFilter to SampleFilter. 2013-05-02 11:38:26 -03:00
test_impl_log.py Remove old configuration metering_storage_engine 2013-03-04 13:50:57 +01:00
test_impl_mongodb.py Rename the MeterPublisher to RPCPublisher 2013-06-14 17:39:27 +02:00
test_impl_sqlalchemy.py session flushing error 2013-06-03 13:57:50 -04:00
test_models.py Get all tests to use tests.base.TestCase 2013-05-15 11:37:48 -04:00
test_register_opts.py Remove old configuration metering_storage_engine 2013-03-04 13:50:57 +01:00