-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.5
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
v3.2
-
Sharding 14 (05/13/16)
-
0
The killop.js test schedules two tight JS loops in two separate processes and then tries to interrupt them. Because the loops are tight, this causes problems on a less powerful hardware by not letting other processes be scheduled.
We should introduce a sleep between loop iterations in order to make the test less resource consuming.