MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / rowKeyFromTSUIDEmptyTsuid

Method rowKeyFromTSUIDEmptyTsuid

test/core/TestRowKey.java:127–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 @Test (expected = IllegalArgumentException.class)
128 public void rowKeyFromTSUIDEmptyTsuid() throws Exception {
129 final byte[] tsuid = { };
130 RowKey.rowKeyFromTSUID(tsdb, tsuid, 1356998400);
131 }
132
133 @Test
134 public void rowKeyFromTSUIDNoTags() throws Exception {

Callers

nothing calls this directly

Calls 1

rowKeyFromTSUIDMethod · 0.95

Tested by

no test coverage detected