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

parallel/del.js test seems not to be running correctly

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1.1
    • Affects Version/s: None
    • Component/s: JavaScript
    • Labels:
      None
    • ALL

      From a buildbot log, it looks like the actions spawned in child threads aren't getting run.

      <http://buildbot.mongodb.org/builders/Linux%2064-bit%20v8/builds/3037/steps/test_5/logs/stdio>

      starting test : del.js 
      Thu Feb 23 23:49:47 [conn158] end connection 127.0.0.1:45276 (2 connections now open)
      MongoDB shell version: 2.1.1-pre-
      Thu Feb 23 23:49:47 [initandlisten] connection accepted from 127.0.0.1:45277 #159 (1 connection now open)
      connecting to: 127.0.0.1:27999/test
      null
      Thu Feb 23 23:49:48 [initandlisten] connection accepted from 127.0.0.1:45278 #160 (2 connections now open)
      connecting to: 127.0.0.1:27999/test
      Thu Feb 23 23:49:48 js thread raised exception: undefined:2 ReferenceError: HOST is not defined
          var m = new Mongo( HOST )
                             ^
      
      Thu Feb 23 23:49:48 [initandlisten] connection accepted from 127.0.0.1:45279 #161 (3 connections now open)
      connecting to: 127.0.0.1:27999/test
      Thu Feb 23 23:49:48 js thread raised exception: undefined:2 ReferenceError: HOST is not defined
          var m = new Mongo( HOST )
                             ^
      
      Thu Feb 23 23:49:48 [initandlisten] connection accepted from 127.0.0.1:45280 #162 (4 connections now open)
      connecting to: 127.0.0.1:27999/test
      Thu Feb 23 23:49:48 js thread raised exception: undefined:2 ReferenceError: HOST is not defined
          var m = new Mongo( HOST )
                             ^
      
      Thu Feb 23 23:49:48 [initandlisten] connection accepted from 127.0.0.1:45281 #163 (5 connections now open)
      connecting to: 127.0.0.1:27999/test
      Thu Feb 23 23:49:48 js thread raised exception: undefined:2 ReferenceError: HOST is not defined
          var m = new Mongo( HOST )
                             ^
      
      Thu Feb 23 23:49:50 [conn159] dropDatabase fooa
      Thu Feb 23 23:49:50 [conn159] removeJournalFiles
      Thu Feb 23 23:49:50 [conn159] dropDatabase foob
      Thu Feb 23 23:49:50 [conn159] removeJournalFiles
      Thu Feb 23 23:49:52 [conn159] dropDatabase fooa
      Thu Feb 23 23:49:52 [conn159] removeJournalFiles
      Thu Feb 23 23:49:52 [conn159] dropDatabase foob
      Thu Feb 23 23:49:52 [conn159] removeJournalFiles
      Thu Feb 23 23:49:54 [conn159] dropDatabase fooa
      Thu Feb 23 23:49:54 [conn159] removeJournalFiles
      Thu Feb 23 23:49:54 [conn159] dropDatabase foob
      Thu Feb 23 23:49:54 [conn159] removeJournalFiles
      Thu Feb 23 23:49:56 [conn159] dropDatabase fooa
      Thu Feb 23 23:49:56 [conn159] removeJournalFiles
      Thu Feb 23 23:49:56 [conn159] dropDatabase foob
      Thu Feb 23 23:49:56 [conn159] removeJournalFiles
      Thu Feb 23 23:49:58 [conn159] dropDatabase fooa
      Thu Feb 23 23:49:58 [conn159] removeJournalFiles
      Thu Feb 23 23:49:58 [conn159] dropDatabase foob
      Thu Feb 23 23:49:58 [conn159] removeJournalFiles
      Thu Feb 23 23:50:00 [conn159] dropDatabase fooa
      Thu Feb 23 23:50:00 [conn159] removeJournalFiles
      Thu Feb 23 23:50:00 [conn159] dropDatabase foob
      Thu Feb 23 23:50:00 [conn159] removeJournalFiles
      Thu Feb 23 23:50:02 [conn159] dropDatabase fooa
      Thu Feb 23 23:50:02 [conn159] removeJournalFiles
      Thu Feb 23 23:50:02 [conn159] dropDatabase foob
      Thu Feb 23 23:50:02 [conn159] removeJournalFiles
      Thu Feb 23 23:50:04 [conn159] dropDatabase fooa
      Thu Feb 23 23:50:04 [conn159] removeJournalFiles
      Thu Feb 23 23:50:04 [conn159] dropDatabase foob
      Thu Feb 23 23:50:04 [conn159] removeJournalFiles
      Thu Feb 23 23:50:06 [conn159] dropDatabase fooa
      Thu Feb 23 23:50:06 [conn159] removeJournalFiles
      Thu Feb 23 23:50:06 [conn159] dropDatabase foob
      Thu Feb 23 23:50:06 [conn159] removeJournalFiles
      Thu Feb 23 23:50:08 [conn159] dropDatabase fooa
      Thu Feb 23 23:50:08 [conn159] removeJournalFiles
      Thu Feb 23 23:50:08 [conn159] dropDatabase foob
      Thu Feb 23 23:50:08 [conn159] removeJournalFiles
      dropping
      dropping
      dropping
      dropping
      dropping
      dropping
      dropping
      dropping
      dropping
      dropping
      Thu Feb 23 23:50:08 [conn160] end connection 127.0.0.1:45278 (4 connections now open)
      Thu Feb 23 23:50:08 [conn163] end connection 127.0.0.1:45281 (4 connections now open)
      Thu Feb 23 23:50:08 [conn161] end connection 127.0.0.1:45279 (4 connections now open)
      Thu Feb 23 23:50:08 [conn159] end connection 127.0.0.1:45277 (4 connections now open)
      Thu Feb 23 23:50:08 [conn162] end connection 127.0.0.1:45280 (0 connections now open)
      Thu Feb 23 23:50:08 [initandlisten] connection accepted from 127.0.0.1:45282 #164 (1 connection now open)
      

            Assignee:
            antoine Antoine Girbal
            Reporter:
            aaron Aaron Staple
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: