MCPcopy
hub / github.com/celery/celery / test_result_set

Method test_result_set

t/integration/test_canvas.py:1161–1165  ·  view source on GitHub ↗
(self, manager)

Source from the content-addressed store, hash-verified

1159
1160 @flaky
1161 def test_result_set(self, manager):
1162 assert_ping(manager)
1163
1164 rs = ResultSet([add.delay(1, 1), add.delay(2, 2)])
1165 assert rs.get(timeout=TIMEOUT) == [2, 4]
1166
1167 @flaky
1168 def test_result_set_error(self, manager):

Callers

nothing calls this directly

Calls 4

getMethod · 0.95
ResultSetClass · 0.90
assert_pingFunction · 0.85
delayMethod · 0.45

Tested by

no test coverage detected