-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Sample failing build: https://travis-ci.org/mongodb/mongoid/jobs/389821842
The driver now specifically prohibits passing strings and symbols for read preference where it expects a hash, which breaks Mongoid tests. My current understanding is in cases that are now failing, previously the read preference would silently not ever make it to the server.
- is related to
-
RUBY-1595 Improve error reporting when symbol/string is passed as read preference
- Closed