Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
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 '12 at 7:37
Can you add the scenario failing ? Have you always the error ? – shingara Apr 3 '12 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 '12 at 12:00

1 Answer

up vote 0 down vote accepted

Maybe this error not occur now. one year after

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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