summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/pool-checkout-multiple.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/pool-checkout-multiple.yml')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/pool-checkout-multiple.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/pool-checkout-multiple.yml b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/pool-checkout-multiple.yml
deleted file mode 100644
index 1ac3236588c..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/pool-checkout-multiple.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-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