How to validate qa failure » History » Version 1
jun chen, 03/09/2025 11:41 PM
1 | 1 | jun chen | # How to validate qa failure |
---|---|---|---|
2 | |||
3 | ## Crash issue |
||
4 | |||
5 | check vesper.log which may include validate error or report which worker has errors occurred. |
||
6 | |||
7 | find the error occurred worker, check its log file |
||
8 | |||
9 | * 1stly, check the memory info which is a tuple (process used memory/total memory/free memory), if the free memory is smaller than 2000 which maybe a memory issue, try to rerun. |
||
10 | * 2ndly, if the error is std::bad_alloc, plz make sure the HVP version and Vesper version is consistant. |
||
11 | * 3rdly, if there is any backtrace, find the crashed function information from it. |
||
12 | |||
13 | Procedure: attachment:"VESPER QA.pptx" |