()
| 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)) |
nothing calls this directly
no test coverage detected