()
| 605 | } |
| 606 | |
| 607 | protected void setDataPointStorage() throws Exception { |
| 608 | storage = new MockBase(tsdb, client, true, true, true, true); |
| 609 | storage.setFamily("t".getBytes(MockBase.ASCII())); |
| 610 | } |
| 611 | |
| 612 | protected void storeLongTimeSeriesSeconds(final boolean two_metrics, |
| 613 | final boolean offset) throws Exception { |
no test coverage detected