|
Author:
{'name': 'A. Jesse Jiryu Davis', 'email': 'jesse@mongodb.com', 'username': 'ajdavis'}
Message: SERVER-45473 Ban incompatible tests from multiversion suite
retryable_write_error_labels.js is a sharding test, and it's incompatible with the replication multiversion suite because the latest mongos is incompatible with the last stable mongod.
Move it from replsets/ to sharding/. This solves a build failure today by removing the test from the replication multiversion suite, and will prevent future similar problems stemming from having a sharding test in replsets/.
Branch: master
https://github.com/mongodb/mongo/commit/b1e5a64aaafe45d33266c7c817a232cbc3e58067
|