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

Method test_same_coordinator

tests/query_test/test_kill_query.py:32–36  ·  view source on GitHub ↗
(self, vector)

Source from the content-addressed store, hash-verified

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')

Callers

nothing calls this directly

Calls 4

QueryToKillClass · 0.90
assert_kill_okFunction · 0.90
get_valueMethod · 0.45

Tested by

no test coverage detected