Sha256: 105d6c39eaac44f9d577728ca23119515977037d08d53b424f14dd7e39a807af

Contents?: true

Size: 910 Bytes

Versions: 9

Compression:

Stored size: 910 Bytes

Contents

version: 1
style: unit
description: must destroy and must not check out a stale connection if found while iterating available connections
poolOptions:
  backgroundThreadIntervalMS: -1
operations:
  - name: ready
  - name: checkOut
    label: conn
  - name: checkIn
    connection: conn
  - name: clear
  - name: ready
  - name: checkOut
  - name: waitForEvent
    event: ConnectionCheckedOut
    count: 2
events:
  - type: ConnectionPoolCreated
    address: 42
    options: 42
  - type: ConnectionCheckedOut
    connectionId: 1
    address: 42
  - type: ConnectionCheckedIn
    connectionId: 1
    address: 42
  - type: ConnectionPoolCleared
    address: 42
  - type: ConnectionClosed
    connectionId: 1
    reason: stale
    address: 42
  - type: ConnectionCheckedOut
    connectionId: 2
    address: 42
ignore:
  - ConnectionReady
  - ConnectionPoolReady
  - ConnectionCreated
  - ConnectionCheckOutStarted

Version data entries

9 entries across 9 versions & 2 rubygems

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