-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Sharding NYC
-
Fully Compatible
-
Security 2023-04-17
-
35
Some of the transaction_api_tests assume that continuations run in background threads which is not true any longer.
These tests have been disabled as part of SERVER-72701 and should be enabled.
TEST_F(TxnAPITest, UnyieldsAfterCancellation) { TEST_F(TxnAPITest, DoesNotWaitForBestEffortAbortIfCancelled) { TEST_F(TxnAPITest, WaitsForBestEffortAbortOnNonTransientErrorIfNotCancelled) { TEST_F(TxnAPITest, WaitsForBestEffortAbortOnTransientError) {
- depends on
-
SERVER-72701 Create a synchronous transaction API for SyncTransactionWithRetries
- Closed
- is depended on by
-
SERVER-72701 Create a synchronous transaction API for SyncTransactionWithRetries
- Closed
- related to
-
SERVER-75676 Complete TODO listed in SERVER-75553
- Closed