Done
Details
Assignee
John CoburnJohn CoburnReporter
Zak BurkeZak BurkePriority
P3Sprint
NoneDevelopment Team
Stripes ForceTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
John Coburn
John CoburnReporter
Zak Burke
Zak BurkePriority
Sprint
None
Development Team
Stripes Force
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created January 23, 2020 at 5:31 PM
Updated February 12, 2020 at 3:00 PM
Resolved February 12, 2020 at 3:00 PM
We have a dependency chain of
<CommandList>
onreact-hotkeys
onmousetrap
and it appears that mousetrap leaks listeners. In the context of running tests in CI, this memory leak may manifest as tests timing out and failing. A POC PR removing<CommandList>
from ui-users passed CI without any test failures, suggesting this memory leak is a major contributor to the random unit test failures we see there.There is not a clear/obvious/easy path to resolving this because
mousetrap
is not a direct dependency.