MCPcopy
hub / github.com/celery/celery / test_large_group

Method test_large_group

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

Source from the content-addressed store, hash-verified

1238
1239 @flaky
1240 def test_large_group(self, manager):
1241 assert_ping(manager)
1242
1243 c = group(identity.s(i) for i in range(1000))
1244 res = c.delay()
1245
1246 assert res.get(timeout=TIMEOUT) == list(range(1000))
1247
1248 def test_group_lone(self, manager):
1249 """

Callers

nothing calls this directly

Calls 5

groupClass · 0.90
assert_pingFunction · 0.85
sMethod · 0.45
delayMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected