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

Method fetchMoreThanMaxBytes

test/core/TestMultiGetQuery.java:716–724  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

714 }
715
716 @Test (expected=QueryException.class)
717 public void fetchMoreThanMaxBytes() throws Exception {
718 setupStorage();
719 max_bytes = 0;
720 MultiGetQuery mgq = new MultiGetQuery(tsdb, query, METRIC_BYTES, q_tags,
721 start_ts, end_ts, tsdb.dataTable(), spans, null, 0, null, query_stats,
722 0, max_bytes, false, multiget_no_meta);
723 final SortedMap<byte[], Span> results = mgq.fetch().join();
724 }
725
726 @Test
727 public void fetchEmptyTable() throws Exception {

Callers

nothing calls this directly

Calls 3

setupStorageMethod · 0.95
fetchMethod · 0.95
dataTableMethod · 0.80

Tested by

no test coverage detected