Sha256: 9df437c596808d3299a8dd5953070a66e67aab771928086af270f6c446e3e20f
Contents?: true
Size: 644 Bytes
Versions: 13
Compression:
Stored size: 644 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: ConnectionCheckedOut connectionId: 42 - type: ConnectionCheckedIn connectionId: 42 - type: ConnectionPoolClosed address: 42 ignore: - ConnectionCreated - ConnectionReady - ConnectionClosed - ConnectionCheckOutStarted
Version data entries
13 entries across 13 versions & 1 rubygems