File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 3636 ]
3737 }
3838 },
39+ {
40+ "description" : " Read preference tags are case sensitive" ,
41+ "uri" : " mongodb://example.com/?readPreference=secondary&readPreferenceTags=dc:NY" ,
42+ "valid" : true ,
43+ "warning" : false ,
44+ "hosts" : null ,
45+ "auth" : null ,
46+ "options" : {
47+ "readPreferenceTags" : [
48+ {
49+ "dc" : " NY"
50+ }
51+ ]
52+ }
53+ },
3954 {
4055 "description" : " Invalid readPreferenceTags causes a warning" ,
4156 "uri" : " mongodb://example.com/?readPreferenceTags=invalid" ,
4257 "valid" : true ,
4358 "warning" : true ,
4459 "hosts" : null ,
4560 "auth" : null ,
46- "options" : {}
61+ "options" : null
4762 },
4863 {
4964 "description" : " Non-numeric maxStalenessSeconds causes a warning" ,
5267 "warning" : true ,
5368 "hosts" : null ,
5469 "auth" : null ,
55- "options" : {}
70+ "options" : null
5671 },
5772 {
5873 "description" : " Too low maxStalenessSeconds causes a warning" ,
6176 "warning" : true ,
6277 "hosts" : null ,
6378 "auth" : null ,
64- "options" : {}
79+ "options" : null
6580 }
6681 ]
6782}
You can’t perform that action at this time.
0 commit comments