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 36
36
]
37
37
}
38
38
},
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
+ },
39
54
{
40
55
"description" : " Invalid readPreferenceTags causes a warning" ,
41
56
"uri" : " mongodb://example.com/?readPreferenceTags=invalid" ,
42
57
"valid" : true ,
43
58
"warning" : true ,
44
59
"hosts" : null ,
45
60
"auth" : null ,
46
- "options" : {}
61
+ "options" : null
47
62
},
48
63
{
49
64
"description" : " Non-numeric maxStalenessSeconds causes a warning" ,
52
67
"warning" : true ,
53
68
"hosts" : null ,
54
69
"auth" : null ,
55
- "options" : {}
70
+ "options" : null
56
71
},
57
72
{
58
73
"description" : " Too low maxStalenessSeconds causes a warning" ,
61
76
"warning" : true ,
62
77
"hosts" : null ,
63
78
"auth" : null ,
64
- "options" : {}
79
+ "options" : null
65
80
}
66
81
]
67
82
}
You can’t perform that action at this time.
0 commit comments