Sha256: 32e747418040aa6ae03790732420174643e227e099c6681b2aa8fccb114d46ee

Contents?: true

Size: 827 Bytes

Versions: 9

Compression:

Stored size: 827 Bytes

Contents

version: 1
style: unit
description: must be able to check out multiple connections at the same time
operations:
  - name: ready
  - name: start
    target: thread1
  - name: start
    target: thread2
  - name: start
    target: thread3
  - name: checkOut
    thread: thread1
  - name: checkOut
    thread: thread2
  - name: checkOut
    thread: thread3
  - name: waitForThread
    target: thread1
  - name: waitForThread
    target: thread2
  - name: waitForThread
    target: thread3
events:
  - type: ConnectionCheckedOut
    connectionId: 42
    address: 42
  - type: ConnectionCheckedOut
    connectionId: 42
    address: 42
  - type: ConnectionCheckedOut
    connectionId: 42
    address: 42
ignore:
  - ConnectionCreated
  - ConnectionPoolReady
  - ConnectionReady
  - ConnectionPoolCreated
  - ConnectionCheckOutStarted

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
mongo-2.21.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.20.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mogno-2.20.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mogno-1.0.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.20.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.19.3 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.19.2 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.19.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.19.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml