You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
I've been making some experiments with supporting Tornado 6 and found that "broken" Tornado scope manager doesn't cause errors in tests.
For example: in this changes condorcet@91ad6c7 I replaced tracer_stack_context with context manager that do noting. Also I removed Tornado specific code from TornadoScopeManager so it just became ThreadLocalScopeManager.
Build with this changes passed successfully https://www.travis-ci.org/condorcet/opentracing-python/builds/513811185
I haven't found tests that modelling situation of switching context in "concurrent coroutines". I think it should be something like this condorcet@30ac1aa
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been making some experiments with supporting Tornado 6 and found that "broken" Tornado scope manager doesn't cause errors in tests.
For example: in this changes condorcet@91ad6c7 I replaced
tracer_stack_context
with context manager that do noting. Also I removed Tornado specific code fromTornadoScopeManager
so it just becameThreadLocalScopeManager
.Build with this changes passed successfully https://www.travis-ci.org/condorcet/opentracing-python/builds/513811185
I haven't found tests that modelling situation of switching context in "concurrent coroutines". I think it should be something like this condorcet@30ac1aa
The text was updated successfully, but these errors were encountered: