Sha256: 436bc45b2fde1a6a4431d46598a15677e906e929579992cfd0810c5e48e31a4a
Contents?: true
Size: 712 Bytes
Versions: 18
Compression:
Stored size: 712 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: 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
18 entries across 18 versions & 1 rubygems