-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
None
-
Fully Compatible
-
Query 2017-10-23, Query 2017-11-13
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This assertion is relying on a condition variable to not wake up until the deadline has passed, but the condition_variable::wait_for() method is allowed to wake up prematurely. We should relax the assertion to allow for an early wake up.