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 7d83883 commit cbdb5feCopy full SHA for cbdb5fe
test/discovery_and_monitoring/errors/prefer-error-code.json
@@ -52,7 +52,7 @@
52
}
53
},
54
{
55
- "description": "errmsg \"not writable primary\" gets ignored when error code exists",
+ "description": "errmsg \"not master\" gets ignored when error code exists",
56
"applicationErrors": [
57
58
"address": "a:27017",
@@ -61,7 +61,7 @@
61
"type": "command",
62
"response": {
63
"ok": 0,
64
- "errmsg": "not writable primary",
+ "errmsg": "not master",
65
"code": 1
66
67
0 commit comments