MCPcopy Create free account
hub / github.com/apache/impala / assertCounterOrder

Function assertCounterOrder

tests/custom_cluster/test_tuple_cache.py:62–64  ·  view source on GitHub ↗
(profile, key, vals)

Source from the content-addressed store, hash-verified

60
61
62def assertCounterOrder(profile, key, vals):
63 values = getCounterValues(profile, key)
64 assert values == vals, values
65
66
67def assertCounter(profile, key, val, num_matches):

Callers 2

test_aggregateMethod · 0.85
test_aggregate_reuseMethod · 0.85

Calls 1

getCounterValuesFunction · 0.85

Tested by

no test coverage detected