Sha256: 94bf9ad84c279103fd2efba6cbb2ddb5c4d98acd3a359b0e77564d226ccbcbed

Contents?: true

Size: 1.13 KB

Versions: 23

Compression:

Stored size: 1.13 KB

Contents

runOn:
  - { minServerVersion: "4.3.1" }

collection_name: &collection_name 'test_find_allowdiskuse'

tests:
  -
    description: "Find does not send allowDiskuse when value is not specified"
    operations:
      -
        object: collection
        name: find
        arguments:
          filter: { }
    expectations:
      -
        command_started_event:
          command:
            find: *collection_name
            allowDiskUse:
  -
    description: "Find sends allowDiskuse false when false is specified"
    operations:
      -
        object: collection
        name: find
        arguments:
          filter: { }
          allowDiskUse: false
    expectations:
      -
        command_started_event:
          command:
            find: *collection_name
            allowDiskUse: false
  -
    description: "Find sends allowDiskUse true when true is specified"
    operations:
      -
        object: collection
        name: find
        arguments:
          filter: { }
          allowDiskUse: true
    expectations:
      -
        command_started_event:
          command:
            find: *collection_name
            allowDiskUse: true

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
mongo-2.16.4 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.17.4 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.17.3 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.17.2 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.16.3 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.16.2 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.17.1 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.16.1 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.17.0 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.16.0 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.13.3 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.14.1 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.15.1 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.16.0.alpha1 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.15.0 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.15.0.alpha spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.13.2 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.14.0 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.14.0.rc1 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml
mongo-2.13.1 spec/spec_tests/data/crud_v2/find-allowdiskuse.yml