-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a Node.js engineer
I want to be able to pass a timeoutMS option to session.commit/abort Transaction
So that I can test it in the driver
User Experience
- None
Dependencies
- None
Risks/Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Pass through an options argument if it is provided to abort/commitTransaction
Testing Requirements
- update assertions for these APIs that the options object is passed through to the super method if defined
Documentation Requirements
- None
Follow Up Requirements
- None