-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
Python Drivers
-
Not Needed
-
Context
It is only worthwhile to split out sync and async if the overall test length is long, since we pay the extra cost of setting up mongo-orchestration, etc.
Additionally, we do not currently support mixing test markers, so our encryption tests are still running both sync and async.
We should run both sync and async when running the full test suite on linux as well.
Definition of done
Add sync+async versions of tasks and use them where appropriate.
Pitfalls
None