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

Method validateBadDS

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

Source from the content-addressed store, hash-verified

116 }
117
118 @Test (expected = IllegalArgumentException.class)
119 public void validateBadDS() {
120 TSSubQuery sub = getMetricForValidate();
121 sub.setDownsample("bad");
122 sub.validateAndSetQuery();
123 }
124
125 @Test
126 public void validateWithFilter() {

Callers

nothing calls this directly

Calls 3

getMetricForValidateMethod · 0.95
setDownsampleMethod · 0.95
validateAndSetQueryMethod · 0.95

Tested by

no test coverage detected