File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
driver-async/src/test/functional/com/mongodb/async/client Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 62
62
63
63
import static com .mongodb .ClusterFixture .getMultiMongosConnectionString ;
64
64
import static com .mongodb .async .client .Fixture .getConnectionString ;
65
+ import static com .mongodb .async .client .Fixture .getStreamFactoryFactory ;
65
66
import static com .mongodb .async .client .Fixture .isSharded ;
66
67
import static com .mongodb .client .CommandMonitoringTestHelper .assertEventsEquality ;
67
68
import static com .mongodb .client .CommandMonitoringTestHelper .getExpectedEvents ;
@@ -164,6 +165,7 @@ public void apply(final SocketSettings.Builder builder) {
164
165
builder .readTimeout (5 , TimeUnit .SECONDS );
165
166
}
166
167
})
168
+ .streamFactoryFactory (getStreamFactoryFactory ())
167
169
.retryWrites (clientOptions .getBoolean ("retryWrites" , BsonBoolean .FALSE ).getValue ())
168
170
.writeConcern (getWriteConcern (clientOptions ))
169
171
.readConcern (getReadConcern (clientOptions ))
You can’t perform that action at this time.
0 commit comments