From 3883d31c1d82e4eb6cbaaa6cdf6fc11ab7a3e078 Mon Sep 17 00:00:00 2001 From: Richard Kreuter Date: Thu, 22 Jul 2010 12:24:31 -0400 Subject: Run most of the jstests through mongos in a sharded environment. --- buildscripts/smoke.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildscripts/smoke.py') diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py index 6e2c067eadb..c7d7529c7f3 100755 --- a/buildscripts/smoke.py +++ b/buildscripts/smoke.py @@ -384,6 +384,8 @@ def expandSuites(suites): (globstr, usedb) = ('auth/*.js', False) elif suite == 'smokeSharding': (globstr, usedb) = ('sharding/*.js', False) + elif suite == 'smokeShardingJs': + (globstr, usedb) = ('_runner_sharding_passthrough.js', True) elif suite == 'smokeTool': (globstr, usedb) = ('tool/*.js', False) # well, the above almost works for everything... -- cgit v1.2.1