-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
Sharding 2020-03-23
-
42
server_status_crud_metrics.js expects shards to reject a write with error code 31025. The assertion that throws that code was accidentally removed from 4.4 by SERVER-42390 and was added back to master by SERVER-46505, but SERVER-46505 has not been backported to 4.4 yet, so in multiversion testing on the master branch, a 4.3 binary shard may throw an unexpected error code. To avoid failures, the test should be disabled in multiversion testing until SERVER-46505 is backported to 4.4 and the last-stable binary used for multiversion testing in master picks up the backport.
- has to be done before
-
SERVER-47015 Enable server_status_crud_metrics.js in multiversion suites once SERVER-46505 is in the last-stable binary
- Backlog