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