Sha256: 0e9ba4d8a099196616615fdf0551d27cae63151ff33e711df236478a8d99fb61

Contents?: true

Size: 864 Bytes

Versions: 9

Compression:

Stored size: 864 Bytes

Contents

version: 1
style: unit
description: must throw error if checkOut is called on a closed pool
operations:
  - name: ready
  - name: checkOut
    label: conn1
  - name: checkIn
    connection: conn1
  - name: close
  - name: checkOut
error:
  type: PoolClosedError
  message: Attempted to check out a connection from closed connection pool
events:
  - type: ConnectionPoolCreated
    address: 42
    options: 42
  - type: ConnectionCheckOutStarted
    address: 42
  - type: ConnectionCheckedOut
    address: 42
    connectionId: 42
  - type: ConnectionCheckedIn
    address: 42
    connectionId: 42
  - type: ConnectionPoolClosed
    address: 42
  - type: ConnectionCheckOutStarted
    address: 42
  - type: ConnectionCheckOutFailed
    address: 42
    reason: poolClosed
ignore:
  - ConnectionPoolReady
  - ConnectionCreated
  - ConnectionReady
  - ConnectionClosed

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
mongo-2.21.0 spec/spec_tests/data/cmap/pool-checkout-error-closed.yml
mongo-2.20.1 spec/spec_tests/data/cmap/pool-checkout-error-closed.yml
mogno-2.20.0 spec/spec_tests/data/cmap/pool-checkout-error-closed.yml
mogno-1.0.0 spec/spec_tests/data/cmap/pool-checkout-error-closed.yml
mongo-2.20.0 spec/spec_tests/data/cmap/pool-checkout-error-closed.yml
mongo-2.19.3 spec/spec_tests/data/cmap/pool-checkout-error-closed.yml
mongo-2.19.2 spec/spec_tests/data/cmap/pool-checkout-error-closed.yml
mongo-2.19.1 spec/spec_tests/data/cmap/pool-checkout-error-closed.yml
mongo-2.19.0 spec/spec_tests/data/cmap/pool-checkout-error-closed.yml