[SERVER-9675] query_yield1.js failing on Windows 64-bit Weekly Slow Created: 13/May/13  Updated: 11/Jul/16  Resolved: 12/Jul/13

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: 2.5.1

Type: Bug Priority: Major - P3
Reporter: Ian Whalen (Inactive) Assignee: Matt Kangas
Resolution: Done Votes: 0
Labels: buildbot
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Buildbot: Windows 64-bit Weekly Slow


Issue Links:
Related
related to SERVER-8342 Delete old query_yield tests Closed
Operating System: ALL
Steps To Reproduce:

scons --release --64 smokeJsSlowWeekly

Participants:

 Description   

http://buildlogs.mongodb.org/Windows%2064-bit%20Weekly%20Slow%20Tests/builds/80/test/slow%20weekly/query_yield1.js

	
 m30201| Mon May 13 04:21:14.422 [conn1] query test.query_yield1 query: { $where: function (){ var x=this.n; for ( var i=0; i<250; i++ ){ x = x * 2; } r... } ntoreturn:0 ntoskip:0 nscanned:20000 keyUpdates:0 locks(micros) r:836598 nreturned:0 reslen:20 836ms
 m30201| Mon May 13 04:21:15.265 [conn1] query test.query_yield1 query: { $where: function (){ var x=this.n; for ( var i=0; i<250; i++ ){ x = x * 2; } r... } ntoreturn:0 ntoskip:0 nscanned:20000 keyUpdates:0 locks(micros) r:843779 nreturned:0 reslen:20 843ms
 m30201| Mon May 13 04:21:16.092 [conn1] query test.query_yield1 query: { $where: function (){ var x=this.n; for ( var i=0; i<250; i++ ){ x = x * 2; } r... } ntoreturn:0 ntoskip:0 nscanned:20000 keyUpdates:0 locks(micros) r:826734 nreturned:0 reslen:20 826ms
20000	827
2013-05-13 04:21:22 EDT	
 m30201| Mon May 13 04:21:19.196 [conn1] query test.query_yield1 query: { $where: function (){ var x=this.n; for ( var i=0; i<250; i++ ){ x = x * 2; } r... } ntoreturn:0 ntoskip:0 nscanned:40000 keyUpdates:0 locks(micros) r:1581307 nreturned:0 reslen:20 1581ms
 m30201| Mon May 13 04:21:20.912 [conn1] query test.query_yield1 query: { $where: function (){ var x=this.n; for ( var i=0; i<250; i++ ){ x = x * 2; } r... } ntoreturn:0 ntoskip:0 nscanned:40000 keyUpdates:0 locks(micros) r:1708253 nreturned:0 reslen:20 1708ms
 m30201| Mon May 13 04:21:22.612 [conn1] query test.query_yield1 query: { $where: function (){ var x=this.n; for ( var i=0; i<250; i++ ){ x = x * 2; } r... } ntoreturn:0 ntoskip:0 nscanned:40000 keyUpdates:0 locks(micros) r:1703425 nreturned:0 reslen:20 1703ms
40000	1700
2013-05-13 04:21:35 EDT	
 m30201| Mon May 13 04:21:28.962 [conn1] query test.query_yield1 query: { $where: function (){ var x=this.n; for ( var i=0; i<250; i++ ){ x = x * 2; } r... } ntoreturn:0 ntoskip:0 nscanned:80000 keyUpdates:0 locks(micros) r:3253927 nreturned:0 reslen:20 3253ms
 m30201| Mon May 13 04:21:32.191 [conn1] query test.query_yield1 query: { $where: function (){ var x=this.n; for ( var i=0; i<250; i++ ){ x = x * 2; } r... } ntoreturn:0 ntoskip:0 nscanned:80000 keyUpdates:0 locks(micros) r:3235015 nreturned:0 reslen:20 3235ms
 m30201| Mon May 13 04:21:35.420 [conn1] query test.query_yield1 query: { $where: function (){ var x=this.n; for ( var i=0; i<250; i++ ){ x = x * 2; } r... } ntoreturn:0 ntoskip:0 nscanned:80000 keyUpdates:0 locks(micros) r:3226776 nreturned:0 reslen:20 3226ms
80000	3229
Mon May 13 04:21:35.420 shell: started program mongo.exe --eval TestData = {
	"testPath" : "D:\\slave\\Windows_64bit_Weekly_Slow_Tests\\mongo\\jstests\\slowWeekly\\query_yield1.js",
	"testFile" : "query_yield1.js",
	"testName" : "query_yield1",
	"noJournal" : false,
	"noJournalPrealloc" : false,
	"auth" : false,
	"keyFile" : null,
	"keyFileData" : null,
	"authMechanism" : "MONGODB-CR"
};db = db.getSiblingDB('test');print( 0 == db.query_yield1.find( function(){ var x=this.n; for ( var i=0; i<500; i++ ){ x = x * 2; } return false; } ).itcount() );  127.0.0.1:30201
sh9476| MongoDB shell version: 2.5.0-pre-
sh9476| connecting to: 127.0.0.1:30201/test
 m30201| Mon May 13 04:21:35.498 [initandlisten] connection accepted from 127.0.0.1:55035 #2 (2 connections now open)
start query
assert: [1] != [0] are not equal : nothing in prog
Error: Printing Stack Trace
    at printStackTrace (src/mongo/shell/utils.js:37:15)
    at doassert (src/mongo/shell/assert.js:6:5)
    at Function.assert.eq (src/mongo/shell/assert.js:32:5)
    at D:\slave\Windows_64bit_Weekly_Slow_Tests\mongo\jstests\slowWeekly\query_yield1.js:63:16
Mon May 13 04:21:35.514 JavaScript execution failed: [1] != [0] are not equal : nothing in prog at src/mongo/shell/assert.js:L7
failed to load: D:\slave\Windows_64bit_Weekly_Slow_Tests\mongo\jstests\slowWeekly\query_yield1.js



 Comments   
Comment by Matt Kangas [ 12/Jul/13 ]

Disabled the yield_query* tests. Reminder to reactivate specified in SERVER-8342

Comment by auto [ 12/Jul/13 ]

Author:

{u'username': u'kangas', u'name': u'Matt Kangas', u'email': u'matt.kangas@10gen.com'}

Message: SERVER-9675 disable tests that depend on fair lock scheduler
Branch: master
https://github.com/mongodb/mongo/commit/15333b2a308fd26c28448810780b06407328a795

Generated at Thu Feb 08 03:21:08 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.