Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
def
assertCounterOrder(profile, key, vals):
63
values = getCounterValues(profile, key)
64
assert values == vals, values
65
66
67
def
assertCounter(profile, key, val, num_matches):
Callers
2
test_aggregate
Method · 0.85
test_aggregate_reuse
Method · 0.85
Calls
1
getCounterValues
Function · 0.85
Tested by
no test coverage detected