|
DRIVERS-2829 will add compatibility support to the schema which will allow us to generically skip unified tests that use legacy timeout logic removed in v1, see he full list of tests here. In the meantime, the Go Driver will
1. Skip all legacy test options using the "SkipReason" field
2. Skip unified spec test options using description names, in order to prevent us from erroneously skipping tests that are implemented between the CSOT v2 updates and whenever DRIVERES-2829 is implemented
3. Add the CSOT analogue unified spec tests required by DRIVERS-2829 to definitively ensure that our test coverage is not lowered by efforts to remove legacy timeouts.
|