-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
Currently we have both jsTests and c++ unit tests that test min and max in a variety of fairly normal use cases. However, we don't have any testing surrounding min and max when the values provided are more unusual, such as NaN or Infinity. In order to ensure that this functionality always works, we should add more testing to cover these edge cases