Sha256: bcab36f8bca9f1399fd4fb35411ec22141cbaa21f98509da2bb48181c0519fd5

Contents?: true

Size: 1.27 KB

Versions: 14

Compression:

Stored size: 1.27 KB

Contents

version: 1
style: unit
description: must never exceed maxPoolSize total connections
poolOptions:
  maxPoolSize: 3
operations:
  - name: checkOut
    label: conn1
  - name: checkOut
  - name: checkOut
    label: conn2
  - name: checkIn
    connection: conn2
  - name: checkOut
  - name: start
    target: thread1
  - name: checkOut
    thread: thread1
  - name: waitForEvent
    event: ConnectionCheckOutStarted
    count: 5
  - name: checkIn
    connection: conn1
  - name: waitForThread
    target: thread1
events:
  - type: ConnectionPoolCreated
    address: 42
    options: 42
  - type: ConnectionCheckOutStarted
  - type: ConnectionCreated
    connectionId: 42
  - type: ConnectionCheckedOut
    connectionId: 42
  - type: ConnectionCheckOutStarted
  - type: ConnectionCreated
    connectionId: 42
  - type: ConnectionCheckedOut
    connectionId: 42
  - type: ConnectionCheckOutStarted
  - type: ConnectionCreated
    connectionId: 42
  - type: ConnectionCheckedOut
    connectionId: 42
  - type: ConnectionCheckedIn
    connectionId: 42
  - type: ConnectionCheckOutStarted
  - type: ConnectionCheckedOut
    connectionId: 42
  - type: ConnectionCheckOutStarted
  - type: ConnectionCheckedIn
    connectionId: 42
  - type: ConnectionCheckedOut
    connectionId: 42
ignore:
  - ConnectionReady

Version data entries

14 entries across 14 versions & 1 rubygems

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