diff options
author | Randolph Tan <randolph@10gen.com> | 2014-11-21 16:35:21 -0500 |
---|---|---|
committer | Randolph Tan <randolph@10gen.com> | 2014-11-25 13:57:30 -0500 |
commit | 8cbb64b0bc8180079e2247143ae16f8d83bb3a00 (patch) | |
tree | 4adee4645ef2c91f80021b2869f2aa783043fadc /buildscripts | |
parent | 9b520aab07f8f098561061603efba1b0351d9a35 (diff) | |
download | mongo-8cbb64b0bc8180079e2247143ae16f8d83bb3a00.tar.gz |
SERVER-15318 copydb should not use exhaust flag when used against mongos
(cherry picked from commit 8deddb065c6124f31346d5f96efe8734da98d125)
Conflicts:
src/mongo/db/dbcommands_generic.cpp
src/mongo/s/commands_public.cpp
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/smoke.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py index 3e3c5730e5d..d5a4cc03808 100755 --- a/buildscripts/smoke.py +++ b/buildscripts/smoke.py @@ -434,6 +434,7 @@ def skipTest(path): ("sharding", "sync3.js"), # SERVER-6388 for this and those below ("sharding", "sync6.js"), ("sharding", "parallel.js"), + ("sharding", "copydb_from_mongos.js"), # SERVER-13080 ("jstests", "bench_test1.js"), ("jstests", "bench_test2.js"), ("jstests", "bench_test3.js"), |