0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

remove unit test spam from mongos

This commit is contained in:
Eliot Horowitz 2011-06-25 22:16:09 -04:00
parent 7a225bd271
commit 4cf035b903

View File

@ -472,6 +472,10 @@ namespace mongo {
class BalancingWindowUnitTest : public UnitTest {
public:
void run() {
if ( ! cmdLine.isMongos() )
return;
// T0 < T1 < now < T2 < T3 and Error
const string T0 = "9:00";
const string T1 = "11:00";