summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2016-03-30 17:25:51 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2016-03-31 17:58:17 -0400
commit3edc84475b10154a76f268edb5e80ac6ca609411 (patch)
treee05f42b49a69820a0d30a9fcdaf664a16e0cf3a8 /buildscripts
parent3ce338f6fc95322141bbf35f982513a831bb74ca (diff)
downloadmongo-3edc84475b10154a76f268edb5e80ac6ca609411.tar.gz
SERVER-23425 Port 3.2 sharding move chunk unit tests
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 6d95b45d610..22eb828f3d3 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -469,14 +469,15 @@ def skipTest(path):
authTestsToSkip = [("jstests", "drop2.js"), # SERVER-8589,
("jstests", "killop.js"), # SERVER-10128
+ ("sharding", "cleanup_orphaned_cmd_during_movechunk.js"), # SERVER-21713
+ ("sharding", "cleanup_orphaned_cmd_during_movechunk_hashed.js"), # SERVER-21713
+ ("sharding", "copydb_from_mongos.js"), # SERVER-13080
+ ("sharding", "migration_ignore_interrupts.js"), # SERVER-21713
+ ("sharding", "migration_sets_fromMigrate_flag.js"), # SERVER-21713
+ ("sharding", "migration_with_source_ops.js"), # SERVER-21713
+ ("sharding", "parallel.js"),
("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"),
- ("jstests", "bench_test_insert.js"),
("core", "bench_test1.js"),
("core", "bench_test2.js"),
("core", "bench_test3.js"),