Sha256: bc3c679c6c327fd2fbe3352b87559a04abe6c36535bc56bc7d26809fe18e1898
Contents?: true
Size: 775 Bytes
Versions: 22
Compression:
Stored size: 775 Bytes
Contents
version: 1 style: unit description: must be able to start a pool with minPoolSize connections poolOptions: minPoolSize: 3 operations: - name: waitForEvent event: ConnectionCreated count: 3 - name: waitForEvent event: ConnectionReady count: 3 - name: checkOut events: - type: ConnectionPoolCreated address: 42 options: 42 - type: ConnectionCreated connectionId: 42 address: 42 - type: ConnectionCreated connectionId: 42 address: 42 - type: ConnectionCreated connectionId: 42 address: 42 # Ensures that by the time pool is closed, there are at least 3 connections - type: ConnectionCheckedOut connectionId: 42 address: 42 ignore: - ConnectionReady - ConnectionClosed - ConnectionCheckOutStarted
Version data entries
22 entries across 22 versions & 1 rubygems