-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
STM 2021-06-28
-
38
-
1
Resmoke.py records call stack of write and delete in history dictionary. The dictionary records the while stack traceback for every action, which costs too much memory, especially in ASAN build variants. We decide to not record whole stack traceback.