-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a node driver engineer
I want to align with the driver's spec
The transaction spec has function prototypes for abortTransaction and commitTransaction which indicate they should return void. Currently, the driver returns the raw command result for each respective operation
User Impact
- Breaking change: The return type of the function will be changed to void
Dependencies
- None
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Fix the promise chain to not return a value
Testing Requirements
- Regression test
Documentation Requirements
- Release notes mention the breaking change
Follow Up Requirements
- None
- is depended on by
-
COMPASS-6436 Investigate changes in NODE-4961: commitTransaction and abortTransaction return command result
- Closed
- related to
-
NODE-2014 Pass through results of given lambda in withTransaction and withSession
- Closed