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
@EvgeniyEA - I was thinking about how to get faster feedback from the auto tests. Let me know if this makes sense:
if there are failed tests for a PR, can we have the follow-up test start with only the previously failed tests? That way the dev can see if their changes resolved those tests.
It could be a separate step: [previously failed tests] -> smoke tests -> full tests
If those still fail, it will stop the whole test, just the same as the behavior if smoke tests don't pass.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@EvgeniyEA - I was thinking about how to get faster feedback from the auto tests. Let me know if this makes sense:
if there are failed tests for a PR, can we have the follow-up test start with only the previously failed tests? That way the dev can see if their changes resolved those tests.
It could be a separate step:
[previously failed tests] -> smoke tests -> full tests
If those still fail, it will stop the whole test, just the same as the behavior if smoke tests don't pass.
cc @xneyder @kepricon @fionnachan @alexamakarov
Beta Was this translation helpful? Give feedback.
All reactions