You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(parser): only keep final traceback for each failing test
The Tempest report parser was updated to correctly extract the final traceback
when multiple tracebacks are present in a single log entry.
Previously, the parser would capture the first traceback encountered. This could lead to large amount of
inputs that our model can't handle. For now let's just focus on the last
traceback that is found for each test.
0 commit comments