-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Server Tooling & Methods
-
ALL
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]))
{ }
- duplicates
-
SERVER-32665 tojson should print the elements when passed a Set object
- Closed