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
This results in providing 0 information on what is the reason behind the failure, which is crucial for CI runs, hides intermittent failures and adds a lot of workload in order to debug those.
On top of those, even in cases with access to the cluster, since the UATs go ahead and delete the failed pods after the test's failure, one needs to capture logs before that happens.
What needs to get done
Refactor the way the driver runs the UATs in order to capture and expose logs that are sufficient for debugging
Definition of Done
UATs provide logs
The text was updated successfully, but these errors were encountered:
Context
Right now, when UATs fail, they do not provide any useful logs apart from the failed assertion of the notebook
This results in providing 0 information on what is the reason behind the failure, which is crucial for CI runs, hides intermittent failures and adds a lot of workload in order to debug those.
On top of those, even in cases with access to the cluster, since the UATs go ahead and delete the failed pods after the test's failure, one needs to capture logs before that happens.
What needs to get done
Refactor the way the driver runs the UATs in order to capture and expose logs that are sufficient for debugging
Definition of Done
UATs provide logs
The text was updated successfully, but these errors were encountered: