|
This TODO was for running the core/txns tests in the majority_read_concern_passthrough suite, but instead in SERVER-33983 I ended up adding new suites that run just those tests with majority read concern because it was easier to do this with the network_error_txn_override.js override file than with set_read_and_write_concern.js, which is used by read_concern_majority_passthrough.yml.
We actually ended up changing those suites to use "local" read concern in SERVER-38733, but I don't think that matters since the commit for SERVER-33983 still added the intended test coverage at the time. So I think it's fine to just delete these TODOs.
|