-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Through the mongoc_client_session_in_transaction we are able to find out whether a transaction is currently in progress for a given session. However, the assertSessionTransactionState operation for transaction spec tests calls for evaluating the actual state of the transaction.
To do this, we need a function to fetch the actual transaction state for a session.