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
If using inline nested task sets, would the nested task set also need to include a stop function that calls self.interrupt()? Or that's more implied when nested inline? I assume I have to explicitly include.
The text was updated successfully, but these errors were encountered:
I went ahead and explicitly included the self.interrupt() with my nested tasks. I believe the nested tasks are working correctly, but I haven't verified the same behavior without the self.interrupt().
It wasn't clear in the documentation: http://docs.locust.io/en/latest/writing-a-locustfile.html#tasksets-can-be-nested, perhaps some additional elaboration in the docs would be nice.
If using inline nested task sets, would the nested task set also need to include a stop function that calls self.interrupt()? Or that's more implied when nested inline? I assume I have to explicitly include.
The text was updated successfully, but these errors were encountered: