File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
source/unified-test-format Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -545,11 +545,11 @@ The structure of this object is as follows:
545545 <span id="entity_client_awaitMinPoolSizeMS"></span>
546546
547547 - `awaitMinPoolSizeMS` : Optional, integer. When specified, this parameter defines the maximum duration (in
548- milliseconds) that the Unified Spec Runner must wait for each connection pool to be populated with `minPoolSize`
549- connections . Only connection pools for data-bearing nodes should be considered. If any connection pool is not
550- populated within the specified timeframe, the Unified Spec Runner must raise an error and mark the test as failed.
551- Any CMAP and SDAM events/logs listeners configured on the client should ignore any events that occur before the
552- pool is being populated. If the parameter is omitted or if `minPoolSize` is set to 0, no waiting is required for a
548+ milliseconds) that the test runner MUST wait for each connection pool to be populated with `minPoolSize` URI
549+ option . Only connection pools for data-bearing nodes should be considered. If any connection pool is not populated
550+ within the specified timeframe, the test runner MUST raise an error and mark the test as failed. Any CMAP and SDAM
551+ event/log listeners configured on the client should ignore any events that occur before the pool is being
552+ populated. If the parameter is omitted or if `minPoolSize` URI option is set to 0, no waiting is required for a
553553 specific pool state prior to test execution.
554554
555555<span id="entity_clientEncryption"></span>
You can’t perform that action at this time.
0 commit comments