-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v8.0
-
CAR Team 2024-09-30
-
200
The test access_collection_in_transaction_after_catalog_changes.js has its own list of retryable txn errors instead of relying on the withTxnAndAutoRetry retry mechanism. This list is a subset of all the retryable errors considered transient errors., but misses some of them like the NoSuchTransaction error among others.
We should remove this standalone list and rely just on the withTxnAndAutoRetry lib.
- is caused by
-
SERVER-92323 Retry on transient transaction error in access_collection_in_transaction_after_catalog_changes.js
- Closed