Sha256: 52e64a3033739765eab209386846d449e156b4766170f9b103bc7cafa40ce76b

Contents?: true

Size: 739 Bytes

Versions: 14

Compression:

Stored size: 739 Bytes

Contents

version: 1
style: unit
description: must be able to check out multiple connections at the same time
operations:
  - 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
  - type: ConnectionCheckedOut
    connectionId: 42
  - type: ConnectionCheckedOut
    connectionId: 42
ignore:
  - ConnectionCreated
  - ConnectionReady
  - ConnectionPoolCreated
  - ConnectionCheckOutStarted

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
mongo-2.10.5 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.10.4 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.10.3 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.9.2 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.10.2 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.11.0.rc0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.10.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.10.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.9.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.10.0.rc0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.9.1.rc0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.9.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.9.0.rc1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.9.0.rc0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml