forked from OpenTSDB/opentsdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The bug incorrectly assumed the downsampling unit was second while computing start and end time of HBase scan. - Fixed the math. - Suffixed the field name with _ms. - Added unit tests to address the bug. * downsample and downsampleMilliseconds. - Added a nested helper class for unit tests to access private methods. - Factored out the unit tests related to downsampling from the huge TestTsdbQuery.java. It was too big for Eclipse to run. Signed-off-by: Chris Larsen <clarsen@euphoriaaudio.com>
- Loading branch information
Showing
4 changed files
with
557 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.