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 d987c4e commit 69ee30cCopy full SHA for 69ee30c
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