-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Testing Infrastructure
-
Fully Compatible
-
Repl 2018-09-10, Repl 2018-09-24, Repl 2018-10-08, Repl 2018-10-22, Repl 2018-11-05
We currently ignore all abortTransaction errors in our tests, when in reality NoSuchTransaction is the only one we really want to ignore. At the very least we should log any other error we receive, and likely it will be helpful and safe to only ignore NoSuchTransaction (though trying it out may show this isn't feasible). We can limit this to in our tests to conform to the driver spec.