.net(new Net(port, Network.localhostIsIPv6()))
.build();
try {
mongodExecutable = starter.prepare(mongodConfig);
MongodProcess mongod = mongodExecutable.start();
mongoClient = FiberMongoFactory.createClient( "mongodb://localhost:" + port + "/test?maxConnectionCount=10" ).asSerializedClient();
} catch (IOException ioe) {
tearDownClass();
}