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

Method __validate_memz

tests/custom_cluster/test_query_retries.py:1214–1217  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1212 return query.search(memz_breakdown)
1213
1214 def __validate_memz(self):
1215 # Validate that all queries are released
1216 self.assert_eventually(60, 0.1,
1217 lambda: self.__exist_queries_in_web_ui_memz() is None)
1218
1219
1220# Tests that verify the query-retries are properly triggered by disk IO failure.

Calls 2

assert_eventuallyMethod · 0.80

Tested by

no test coverage detected