-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
RSS Sydney
-
Fully Compatible
-
NamePending - 2025-01-21, MooseOnTheLoose - 2025-02-04
Create end-to-end testing for general use cases of the API:
- An API call is successful , and we calls `get_last_error` on it.
- An API call (thats not within our converted list of this project) returns an error + a WT log message. Calling `get_last_error` should return the message + a `WT_NONE` sub-level error code
- An API call (thats not within our converted list of this project) returns an error with no message or sub-level error code attached. Calling `get_last_error` on it should return the last error code seen.
- depends on
-
WT-13866 Capture last error from API_END_RET/TXN_API_END
- Closed