b94e959f89
Fix influx statistics query to include the timestamp offset Fix monasca_tempest_tests.tests.api.test_statistics.TestStatistics.test_list_statistics_with_offset_limit by assuming offset is an opaque value and making sure it is urldecoded and urlencoded as it should be. Also, previously, the test was trying to use an offset returned by measurement-list and apply it to metric-statistics. That is not required to work by the API definition and should not be attempted There was a bug in the Java parsing of timestamps which was causing 2016-08-05T17:33:13.310Z to be converted to 2016-08-05T17:33:13.031Z. This caused Alarm Histories to be appear to be out of order which caused the tests to fail randomly. Fixed that bug and added unit tests Change-Id: Iedccae6584e01c56cc05dcc45f9b124cb7d61109 |
||
---|---|---|
.. | ||
api | ||
common | ||
expression_parser | ||
middleware | ||
tests | ||
v2 | ||
__init__.py |