|
shell_connection_string.js, bench_test2.js, and benchrun_pipeline_updates.js call db.getMongo().host which doesn't work if the test fixture is using multiple mongos. It fails with this error message:
[js_test:shell_connection_strings] Error: invalid url [localhost:20255,localhost:20256] :
|
[js_test:shell_connection_strings] @jstests/core/shell_connection_strings.js:8:16
|
[js_test:shell_connection_strings] @jstests/core/shell_connection_strings.js:35:3
|
[js_test:shell_connection_strings] failed to load: jstests/core/shell_connection_strings.js
|
This is needed to enable these tests in ctc_multi_replicator_sharded_collections_jscore_passthrough (in the mongosync repo) since that passthrough suite uses 2 mongos
|