mongodb / specifications

Specifications related to MongoDB
http://specifications.readthedocs.io/en/latest
Other
389 stars 242 forks source link

DRIVERS-2232: remove usages of `currentOp` and `collStats` from tests #1402

Closed baileympearson closed 1 year ago

baileympearson commented 1 year ago

Node POC: https://github.com/mongodb/node-mongodb-native/pull/3638

This PR removes usage of the collStats command and currentOp from tests.

Please complete the following before merging:

baileympearson commented 1 year ago

@alcaeus I decided to address the currentOp test here but instead of adding a minimum server version, I changed the command to a killOp.