-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
As discovered in the fix for https://jira.mongodb.org/browse/RUBY-2675, the query cache enablement flag is stored in fiber-local storage rather than thread-local storage. However, there is no test coverage for query cache use from various fibers.
The tests for this should be added and the behavior documented.
- related to
-
RUBY-2675 QueryCache returns wrong results after partial iteration of result set, e.g. after calling `none?`
- Closed