-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
QuInt A (10/12/15)
Failed on the Linux (No Journal) build variant because it passes --nojournal to resmoke.py, which will pass --nojournal to all started mongod processes:
[ShardedClusterFixture:job0:configsvr:primary] Starting mongod on port 20000... ./mongod --setParameter enableTestCommands=1 --dbpath /data/db/job0/resmoke/config/node0 --replSet config-rs --nojournal --nopreallocj --storageEngine wiredTiger --configsvr --port 20000 [ShardedClusterFixture:job0:configsvr:primary] mongod started on port 20000 with pid 13273. [ShardedClusterFixture:job0:configsvr:secondary0] Starting mongod on port 20001... ./mongod --setParameter enableTestCommands=1 --dbpath /data/db/job0/resmoke/config/node1 --replSet config-rs --nojournal --nopreallocj --storageEngine wiredTiger --configsvr --port 20001 [ShardedClusterFixture:job0:configsvr:secondary0] mongod started on port 20001 with pid 13276. [ShardedClusterFixture:job0:configsvr:secondary1] Starting mongod on port 20002... ./mongod --setParameter enableTestCommands=1 --dbpath /data/db/job0/resmoke/config/node2 --replSet config-rs --nojournal --nopreallocj --storageEngine wiredTiger --configsvr --port 20002 [ShardedClusterFixture:job0:configsvr:secondary1] mongod started on port 20002 with pid 13279. [ShardedClusterFixture:job0:configsvr:primary] 2015-10-08T18:10:02.568+0000 F CONTROL [main] Failed global initialization: BadValue nojournal is not allowed when configsvr is specified [ShardedClusterFixture:job0:configsvr:secondary0] 2015-10-08T18:10:02.574+0000 F CONTROL [main] Failed global initialization: BadValue nojournal is not allowed when configsvr is specified [ShardedClusterFixture:job0:configsvr:secondary1] 2015-10-08T18:10:02.577+0000 F CONTROL [main] Failed global initialization: BadValue nojournal is not allowed when configsvr is specified
Necessary after 0eccf941d808bdf0b2dcf73398ca69e03f0b3065.