Files
opentelemetry-python-contrib/tests/opentelemetry-docker-tests
Owais Lone c4639ee3f5 Fix flaky celery docker test (#652)
The test was actually generating 2 spans but on very fast systems we
only saw one as the test ran faster than the message would travel
through the broker, trigger a task and generate 2nd span.

Switched from .delay() to .apply() so only one span is generated which
is enough for the test in question.
2021-09-02 10:14:38 +02:00
..
2021-09-02 10:14:38 +02:00