-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
The purpose of running the test cases is to find if gluster is failing any corner case or if any feature is broken after certain changes. The focus is hence on what is failing ( in case of functional test cases ). Hence, it is important that we can quickly get to the traceback thrown and collected by the test case. For further analysis, it is good to have all the traceback ( after some level of parsing ) documented.
Rather than doing this step manually after every run, a tool can go through the existing logs of a run and collect the failure records for faster debugging.
Reactions are currently unavailable