10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

Automatically enable compression with MongoDB >= 3.4. #233

Closed ShaneHarvey closed 7 years ago

ShaneHarvey commented 7 years ago

Evergreen: https://evergreen.mongodb.com/version/5982173f2fbabe404d00094f

This change enables snappy/noop in 3.4 and zlib/snappy/noop in >=3.5.9 so that drivers can test compression in Evergreen.

Fixes https://github.com/mongodb-labs/drivers-evergreen-tools/issues/22.

ShaneHarvey commented 7 years ago

@ajdavis will this somehow break any cdriver tests? Perhaps you have a test that makes sure the driver works on 3.5 when compression is not enabled in the server?

ajdavis commented 7 years ago

LGTM, don't think this will be a problem for us.