We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d52a0 commit 179a210Copy full SHA for 179a210
newsfragments/3705.bugfix.rst
@@ -0,0 +1,4 @@
1
+Thread safety for batching and better consistency with ``PersistentConnectionProvider`` implementations:
2
+
3
+ - Make request batching threadsafe by using ``contextvars.ContextVar`` rather than a global flag for setting the batching state.
4
+ - Deterministically match responses with request ids for ``PersistentConnectionProvider`` batch requests.
newsfragments/3705.internal.rst
@@ -0,0 +1 @@
+Fix issues and start running the core tests with `pytest-xdist`, effectively reducing the CI test times by ~75-80%.
0 commit comments