Sha256: 60e2c52c1afd08eb5c0a5710323a92f92d6b1cd87a23bc794a91dfaa6e0ec9ae
Contents?: true
Size: 744 Bytes
Versions: 1
Compression:
Stored size: 744 Bytes
Contents
version: 1 style: unit description: must throw error if checkOut is called on a closed pool operations: - 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 - type: ConnectionCheckedOut connectionId: 42 - type: ConnectionCheckedIn connectionId: 42 - type: ConnectionPoolClosed address: 42 - type: ConnectionCheckOutStarted - type: ConnectionCheckOutFailed reason: poolClosed ignore: - ConnectionCreated - ConnectionReady - ConnectionClosed
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongo-2.11.0.rc0 | spec/spec_tests/data/cmap/pool-checkout-error-closed.yml |