Sha256: 5a2cdde6fab386d2cbeca8d18a82b0bef5be91ffd6acb2de39ee5054c35d6ddc
Contents?: true
Size: 648 Bytes
Versions: 14
Compression:
Stored size: 648 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 - type: ConnectionCreated connectionId: 42 - type: ConnectionCreated connectionId: 42 # Ensures that by the time pool is closed, there are at least 3 connections - type: ConnectionCheckedOut connectionId: 42 ignore: - ConnectionReady - ConnectionClosed - ConnectionCheckOutStarted
Version data entries
14 entries across 14 versions & 1 rubygems