We have a build that runs nightly that runs the MMS integration tests against the head of MongoDB master. This morning we had the following failure.
FAILED: com.xgen.svc.brs.dao.RestoreJobDaoIntTests.testPullRestoreJob Error Message: { "serverUsed" : "127.0.0.1:26000" , "ok" : 0.0 , "errmsg" : "assertion src/mongo/db/exec/sort.cpp:233" , "code" : 8} Stack Trace: com.mongodb.CommandFailureException: { "serverUsed" : "127.0.0.1:26000" , "ok" : 0.0 , "errmsg" : "assertion src/mongo/db/exec/sort.cpp:233" , "code" : 8} at com.mongodb.CommandResult.getException(CommandResult.java:76) at com.mongodb.CommandResult.throwOnError(CommandResult.java:140) at com.mongodb.DBCollection.findAndModify(DBCollection.java:484) at com.mongodb.DBCollection.findAndModify(DBCollection.java:424) at com.mongodb.DBCollection.findAndModify(DBCollection.java:532) at com.xgen.svc.brs.dao.RestoreJobDao.getRestoreJobDocument(RestoreJobDao.java:684) at com.xgen.svc.brs.dao.RestoreJobDao.getNewJob(RestoreJobDao.java:80) at com.xgen.svc.brs.dao.RestoreJobDao.getNewJob(RestoreJobDao.java:57) at com.xgen.svc.brs.dao.RestoreJobDaoIntTests.testPullRestoreJob(RestoreJobDaoIntTests.java:166)
- related to
-
SERVER-13732 Predicates in top-level implicit AND query not considered when generating index access plan for contained OR
- Closed