Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
-
Server Tooling & Methods
-
ALL
Description
This assertion passes:
assert.eq(new Set([1,2]), new Set([1]))
|
Looks like it's because if we tojson() a Set we get an empty object:
> tojson(new Set([1,2]))
|
{ }
|
Attachments
Issue Links
- duplicates
-
SERVER-32665 tojson should print the elements when passed a Set object
-
- Closed
-