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

Method assert_finished

tests/query_test/test_observability.py:1293–1296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1291 "debug_action": "0:GETNEXT:FAIL"})
1292
1293 def assert_finished():
1294 profile = self.client.get_runtime_profile(handle)
1295 return self.__is_line_in_profile("Query State: FINISHED", profile) and \
1296 self.__is_line_in_profile("Impala Query State: FINISHED", profile)
1297
1298 self.assert_eventually(300, 1, assert_finished,
1299 lambda: self.client.get_runtime_profile(handle))

Callers

nothing calls this directly

Calls 2

__is_line_in_profileMethod · 0.95
get_runtime_profileMethod · 0.45

Tested by

no test coverage detected