Skip to content

Commit f999b63

Browse files
committed
add db aggregate
1 parent df273ec commit f999b63

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

source/crud/tests/unified/db-aggregate-rawdata.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/crud/tests/unified/db-aggregate-rawdata.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ tests:
2929
- { $limit: 1 }
3030
- { $addFields: { dummy: 'dummy field' } }
3131
- { $project: { _id: 0, dummy: 1 } }
32-
rawData: &rawdata true
3332
expectEvents:
3433
- client: *client0
3534
events:
3635
- commandStartedEvent:
3736
command:
3837
aggregate: 1
3938
pipeline: *pipeline
40-
rawData: *rawdata
4139
- description: "Aggregate with rawData option on less than 8.2.0 - ignore argument"
4240
runOnRequirements:
4341
- maxServerVersion: "8.1.99"

0 commit comments

Comments
 (0)