job.execute(isRunTestInVm());
compareResults(collection, getReference());
collection.drop();
job.param(INPUT_QUERY, "{\"_id\":{\"$gt\":{\"$date\":1182470400000}}}")
.inputUris(getInputUri())
.execute(isRunTestInVm());
// Make sure that this fails when rangequery is used with a query that conflicts
assertEquals(collection.count(), 0);
}