-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
Query 2020-06-01, Query 2020-06-15
In SERVER-43614 we introduced a new failpointMsg field in currentOp output, intended to replace the user-visible msg field for internal use by tests that must wait for an operation to hit a particular failpoint. However, this caused tests to begin failing in multiversion suites because the last-stable members of the replica set never produce a field called failpointMsg.
We should update jstests/libs/curop_helpers.js to look for both field names in currentOp output, and un-blacklist the tests blacklisted under SERVER-48036.
- is related to
-
SERVER-48036 Blacklist tests that look for "failpointMsg" on multiversion test suites.
- Closed
-
SERVER-29030 Announce new primary via heartbeat requests
- Closed