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 6262
6363import static com .mongodb .ClusterFixture .getMultiMongosConnectionString ;
6464import static com .mongodb .async .client .Fixture .getConnectionString ;
65+ import static com .mongodb .async .client .Fixture .getStreamFactoryFactory ;
6566import static com .mongodb .async .client .Fixture .isSharded ;
6667import static com .mongodb .client .CommandMonitoringTestHelper .assertEventsEquality ;
6768import static com .mongodb .client .CommandMonitoringTestHelper .getExpectedEvents ;
@@ -164,6 +165,7 @@ public void apply(final SocketSettings.Builder builder) {
164165 builder .readTimeout (5 , TimeUnit .SECONDS );
165166 }
166167 })
168+ .streamFactoryFactory (getStreamFactoryFactory ())
167169 .retryWrites (clientOptions .getBoolean ("retryWrites" , BsonBoolean .FALSE ).getValue ())
168170 .writeConcern (getWriteConcern (clientOptions ))
169171 .readConcern (getReadConcern (clientOptions ))
You can’t perform that action at this time.
0 commit comments