[DRIVERS-2175] Add tests for database-level aggregations with $merge Created: 26/Jul/19 Updated: 31/Mar/22 |
|
| Status: | Backlog |
| Project: | Drivers |
| Component/s: | CRUD |
| Fix Version/s: | None |
| Type: | Spec Change | Priority: | Minor - P4 |
| Reporter: | Andreas Braun | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||
| Driver Changes: | Needed | ||||
| Description |
|
As discussed in https://github.com/mongodb/mongo-php-library/pull/643#discussion_r307111324, there are tests for aggregation pipelines with $merge (see https://github.com/mongodb/specifications/blob/master/source/crud/tests/v2/aggregate-merge.json) on the collection object, but not on the database object.
|