Sha256: 02e3c73caed6e9a038a6cfb4c4f29c632721ffa3e83c80eee738f3e956771077

Contents?: true

Size: 787 Bytes

Versions: 40

Compression:

Stored size: 787 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
    address: 42
  - type: ConnectionCheckedOut
    connectionId: 42
    address: 42
  - type: ConnectionCheckedOut
    connectionId: 42
    address: 42
ignore:
  - ConnectionCreated
  - ConnectionReady
  - ConnectionPoolCreated
  - ConnectionCheckOutStarted

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
mongo-2.15.0.alpha spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.13.2 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.14.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.14.0.rc1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.13.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.12.4 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.11.6 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.13.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.12.3 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.13.0.rc1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.12.2 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.11.5 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.13.0.beta1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.12.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.12.0.rc0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.11.4 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.11.3 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.11.2 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.11.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.11.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml