[SERVER-10598] mr_drop.js (via parallel/basic.js) is failing on MCI windows_64 Created: 22/Aug/13  Updated: 08/Apr/14  Resolved: 22/Aug/13

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

Type: Bug Priority: Major - P3
Reporter: Matt Kangas Assignee: hari.khalsa@10gen.com
Resolution: Done Votes: 0
Labels: buildbot
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

mci_0.9_windows_64


Issue Links:
Related
is related to SERVER-13512 mr_drop.js is flakey when run in para... Closed
Operating System: ALL
Participants:

 Description   

Related to SERVER-10104? Or maybe another race between tests?

master rev 3696ac227c, Wed Aug 12

http://mci.10gen.com/ui/task/mongodb_mongo_master_windows_64_3696ac227caa1dd04aa133ad202b8250ebd7c02d_13_08_21_23_33_07_parallel_windows_64
http://buildlogs.mongodb.org/mci_0.9_windows_64/builds/605/test/parallel_0/basic.js

2013-08-22T00:46:33.037+0000 [conn33] CMD: drop test.jstests_mr_drop
sh1444| MongoDB shell version: 2.5.2-pre-
2013-08-22T00:46:33.041+0000 [conn33] end connection 127.0.0.1:49789 (6 connections now open)
2013-08-22T00:46:33.044+0000 [conn29] CMD: drop test.tmp.mr.jstests_mr_drop_6
2013-08-22T00:46:33.045+0000 [conn29] CMD: drop test.tmp.mr.jstests_mr_drop_6_inc
2013-08-22T00:46:33.046+0000 [conn29] command test.$cmd command: { mapreduce: "jstests_mr_drop", map: function () { sleep( this.mapSleep ); emit( this.key, this ); }, reduce: function ( key, vals ) { sleep( vals[ 0 ].reduceSleep ); return vals[ 0 ]; }, finalize: function ( key, value ) { sleep( value.finalizeSleep ); return value; }, out: "jstests_mr_drop_out" } ntoreturn:1 keyUpdates:0 locks(micros) r:832 reslen:66 2074ms
2013-08-22T00:46:33.064+0000 [conn30] CMD: drop test.geoa
2013-08-22T00:46:33.066+0000 [conn30] build index test.geoa { _id: 1 }
2013-08-22T00:46:33.066+0000 [conn30] build index done.  scanned 0 total records. 0 secs
2013-08-22T00:46:33.067+0000 [conn30] build index test.geoa { a.loc: "2d" }
2013-08-22T00:46:33.068+0000 [conn30] build index done.  scanned 3 total records. 0 secs
2013-08-22T00:46:33.071+0000 [conn30] build index test.system.users { _id: 1 }
2013-08-22T00:46:33.072+0000 [conn30] build index done.  scanned 0 total records. 0 secs
2013-08-22T00:46:33.072+0000 [conn30] build index test.system.users { user: 1, userSource: 1 }
2013-08-22T00:46:33.072+0000 [conn30] build index done.  scanned 0 total records. 0 secs
sh1444| connecting to: 127.0.0.1:27999/test
sh1444| true
2013-08-22T00:46:33.048+0000 map reduce failed:{ "ok" : 0, "errmsg" : "ns doesn't exist" } at src/mongo/shell/collection.js:1009
********** Parallel Test FAILED: Error: error loading js file: jstests/mr_drop.js



 Comments   
Comment by hari.khalsa@10gen.com [ 22/Aug/13 ]

kangas Another bad test. See http://codereview.10gen.com/11061035/ for when I tried to fix it last time.

Idea: What if we start tagging, in-test, things that are inherently flaky? Perhaps a // FLAKY! See (xxx)?

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