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

Function assertCounters

tests/custom_cluster/test_tuple_cache.py:74–77  ·  view source on GitHub ↗
(profile, num_hits, num_halted, num_skipped, num_matches=1)

Source from the content-addressed store, hash-verified

72
73
74def assertCounters(profile, num_hits, num_halted, num_skipped, num_matches=1):
75 assertCounter(profile, NUM_HITS, num_hits, num_matches)
76 assertCounter(profile, NUM_HALTED, num_halted, num_matches)
77 assertCounter(profile, NUM_SKIPPED, num_skipped, num_matches)
78
79
80def get_cache_keys(profile):

Calls 1

assertCounterFunction · 0.85

Tested by

no test coverage detected