Sha256: 05333d5921ff361258a4e2bcdfe6f7b7a474e6ba64052fd1c2eaf265bdb94bdb

Contents?: true

Size: 407 Bytes

Versions: 13

Compression:

Stored size: 407 Bytes

Contents

version: 1
style: unit
description: must be able to start a pool with various options set
poolOptions:
  maxPoolSize: 50
  minPoolSize: 5
  maxIdleTimeMS: 100
operations:
  - name: waitForEvent
    event: ConnectionPoolCreated
    count: 1
events:
  - type: ConnectionPoolCreated
    address: 42
    options:
      maxPoolSize: 50
      minPoolSize: 5
      maxIdleTimeMS: 100
ignore:
  - ConnectionCreated

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mongo-2.10.5 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.10.4 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.10.3 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.9.2 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.10.2 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.10.1 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.10.0 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.9.1 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.10.0.rc0 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.9.1.rc0 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.9.0 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.9.0.rc1 spec/spec_tests/data/cmap/pool-create-with-options.yml
mongo-2.9.0.rc0 spec/spec_tests/data/cmap/pool-create-with-options.yml