(cls)
| 27 | class TestKillQuery(ImpalaTestSuite): |
| 28 | @classmethod |
| 29 | def add_test_dimensions(cls): |
| 30 | cls.ImpalaTestMatrix.add_dimension(create_client_protocol_dimension()) |
| 31 | |
| 32 | def test_same_coordinator(self, vector): |
| 33 | protocol = vector.get_value('protocol') |
nothing calls this directly
no test coverage detected