-
Type:
Spec Change
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Component/s: Authentication
-
None
-
Needed
Summary
When all drivers implement DRIVERS-3131, the following legacy auth tests can be deleted:
- 'should throw an exception if username and no password (MONGODB-AWS)',
- 'should use username and password if specified (MONGODB-AWS)',
- 'should use username, password and session token if specified (MONGODB-AWS)'
Motivation
Who is the affected end user?
Drivers
How does this affect the end user?
N/A
How likely is it that this problem or use case will occur?
Drivers that have implemented DRIVERS-3131 would have the tests skipped.
If the problem does occur, what are the consequences and how severe are they?
Failing spec tests.
Is this issue urgent?
No
Is this ticket required by a downstream team?
No
Is this ticket only for tests?
Yes
Acceptance Criteria
Remove the following tests from auth/tests/legacy/connection-string.*:
- 'should throw an exception if username and no password (MONGODB-AWS)',
- 'should use username and password if specified (MONGODB-AWS)',
- 'should use username, password and session token if specified (MONGODB-AWS)'
- depends on
-
DRIVERS-3131 Breaking: Remove support for specifying MONGODB-AWS authentication properties explicitly
-
- In Progress
-