Description
The integration test suite currently expects aggregations with $lookup and collMod invocations with a validator to run successfully on the server. However, these use features that were introduced in MongoDB 3.2; thus, the integration suite fails when run against older server versions. Depending on the server version, these tests should be changed to assert that the relevant operations fail with a server error.