Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-10499

replsets/ismaster1.js failing on Linux RHEL, 64 and 32 bit

    • ALL

      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
      
      

            Assignee:
            greg_10gen Greg Studer
            Reporter:
            matt.kangas Matt Kangas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: