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
When a series gets it's cancel() method called, drop a 'CANCEL' file (or some other reasonable name) into the series directory. Then in the main series loop check for that file regularly. You'll probably have to pass the file path to any TestSet objects too, so they can test during builds and kickoff.
I usually like to wrap filesystem checks like that in some sort of timer based limiting.
I want to be able to cancel series run by other people in the same group using
pav series cancel
.The text was updated successfully, but these errors were encountered: