()
| 283 | } |
| 284 | |
| 285 | @Test |
| 286 | public void tsuidFromMetric() throws Exception { |
| 287 | byte[] tsuid = TSUIDQuery.tsuidFromMetric(tsdb, METRIC_STRING, tags).join(); |
| 288 | assertArrayEquals(TSUID, tsuid); |
| 289 | } |
| 290 | |
| 291 | @Test |
| 292 | public void tsuidFromMetricTwoTags() throws Exception { |
nothing calls this directly
no test coverage detected