|
http://buildlogs.mongodb.org/Linux%20RHEL%2064-bit/builds/1485/test/recent%20failures/ismaster1.js
Tue Aug 13 10:26:39.274 assert failed : slave had the following problems.
|
The result was:
|
{
|
"setName" : "ismaster",
|
"setVersion" : 1,
|
"ismaster" : false,
|
"secondary" : true,
|
"hosts" : [
|
"bs-rhel-57-64-1:31000"
|
],
|
"passives" : [
|
"bs-rhel-57-64-1:31001"
|
],
|
"arbiters" : [
|
"bs-rhel-57-64-1:31003"
|
],
|
"passive" : true,
|
"me" : "bs-rhel-57-64-1:31001",
|
"maxBsonObjectSize" : 16777216,
|
"maxMessageSizeBytes" : 48000000,
|
"localTime" : ISODate("2013-08-13T14:26:39.271Z"),
|
"ok" : 1
|
}
|
It lacked the following fields which it should have contained: primary at src/mongo/shell/assert.js:7
|
failed to load: /data/buildslaves/Linux_RHEL_64bit/mongo/jstests/replsets/ismaster1.js
|
message from build #1785:
http://buildlogs.mongodb.org/Linux%20RHEL%2032-bit/builds/1785/test/replica%20sets/ismaster1.js
Mon Aug 12 17:56:25.232 assert failed : slave had the following problems.
|
The result was:
|
{
|
"setName" : "ismaster",
|
"setVersion" : 1,
|
"ismaster" : false,
|
"secondary" : true,
|
"hosts" : [
|
"bs-rhel-57-32-1:31000"
|
],
|
"passives" : [
|
"bs-rhel-57-32-1:31001"
|
],
|
"arbiters" : [
|
"bs-rhel-57-32-1:31003"
|
],
|
"passive" : true,
|
"me" : "bs-rhel-57-32-1:31001",
|
"maxBsonObjectSize" : 16777216,
|
"maxMessageSizeBytes" : 48000000,
|
"localTime" : ISODate("2013-08-12T21:56:25.204Z"),
|
"ok" : 1
|
}
|
It lacked the following fields which it should have contained: primary at src/mongo/shell/assert.js:7
|
failed to load: /data/buildslaves/Linux_RHEL_32bit/mongo/jstests/replsets/ismaster1.js
|
|
|