diff options
author | Mathias Stearn <mathias@10gen.com> | 2012-05-08 20:16:40 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2012-05-22 14:56:35 -0400 |
commit | e6617d62f0163595d2fe9257158fa47a3da205b2 (patch) | |
tree | 5f978c34e3b01738b4b76c1bed73e203d3a0c602 /SConscript.smoke | |
parent | 3015a51ef202e2f70e37ebd6c44650cdbb052aab (diff) | |
download | mongo-e6617d62f0163595d2fe9257158fa47a3da205b2.tar.gz |
Support GridFS with fs.chunks sharded on {files_id:1, n:1} SERVER-3746
A try block in dbcommands.cpp will need to be modified when SERVER-5752
is fixed. This comment should serve as a reminder.
Diffstat (limited to 'SConscript.smoke')
-rw-r--r-- | SConscript.smoke | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript.smoke b/SConscript.smoke index 06601b08426..0aec052c1da 100644 --- a/SConscript.smoke +++ b/SConscript.smoke @@ -77,7 +77,7 @@ if shellEnv is not None: addSmoketest( "smokeDisk", [ add_exe( "mongo" ), add_exe( "mongod" ), add_exe( "mongodump" ), add_exe( "mongorestore" ) ] ) addSmoketest( "smokeAuth", [ add_exe( "mongo" ), add_exe( "mongod" ) ] ) addSmoketest( "smokeParallel", [ add_exe( "mongo" ), add_exe( "mongod" ) ] ) - addSmoketest( "smokeSharding", [ add_exe("mongo"), add_exe("mongod"), add_exe("mongos") ] ) + addSmoketest( "smokeSharding", [ add_exe("mongo"), add_exe("mongod"), add_exe("mongos"), add_exe('mongofiles') ] ) addSmoketest( "smokeJsPerf", [ add_exe("mongo"), add_exe("mongod") ] ) addSmoketest( "smokeJsSlowNightly", [add_exe("mongo"), add_exe("mongod"), add_exe("mongos") ]) addSmoketest( "smokeJsSlowWeekly", [add_exe("mongo"), add_exe("mongod"), add_exe("mongos") ]) |