MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / validateWithDownsampleNone

Method validateWithDownsampleNone

test/core/TestTSSubQuery.java:228–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 @Test (expected = IllegalArgumentException.class)
229 public void validateWithDownsampleNone() {
230 TSSubQuery sub = getMetricForValidate();
231 sub.setDownsample("1m-none");
232 sub.validateAndSetQuery();
233 }
234
235 // NOTE: Each of the hash and equals tests should make sure that we the code
236 // doesn't change after validation.

Callers

nothing calls this directly

Calls 3

getMetricForValidateMethod · 0.95
setDownsampleMethod · 0.95
validateAndSetQueryMethod · 0.95

Tested by

no test coverage detected