-
Type: Spec Change
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Component/s: Extended JSON
-
None
-
Needed
I have a question about skipped FLE aggregation tests:
https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/aggregate.json
As I see the server tickets: `SERVER-40829` and `SERVER-39395` have been already implemented with the fix version/s: `4.1.12`. So, I removed `skipReason` nodes and have tried to validate the aggregation test results with server `4.2.0 rc3`.
Two skipped tests from the set have passed.
Now, the only failed test is: https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/aggregate.json#L112.
The failing reason is that this test has no result and the outcome collection is empty. AFAIK, Java driver has the same error for this test (with removed `skipReason`).
Is this test correct? Also, when are we planning to remove `skipReason`s for this test file?