(self, vector)
| 30 | cls.ImpalaTestMatrix.add_dimension(create_client_protocol_dimension()) |
| 31 | |
| 32 | def test_same_coordinator(self, vector): |
| 33 | protocol = vector.get_value('protocol') |
| 34 | with self.create_client_for_nth_impalad(0, protocol) as client, \ |
| 35 | QueryToKill(self, protocol) as query_id_to_kill: |
| 36 | assert_kill_ok(client, query_id_to_kill) |
| 37 | |
| 38 | def test_different_coordinator(self, vector): |
| 39 | protocol = vector.get_value('protocol') |
nothing calls this directly
no test coverage detected