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.16.4 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.17.4 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.18.3 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.18.2 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.17.3 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.18.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.18.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.17.2 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.16.3 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.18.0.beta1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.16.2 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.17.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.16.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.17.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.16.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.13.3 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.14.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.15.1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.16.0.alpha1 spec/spec_tests/data/cmap/pool-checkout-multiple.yml
mongo-2.15.0 spec/spec_tests/data/cmap/pool-checkout-multiple.yml