I am getting this weird error while running cucumber test:

ERROR Mongo::OperationFailure: Database command 'filemd5' failed: {"errmsg"=>"exception: best guess plan requested, but scan and order required: query: { files_id: ObjectId('4d1abab3a15c84139c00006e') } order: { files_id: 1, n: 1 } choices: { $natural: 1 } ", "code"=>13284, "ok"=>0.0}

I have a list of similar scenarios, where first scenario passes but all the other following scenario fails. I searched for it and I found that there is problem with indexing. But, I am not sure about what query to write. Furthermore, I can add the query on the mongo of the development. I want to make sure that the indexing is done in test too. If anyone has any idea on this, feel free.

link|improve this question

27% accept rate
What is your test doing when the failure occurs? Are you tailing the mongo log while in verbose mode? – CountCet Apr 30 '11 at 4:09
Can you paste a complete backtrace please? have you activate the autocreate index option? – shingara Mar 4 at 7:37
Can you add the scenario failing ? Have you always the error ? – shingara Apr 3 at 8:00
Actually, right now i don't have the failing scenario. Because the question was posted a long time ago. – Deepak Lamichhane Apr 3 at 12:00
feedback

1 Answer

Maybe this error not occur now. one year after

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.