-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Build
-
None
Currently the driver tests all combinations of Auth + SSL:
- Auth/SSL
- Auth/NoSSL
- NoAuth/SSL
- NoAuth/NoSSL
I suggest we reduce this to:
- Auth/SSL
- NoAuth/NoSSL
since auth and ssl are orthogonal concerns.