Sha256: e7befcbdb3dba5ef3a33126aca0c37902707ba4b3f53adcb29bf4bacc7144b76
Contents?: true
Size: 724 Bytes
Versions: 14
Compression:
Stored size: 724 Bytes
Contents
version: 1 style: unit description: must destroy and must not check out an idle connection if found while iterating available connections poolOptions: maxIdleTimeMS: 10 operations: - name: checkOut label: conn - name: checkIn connection: conn - name: wait ms: 50 - name: checkOut events: - type: ConnectionPoolCreated address: 42 options: 42 - type: ConnectionCheckedOut connectionId: 1 - type: ConnectionCheckedIn connectionId: 1 # In between these, wait so connection becomes idle - type: ConnectionClosed connectionId: 1 reason: idle - type: ConnectionCheckedOut connectionId: 2 ignore: - ConnectionReady - ConnectionCreated - ConnectionCheckOutStarted
Version data entries
14 entries across 14 versions & 1 rubygems